Problem fixed.
recompiled php with ./configure --with-gd=/usr/local/
previously used --with-gd which I think is compiled with default gd in
php installation.
On Sat, Oct 3, 2009 at 4:54 PM, Paul Shi wrote:
> I have compiled PHP with GD with JPEG support, but it doesn't work.
> Us
I have compiled PHP with GD with JPEG support, but it doesn't work.
Using command "php -info" shows JPEG is successfully enabled in the GD
section, but phpinfo() under GD section doesn't show JPEG status. What could
be the possible cause to this problem?