ID: 36114
User updated by: jbnance at tresgeek dot net
Reported By: jbnance at tresgeek dot net
Status: Open
Bug Type: Compile Failure
Operating System: Linux (x86_64 RHEL4)
PHP Version: 5.1.2
New Comment:
Tried snap php5.1-200601210130 with same results.
Previous Comments:
------------------------------------------------------------------------
[2006-01-21 03:38:32] jbnance at tresgeek dot net
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>
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=36114&edit=1