Celius wrote: > i did a ./configure --with-mysql=/usr/src/mysql-3.23.52-pc-linux-gnu-i686 > --with-apache=/usr/src/apache_1.3.26 make and make install... > i tried to start apache after that and got this; > > root@Secure:/# www/bin/apachectl start > Syntax error on line 983 of /www/conf/httpd.conf: > Cannot load /www/libexec/libphp4.so into server: /www/libexec/libphp4.so: > cannot open shared object file: No such file or directory > www/bin/apachectl start: httpd could not be started root@Secure:/# > > > help... please? i've been trying to understand at least something now for > about 3 hours, but im not smarter... check where you have installed the libphp4.so. use ./configure --help for the options use the --prefix= option to set the path for the installation. check that the shared library is build then set the correct path in the httpd.conf file so apache can find it.
regards Bodo -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php