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! Link to comment https://forums.phpfreaks.com/topic/16644-solved-install-help-for-php-5-and-apache-2/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.