pablim
(usa Ubuntu)
Enviado em 13/11/2012 - 14:40h
Estou compilando o PHP com suporte a gd
./configure --with-gd=/usr/local/
make
make install
mas o problema é que a biblioteca não é habilitada e não aparece na função phpinfo().
essa é a saida referente a gd no ./configure --with-gd=/usr/local/
checking for GD support... yes
checking for the location of libvpx... no
checking for the location of libjpeg... no
checking for the location of libpng... no
checking for the location of libXpm... no
checking for FreeType 2... no
checking for T1lib support... no
checking whether to enable truetype string function in GD... no
checking whether to enable JIS-mapped Japanese font support in GD... no
checking for fabsf... yes
checking for floorf... yes
If configure fails try --with-jpeg-dir=<DIR>
If configure fails try --with-vpx-dir=<DIR>
checking for png_write_image in -lpng... yes
If configure fails try --with-xpm-dir=<DIR>
If configure fails try --with-freetype-dir=<DIR>