c4onastick Posted August 5, 2006 Share Posted August 5, 2006 I installed PHP 5, Apache 2, and MySQL on my Slackware server, but ran into a few problems:I configured Apache 2 with --enable-so.I configured PHP with --with-apxs2=/xxx/apache2/bin/apxs --with-mysqli=/xxx/mysql/bin/mysql_config --with-mysql=/xxx/mysql/When I run Apache I get the error# /xxx/apache2/bin/apachectl starthttpd: Syntax error on line 232 of /xxx/apache2/conf/httpd.conf: Cannot load /xxx/apache2/modules/libphp5.so into server: /xxx/apache2/modules/libphp5.so: undefined symbol: php_escape_html_entitiesI've tried every fix I could think of, any thoughts? Thanks in advance for your help! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.