Posted by Janwillem Borleffs on 05/06/06 11:15
sean.blaes@hifiit.com wrote:
> I compiled php5 from source with the following configure options:
>
> ./configure --with-mysql --disable-xml --disable-libxml
> --disable-xmlreader --disable-xmlwriter --disable-dom
> --disable-simplexml --without-pear
> --with-config-file-path=/etc/php5.ini --with-apxs2
>
> However, I can't get apache to start afterwards, as I get the
> following error:
>
> Cannot load /usr/lib/httpd/modules/libphp5.so into server:
> /usr/lib/httpd/modules/libphp5.so: undefined symbol:
> php_escape_html_entities
>
I believe apxs2 has some dependencies in the xml extenstions; try to run
configure with xml/libxml support enabled.
JW
[Back to original message]
|