Edit report at http://bugs.php.net/bug.php?id=53540&edit=1

 ID:                 53540
 Updated by:         fel...@php.net
 Reported by:        dputz at sybase dot com
 Summary:            Correct Sybase 15.0 libraries not found by configure
-Status:             Open
+Status:             Assigned
 Type:               Bug
 Package:            *Configuration Issues
 Operating System:   Linux
 PHP Version:        5.3.4
-Assigned To:        
+Assigned To:        thekid
 Block user comment: N
 Private report:     N



Previous Comments:
------------------------------------------------------------------------
[2010-12-13 18:16:04] dputz at sybase dot com

Description:
------------
The Makefile ends up with incorrect library names when using Sybase 15.0
or newer libraries. In the configure script, line 92631 reads:

  elif test -f $SYBASE_CT_INCDIR/libsybct64.so; then

and should be

  elif test -f $SYBASE_CT_LIBDIR/libsybct64.so; then



Line 93262 reads:

  elif test -f $SYBASE_CT_INCDIR/libsybct.so; then

and should be

  elif test -f $SYBASE_CT_LIBDIR/libsybct.so; then



I have tested the fix for the second line (32-bit version) and it worked
correctly.



------------------------------------------------------------------------



-- 
Edit this bug report at http://bugs.php.net/bug.php?id=53540&edit=1

Reply via email to