Dear all,

I'd like to compile php 4.3.1 on my
Red Hat Linux 8.0  with Sybase-12.5
support:

./configure \
--with-apxs=/usr/local/apache/bin/apxs \
--with-config-file-path=/etc/httpd \
--with-system-regex \
--enable-track-vars \
--with-gettext \
--with-xml \
--with-sybase-ct=/opt/sybase

But the make always fails with this
error message:

/apache/sapi_apache.lo sapi/apache/mod_php4.lo sapi/apache/php_apache.lo
main/internal_functions.lo -lsybtcl -lintl -lcomn -lct -lcs -lcrypt
-lresolv -lm -ldl -lnsl -lcrypt  -o libphp4.la
/usr/bin/ld: cannot find -lintl
collect2: ld returned 1 exit status
make: *** [libphp4.la] Error 1


I've set LD_LIBRARY_PATH:
# echo $LD_LIBRARY_PATH
/opt/sybase/ASE-12_5/lib:/opt/sybase/OCS-12_5/lib
# cat /etc/ld.so.conf
/usr/X11R6/lib
/usr/kerberos/lib
/opt/sybase/OCS-12_5/lib
/opt/sybase/ASE-12_5/lib


Can you help me please?
Thanks in advance!

Tamas

p.s. I use Apache 1.3.27

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

Reply via email to