Click to See Complete Forum and Search --> : Apache 1.3.12+PHP4+MOD_SSL+MYSQL problems


Anon
08-09-2000, 01:40 PM
I know there are a lot of questions for this subject, but i searched and did not find any good answers. Does anyone know what's the problem with this error message when trying to start up apache?

bash# ../bin/apachectl start
Syntax error on line 244 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: File not found
../bin/apachectl start: httpd could not be started


And yes i have everything loaded and mentioned correctly in the httpd.conf file. I tried everything from file permissions to modifying /etc/ld.so.conf and still no luck.

Does anyone have a good answer? I have apache 1.3.12 + mod_ssl + mysql + php4 on a Slackware 7.0 2.2.16 linux box.

Thanks for your help.
Vinnie

Anon
09-25-2000, 02:33 AM
Try changing the line in your httpd.conf that reads:

LoadModule php4_module lib/apache/libphp4.so

to read:

LoadModule php4_module modules/libphp4.so