| Mark A Galbreath 2004-06-24, 3:55 pm |
| Did you alter $APACHE_HOME/conf/httpd.conf to include and recognize PHP as
an application type and module?
Mark
-----Original Message-----
From: J Cornelius [mailto:jcornelius@gmail.com]
Sent: Thursday, June 24, 2004 9:24 AM
To: php-install@lists.php.net
Subject: [PHP-INSTALL] Installing PHP 4.3.6 with Apache2 and GD
Hello all,
I've been fighting with an install of PHP 4.3.6 with Apache2 and GD
for a few days. I'm not a server guru, just a lowly developer.
Here's the problem. I've configured PHP with the following:
../configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql
--with-gd --with-zlib-dir=/usr/include
then installed and restarted Apache. phpinfo() still shows the old
config and build info.
'./configure' '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-mysql'
Is there something I'm missing? Do I need to recompile apache also?
Thanks in advance.
|