|
Posted by sean.blaes@hifiit.com on 05/05/06 19:27
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've googled for this and searched the mailing lists and documentation,
but short of tearing into the source code, I can't find any info on
php_escape_html_entities, much less why the symbol would be missing...
Any ideas would be much appreciated.
Navigation:
[Reply to this message]
|