ID: 36516 Comment by: jmherod at sbcglobal dot net Reported By: sean at digitalworkshop dot net Status: No Feedback Bug Type: Sybase-ct (ctlib) related Operating System: Solaris 10 PHP Version: 5.1.2 New Comment:
Same problem exists for Sybase 12.5.3 under MacOSX 10.4.7. There is an additional library in the MacOSX Sybase distribution (-lsybsrv) that must be included in the liblist for the build to succeed. Previous Comments: ------------------------------------------------------------------------ [2006-04-20 01:00:00] php-bugs at lists dot php dot net No feedback was provided for this bug for over a week, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open". ------------------------------------------------------------------------ [2006-04-12 17:06:33] [EMAIL PROTECTED] Or send the config.m4 you have to me: [EMAIL PROTECTED] and I'll see if it's usable. (do NOT send the configure file or diff of it :) ------------------------------------------------------------------------ [2006-02-24 18:37:14] [EMAIL PROTECTED] Put them somewhere in the net. ------------------------------------------------------------------------ [2006-02-24 18:33:15] sean at digitalworkshop dot net Guys, if you can tell me where to upload files to, I'll happily provide patches to work around the changed library names. I thought I could attach them to this ticket but can't see how right now. ------------------------------------------------------------------------ [2006-02-24 18:22:48] sean at digitalworkshop dot net Description: ------------ In the new 15.x release of Sybase ASE, they have changed the names of the client library files which the PHP extension links to. Up to and including Sybase ASE 12.5.x, these were: -lcs -lct -lcomn -lintl But now they are: -lsybcs -lsybct -lsybcomn -lsybintl This affects the following files in the PHP build: ./configure ./ext/sybase_ct/config.m4 I have patched the config scripts and successfully built/tested PHP with ASE 15.0 sybase_ct support. I'll attach patch files to this ticket for someone to play with ... the config scripts will need to me modified to check for which version of client library is present and set up the link arguments accordingly. I'll try to help out here if I manage to get some time to work on it! ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=36516&edit=1