soporte php jpeg

soporte php jpeg

He cumplido con php con las siguientes opciones

'./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/' 

pero no tengo soporte para jpeg.

¿Me estoy perdiendo de algo?

libjpeg y libjpeg-devel están instalados

Gracias

Respuesta1

--with-freetype-dir=/usr/include/freetype2/freetype--with-jpeg-dir=/usr/lib/

no hay espacio entre

--with-freetype-dir=/usr/include/freetype2/freetype

y

--with-jpeg-dir=/usr/lib/

¿No es así?

información relacionada