The order is:
mysql
apache - just minimum configure, don't need make or make install yet.
php
then apache again - to include the php stuff. Make sure you use your
pathnames.
$ ./configure --prefix=/usr/local/apache \
--activate-module=src/modules/php4/libphp4.a \
--sysconfdir=/usr/local/ap
I've tried doing this the past 3 days for like 10 hours together or something
First, i compile mysql and apache, then php... and it complaints about a libphp4.so
file missing.
Is there any options i miss in the ./configuring?
Im clueless