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.