Drupal error - no php extensions

In trying to install Drupal I get an error that the PHP extensions are not enabled. So how does one enable them for one virtual server?

Hmm… so what was the exact error you got? Did it say it was missing one extension in particular?

-Eric

Attached is screenshot of error. Sorry for being so new about this part.

Aha, they’re saying you’re missing the “dom” extension.

The dom extension is part of the php-xml package.

To install that, you can log into your server over SSH as root, and run this command:

yum install php-xml

Let us know if that does the trick!

-Eric

Thanks Eric. That probably did the trick, though I was waiting to hear from the client that his Drupal install went well. Thank again! You rock.