Re: [PHP-INST] I cant compile apache\php\mysql.. missing libphp4.so

2002-08-30 Thread Jeanne Case
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

[PHP-INST] I cant compile apache\php\mysql.. missing libphp4.so

2002-08-30 Thread ceLius
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