ID: 36516 Updated by: [EMAIL PROTECTED] Reported By: sean at digitalworkshop dot net -Status: Open +Status: Feedback Bug Type: Sybase-ct (ctlib) related Operating System: Solaris 10 PHP Version: 5.1.2 New Comment:
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 :) Previous Comments: ------------------------------------------------------------------------ [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