|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2005-01-19 13:48 UTC] vanicekp at utia dot cas dot cz
Description: ------------ Problem with configuring php --with-gd --enable-gd-native-ttf --enable-gd-imgstrttf. hecking whether to enable FTP support... no checking for GD support... yes checking for the location of libjpeg... no checking for the location of libpng... no checking for the location of libXpm... no checking for FreeType 1.x support... no checking for FreeType 2... no checking for T1lib support... no checking whether to enable truetype string function in GD... yes 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> configure: error: libpng.(a|so) not found. Libs and headres is instaled, libs installed in directory /usr/lib64. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 22 03:00:01 2025 UTC |
if add sufix 64 on lib path vi configure script. configuring and compiling normaly. example: line 30479 test -f $i/lib64/libpng.$SHLIB_SUFFIX_NAME -o -f $i/lib64/libpng.a && GD_PNG_DIR=$i && break