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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
35 - 9 = ?
Subscribe to this entry?

 
 [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: Thu May 16 15:01:32 2024 UTC