Hello everybody!

I've problems to build php 4 on Centos 4.1 @AMD64. Problem seems to be in lib64 dir which is ignored by configure script. For example libjpeg is in /usr/lib64 and configure script is:

    for i in $PHP_JPEG_DIR /usr/local /usr; do
test -f $i/lib/libjpeg.$SHLIB_SUFFIX_NAME -o -f $i/lib/libjpeg.a && GD_JPEG_DIR=$i && break
    done


that seems to be wrong ...

Has anybody same problems?

--
Mirek Novak

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to