Hi,
I am trying to build Apache 1.3.19 and PHP4 with sybase support. I have compiled apache and php4 with no errors(finally!). When you run the command: httpd -l you get the following:
Compiled-in modules:
http_core.c
mod_so.c
mod_php4.c
So I am good there.
So I can see that it worked properly. The problem is that when you try to add the modules to the httpd.conf file, apache will not start up and it gives no errors.
I have added these lines:
AddModule mod_php4.c and
LoadModule php4_module lib/apache/libphp4.so
If I comment these lines then apache starts fine. The file libphp4.so does not exist on the system anywhere. Is this supposed to be built during the last compile of apache and PHP4?
This is my only hanging point I think as I have spend a day fiddling to get it to this point and I never had these kinds of problems with php3 and apache 1.3.11.
I have added the proper "AddType" to the httpd.conf file so that is done.
Any help would be much appreciated.