Discussion:
[PHP-INSTALL] GD install with JPEG support
Paul Shi
2009-10-03 21:54:29 UTC
Permalink
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?
Paul Shi
2009-10-04 04:14:10 UTC
Permalink
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.
Post by Paul Shi
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?
Loading...