php jpeg support

Posted by Thomas on Server Fault See other posts from Server Fault or by Thomas
Published on 2010-12-27T13:08:29Z Indexed on 2010/12/27 13:56 UTC
Read the original article Hit count: 336

Filed under:
|

Hi all,

I have complied php with the below options

'./configure' '--with-config-file-path=/opt/apache/php/etc' '--with-config-file-scan-dir=/opt/apache/php/etc/php.d' '--enable-sysvsem' '--enable-sysvshm' '--enable-sysvmsg' '--enable-shmop' '--enable-soap' '--enable-bcmath' '--disable-debug' '--enable-ftp' '--with-curl=/usr/include' '--with-regex=system' '--enable-inline-optimization' '--enable-magic-quotes' '--enable-mbstring' '--enable-wddx=shared' '--enable-xml' '--with-gd' '--with-gettext' '--with-mysql' '--with-zlib-dir=/usr/local/lib' '--enable-mbstring' '--prefix=/opt/apache/php' '--with-apxs2=/opt/apache/bin/apxs' '--with-zlib' '--with-openssl' '--with-freetype-dir=/usr/include/freetype2/freetype--with-jpeg-dir=/usr/lib/' 

but I have no jpeg support.

Am I missing something?

libjpeg and libjpeg-devel are installed

Thanks

© Server Fault or respective owner

Related posts about php

Related posts about compile