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:[EMAIL PROTECTED] Sent: Thursday, June 24, 2004 9:24 AM To: [EMAIL PROTECTED] 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.
