Did someone succeed installing Php with sybase-ct extension, on a Linux
system containing ASE 12.5?
When compiling, it doesn't find the include, because with the new version of
ASE the are in $SYBASE/OSE/include, rather than $SYBASE/include. I moved the
include file where compiler could find it, and at linking it didn't find the
libraries (see error message at the bottom). There is no file named
"sybtcl*" in my system, what should I do?

Thanks in advance
Carlo Borreo

/bin/sh /tmp/php-4.0.6/libtool --silent --mode=link
gcc  -I. -I/tmp/php-4.0.6/ -I/tmp/php-4.0.6/main -I/tmp/php-4.0.6 -I/tmp/php
-4.0.6/Zend -I/tmp/php-4.0.6/ext/mysql/libmysql -I/opt/sybase-12.5//include 
-I/tmp/php-4.0.6/ext/xml/expat/xmltok -I/tmp/php-4.0.6/ext/xml/expat/xmlpars
e -I/tmp/php-4.0.6/TSRM  -DLINUX=22 -DUSE_HSREGEX -DUSE_EXPAT -DSUPPORT_UTF8
 -DXML_BYTE_ORDER=12 -g -O2   -o libphp4.la -rpath
/tmp/php-4.0.6/libs -avoid-version -L/opt/sybase-12.5//lib  -R
/opt/sybase-12.5//lib stub.lo  Zend/libZend.la sapi/apache/libsapi.la
main/libmain.la regex/libregex.la ext/mysql/libmysql.la ext/pcre/libpcre.la
ext/posix/libposix.la ext/session/libsession.la ext/standard/libstandard.la
ext/sybase_ct/libsybase_ct.la ext/xml/libxml.la
TSRM/libtsrm.la -ldl -lsybtcl -lintl -lcomn -lct -lcs -lcrypt -lresolv -lm -
ldl -lnsl -lresolv
/usr/bin/ld: cannot find -lsybtcl



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to