PHP gd suporte à imagem JPEG ausente

1

Eu tenho um servidor centos 7 e preciso de várias versões do PHP. Eu estou compilando PHP 5.6 e o aplicativo php precisa suportar GD Jpeg. Eu tenho o seguinte erro.

./configure --prefix=/opt/php-5.6.28 .... --with-freetype-dir --with-freetype-dir --with-gd --enable-gd-native-ttf --with-png-dir --with-jpeg-dir=/usr/local/lib/

- com-jpeg-dir = / usr / local / lib / ou / usr ou / usr / lib64 ..

Saída:

checking for GD support... yes
checking for the location of libvpx... no
checking for the location of libjpeg... /usr/local/lib/
checking for the location of libpng... yes
checking for the location of libXpm... no
checking for FreeType 2... yes

Instalado: yum instala o libjpeg-devel gd - OK

Retorno: Suporte à imagem JPEG em gd em falta.

Encontre Lib:

/usr/libjpeg.so
/usr/local/lib/libjpeg.so
/usr/lib64/libjpeg.so
/usr/lib/libjpeg.so

Alguém sabe se alguma biblioteca está faltando para instalar ou fazer um link sombrio? Obrigado.

    
por Christovam 23.12.2016 / 02:17

0 respostas