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/apache/conf \
   --includedir=/usr/local/apache/include \
   --libexecdir=/usr/local/apache/libexec \
   --htdocsdir=/var/www/html --enable-module=php4 \
   --enable-shared=max
$ make
$ make install



ceLius wrote:
> 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....
> 

-- 
UNIX Systems Administrator
Academic Resources
Library
Saint Mary's College
Moraga, CA


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to