php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30965 php 5.0.3RC1 fails to compile with freetds
Submitted: 2004-12-02 17:58 UTC Modified: 2005-06-24 17:24 UTC
From: jon dot bertsch at ucop dot edu Assigned:
Status: Closed Package: Compile Failure
PHP Version: 5CVS-2004-12-02 (dev) OS: Mac OS 10.3.6
Private report: No CVE-ID: None
 [2004-12-02 17:58 UTC] jon dot bertsch at ucop dot edu
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

Patches

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-12-02 21:19 UTC] derick@php.net
Please check in config.log for reasons why it might have failed, if possible provide a link to it here.
 [2004-12-02 22:10 UTC] jon dot bertsch at ucop dot edu
I put the config.log up as a text file at:

webdev.ucop.edu/ph/config.log.txt
 [2005-03-07 21:45 UTC] sniper@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip


 [2005-03-20 18:05 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 [2005-06-24 17:17 UTC] jon dot bertsch at ucop dot edu
Compile with mssql now works in 5.0.4

Thanks
 [2005-06-24 17:24 UTC] tony2001@php.net
Works fine -> closed.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Aug 14 22:01:28 2024 UTC