[PHP-DB] sybase-ct lib, Sybase ASE 12.5, Linux

2001-09-21 Thread Carlo Borreo

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]




[PHP-DB] Sybase CT with/without Sybase ASE

2001-09-14 Thread Carlo Borreo

Dear All,
In the past I had installed an Apache server with PHP 4.0.6 and Sybase CT
extension on Mandrake Linux 8, all ok.
On the Mandrake machine, I had installed Sybase ASE 11.9.2, that was only
used for test; most of the time the php code used sybase ct lib to refer to
another database server (Sybase ASE 12.5 on Solaris), and all worked.
But now I tried to update the test Sybase ASE database server on Mandrake
from 11.9.2 from 12.5. I was not successful, but I could live without test
database, so I didn't worry. But at next reboot, Apache was failing to start
with this message:

Syntax error on line 205 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: libinsck.so:
cannot load shared object file: No such file or directory
/etc/init.d/httpd start: httpd could not be started

The file libphp4.so is in place, but file libinschk.so is not on the
machine.
I thought that PHP and sybase ct didn't need a database server to be
installed on the machine; was I wrong?
I also tried uninstalling completely 12.5, but still Apache doesn't start.
As I said, I can live without that database server, but I need Apache, Php,
and Sybase ct, please help.

Thanks in advance
Carlo Borreo




-- 
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]