Posted by svnftgmp on 05/05/06 21:48
I've a problem using gd to generate jpegs...i did gd_info and found
that it's not enabled:
{ ["GD Version"]=> string(27) "bundled (2.0.28 compatible)" ["FreeType
Support"]=> bool(false) ["T1Lib Support"]=> bool(false) ["GIF Read
Support"]=> bool(true) ["GIF Create Support"]=> bool(true) ["JPG
Support"]=> bool(false) ["PNG Support"]=> bool(true) ["WBMP
Support"]=> bool(true) ["XPM Support"]=> bool(false) ["XBM
Support"]=> bool(true) ["JIS-mapped Japanese Font Support"]=>
bool(false) }
However, my configure command has the --with-jpeg-dir command:
'--with-apxs2=/usr/sbin/apxs' '--with-mysql' '--with-pgsql'
'--with-xsl' '--with-xslt' '--with-config-file-path=/etc/php.ini'
'--with-gd' '--with-jpeg-dir' '--with-png-dir' '--with-zlib-dir'
'--with-free-type'
Anybody have any suggestions?
[Back to original message]
|