From:             jon dot bertsch at ucop dot edu
Operating system: Mac OS 10.3.6
PHP version:      5CVS-2004-12-02 (dev)
PHP Bug Type:     Compile Failure
Bug description:  php 5.0.3RC1 fails to compile with freetds

Description:
------------
When I configure with freetds for mssql configure fails 
with the following warning:

configure: error: Could not find /usr/local/lib/
libtds.a|so

But the file libtds.a exists at /usr/local/lib/libtds.a. 
The identical configure worked for 5.0.0

/usr/local/lib] jonb% ls
libct.2.0.0.dylib       libpng.dylib            
libtds.dylib            libxml2.2.6.6.dylib
libct.2.dylib           libpng12.0.1.2.5.dylib  
libtds.la               libxml2.2.dylib
libct.a                 libpng12.0.dylib        
libtdsodbc.0.0.0.dylib  libxml2.a
libct.dylib             libpng12.a              
libtdsodbc.0.dylib      libxml2.dylib
libct.la                libpng12.dylib          
libtdsodbc.a            libxml2.la
libexslt.0.8.0.dylib    libsybdb.4.0.0.dylib    
libtdsodbc.dylib        libxslt.1.1.0.dylib
libexslt.0.dylib        libsybdb.4.dylib        
libtdsodbc.la           libxslt.1.dylib
libexslt.a              libsybdb.a              
libtdssrv.1.0.0.dylib   libxslt.a
libexslt.dylib          libsybdb.dylib          
libtdssrv.1.dylib       libxslt.dylib
libexslt.la             libsybdb.la             
libtdssrv.a             libxslt.la
libpng.3.1.2.5.dylib    libtds.3.0.0.dylib      
libtdssrv.dylib         pkgconfig
libpng.3.dylib          libtds.3.dylib          
libtdssrv.la            xml2Conf.sh
libpng.a                libtds.a                
libxml2.2.5.11.dylib    xsltConf.sh


I checked the file ext/mssql/config.m4 spelling and it 
seems correct but it is not recognizing the file name 
for some reason.

Without the mssql extension it compiles fine.

By the way, you need a drop-down option for 5.0.3RC1 on 
the form.

Reproduce code:
---------------

 '--with-mssql=/usr/local'

Actual result:
--------------
configure fails

-- 
Edit bug report at http://bugs.php.net/?id=30965&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=30965&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=30965&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=30965&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=30965&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=30965&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=30965&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=30965&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=30965&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=30965&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=30965&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=30965&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=30965&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=30965&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=30965&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=30965&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=30965&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=30965&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=30965&r=float
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=30965&r=mysqlcfg

Reply via email to