Date: Wed, 13 Feb 2008 15:28:55 -0600 From: "Darryl Hoar" <darryl@osborne-ind.com> To: <freebsd-questions@freebsd.org> Subject: PHP,Apache question Message-ID: <03F1A67B0F5D46F4AFD27220C22C8B16@Europa>
next in thread | raw e-mail | index | archive | help
Greetings, I decided to start over and wiped my new server down and installed 6.3-release. I installed perl5 (and did user.perl port) Installed Mysql41-server from ports. Modified /etc/make.conf to reflect WITH_DB_VER=41 WITH_MYSQL_VER=41 installed apache13-modssl from ports. installed /usr/ports/lang/php4 installed /usr/ports/lang/php4-extensions. Added mbstring. added to httpd.conf AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps created index.php in /usr/local/www/data with the following content: <html> <head> <title>PHP_TESTER</title> </head> <body> <?php phpinfo(); ?> </body> </html> when I try to start apache using: #/usr/local/sbin/apachectl start I get the following: Syntax error on line 241 of /usr/local/etc/apache/httpd.conf: Cannot load /usr/local/libexec/apache/libphp4.so into server: Cannot open "/usr/local/libexec/apache/libphp4.so" /usr/local/sbin/apachectl start: httpd could not be started when I look in the /usr/local/libexec/apache directory, I do not see libphp4.so What do I need to do to fix this ? thanks, Darryl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?03F1A67B0F5D46F4AFD27220C22C8B16>