[snip] Guess what? I changed the order of the congfigure statement (for giggles as I was reminded of the changing of the order of the statements when cinfiguring php to work with gd) from the one above to the one below...
./configure --prefix=/usr --with-apxs=/usr/sbin/apxs --with-gd=/usr/local/ --with-jpeg-dir=/usr/local/ --with-zlib=/usr/local/ --with-png-dir=/usr/local/ --enable-ftp
And it worked. Go figure. [/snip]
So close, but yet so far. The configure, make cycle went OK. When I restarted Apache though the php was not configured any differently. Back to the drawing board.
If you have mulitple versions of apache (or upgraded) php might be putting the libphp4.so in the wrong place.
On my system I have 3 apache's (arrghh.) and I have to properly put libphp4.so
in the correct apache/libexec dir.
HTH,
Curt. --
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php