Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Installing SilverStripe /

Getting SilverStripe up and running on your computer and on your web server.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

What kind of XML support needed for installation


Go to End


2 Posts   1694 Views

Avatar
robot

Community Member, 1 Post

28 June 2009 at 4:19am

I am trying to install Silverstripe but am running into problems because the pre-installation check tells me, that in the PHP configuration section, that "XML support not included in PHP." My PHP is compiled with '--enable-libxml' '--with-libxml-dir=/usr/local'. Do I need more XML support than libxml in order to install Silverstripe?

Avatar
Sean

Forum Moderator, 922 Posts

12 July 2009 at 1:26am

Hmm, that should work. The installer checks for a function called "xml_set_object" - if that function doesn't exist, the error is shown.

Is there any more information on your setup you can provide?