|
From: Kevin M. S. <sh...@cg...> - 2002-10-12 14:10:27
|
>
> but I've noticed that the file libphp4.a files is not there.
it should be there.(in the apache src dir)
When you configured php did you tell it where
the apache source tree is?
like so when installing php (this is what I did):
cd ../php-4.2.3
./configure --with-mysql --with-apache=../apache_1.3.26 \
--enable-track-vars
make
make install
I hope this helps...
-k
|