From:             jr-phpbugs at cedric dot vabo dot cz
Operating system: Slackware linux
PHP version:      4.3.9
PHP Bug Type:     Compile Failure
Bug description:  --with-mssql fails if FreeTDS has been compiled without 
static libtds.a

Description:
------------
I think subject says it all.
If the FreeTDS (0.62.4) has been compiled as shared libraries
only (--enable-static=no), then attempt to configure PHP
4.3.9 --with-freetds says:

...
...
checking for MSSQL support with FreeTDS... yes
configure: error: Could not find /usr/local/freetds/lib/libtds.a

Haven't tested with older PHP versions.


Expected result:
----------------
if there's shared-libraries-only version of FreeTDS installed (with
default installation prefix, which = /usr/local/freetds), then it should
be possible to compile PHP against that FreeTDS version using 'configure
--with-mssql'



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

Reply via email to