
May 2nd, 2000, 02:33 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
You don't need to recompile apache.
Try to recompile only php, be sure you have apxs and gd is installed.
./configure --with-apxs=/usr/local/apache/bin/apxs
--with-config-file-path=/usr/local/apache/etc
--with-mysql
--with-gd
|