problem startting up apache --libphp4.so
Hello everybody,
I recompiled php twice but problem still remains.. it appears to be a common problem but the answers are somewhat all over the place..
mandrake 9.2 php 4.0.4 apache v2.
when i execute apache it displays the following msg:
[root@voyager /]# apachectl start
Re-creating /etc/httpd/extramodules
Starting httpd: Syntax error on line 56 of /etc/httpd/conf/httpd.conf:
Cannot load /etc/httpd/modules/libphp4.so into server: /etc/httpd/modules/libphp4.so: cannot open shared object file: No such file or directory
[FAILED]
httpd line 56 has the following line LoadModule php4_module modules/libphp4.so
and it keeps hanging on this line.
used the following to configure php:
./configure --prefix=/wwwroot/php --with-apxs2=/wwwroot/bin/apxs --with-config-file-path=/wwwroot/php --with-mysql=/wwwroot/mysql
does anyone have a sure fix for this.. it would be greatly appreciated.
|