Hi there,
I'm trying to get Apache and PHP4 to work together under Redhat 7.1 (updated to the latest packages). Currently I am trying Apache 1.3.27 and PHP 4.1.2 and 4.3.2.
I've been following the guide at http://www.ozetechnology.com/howtos/apache.shtml on how to get Apache compiled with PHP support, but I get to the step where I have to add in the PHP module by running:
cd ../apache_1.3.27
./configure --activate-module=src/modules/php4/libphp4.a
make
etc etc... but there is no libphp4.a file in that directory. There is libmodphp4.a, or libphp4.module, but no libphp4.a.
If I use either of these files instead, the compile of apache spews out heaps of errors when it gets to compiling in php. Am I doing something wrong? Is there an easier way to get just plain Apache with PHP support (which in turn has MySQL support)?
Cheers.