|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-01-21 03:41 UTC] jbnance at tresgeek dot net
[2006-01-21 03:42 UTC] pajoye@php.net
[2006-01-21 03:50 UTC] jbnance at tresgeek dot net
[2006-01-21 03:53 UTC] pajoye@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 29 08:00:01 2025 UTC |
Description: ------------ On 64-bit Linux systems, some features requiring system libraries which are located in <basedir>/lib64 are not being found. Reproduce code: --------------- cd php-5.1.2 ./configure --with-gd=shared \ --with-jpeg-dir=/usr \ --with-png-dir=/usr \ --with-freetype-dir=/usr \ --enable-gd-native-ttf \ Expected result: ---------------- Library found, feature enabled and compiled. Actual result: -------------- <snip> checking for GD support... yes, shared checking for the location of libjpeg... /usr checking for the location of libpng... /usr checking for the location of libXpm... no checking for FreeType 1.x support... no checking for FreeType 2... /usr 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 configure: error: libjpeg.(a|so) not found. </snip>