Fedora12
Linux kooler 2.6.31.5-127.fc12.x86_64 #1 SMP Sat Nov 7 21:11:14 EST 2009 x86_64 x86_64 x86_64 GNU/Linux Собираю php.
./configure --prefix=/usr/local/php-5.2.13 --enable-mbstring --with-mysql --with-gd --with-iconv --with-png-dir=/usr/lib64 --with-zlib-dir=/usr/local/lib --disable-ipv6 --enable-gd-native-ttf --with-freetype-dir=/usr/include/freetype2/freetype --with-jpeg-dir=/usr/lib64 --with-zlib --with-bz2 --with-mysqli --with-pdo-mysql --enable-zip --enable-fastcgi --enable-force-cgi-redirect --with-mysql --with-curl --enable-soap --enable-zend-multibyte --enable-zip --with-mhash
....поскипано.....
checking for GD support... yes
checking for the location of libjpeg... /usr/lib64
checking for the location of libpng... /usr/lib64
checking for the location of libXpm... no
checking for FreeType 1.x support... no
checking for FreeType 2... /usr/include/freetype2/freetype
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... (cached) yes
checking for floorf... (cached) yes
configure: error: libjpeg.(a|so) not found.
При этом:
locate libjpeg
/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/amd64/libjpeg.so
/usr/lib64/libjpeg.so
/usr/lib64/libjpeg.so.62
/usr/lib64/libjpeg.so.62.0.0
/usr/lib64/gthumb/modules/libjpegtran.so
rpm -qa | grep jpeg
libjpeg-6b-46.fc12.x86_64
openjpeg-libs-1.3-6.fc12.x86_64
openjpeg-devel-1.3-6.fc12.x86_64
libjpeg-devel-6b-46.fc12.x86_64
Чего она не находит либы?
Как поправить?