[snip]
./configure --enable-ftp --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/
[/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.

Thanks for everyone's help!

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to