php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #40491 similar to reported Bug #8269
Submitted: 2007-02-15 08:00 UTC Modified: 2007-02-15 08:10 UTC
From: alexander dot weber at vodafone dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 5.2.1 OS: Solaris 10 u3
Private report: No CVE-ID: None
 [2007-02-15 08:00 UTC] alexander dot weber at vodafone dot com
Description:
------------
similar to reported Bug #8269
Complie of PHP 5.2.1 will not find sybtcl library.

What the heck is sybtcl good for anyway? It is well known that sybtcl is not supported or further developed anymore for years now. 
Is there no direct PHP-interface to sybase Open Client?

Actual result:
--------------
ld: fatal: library -lsybtcl: not found
ld: fatal: File processing errors. No output written to  libs/libphp5.so
collect2: ld returned 1 exit status
make: *** [libphp5.la] Error 1


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-02-15 08:10 UTC] alexander dot weber at vodafone dot com
naming problem
try following in $SYBASE/OCS-<xxx>/lib
ln -s libtcl.so libsybtcl.so
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 12:01:32 2024 UTC