ID: 24464 Updated by: [EMAIL PROTECTED] Reported By: php dot net at gurugeek dot com -Status: Open +Status: Feedback Bug Type: *Compile Issues Operating System: Linux 2.4.7-10 i686 PHP Version: 4.3.2 New Comment:
Please check config.log why it was skipped Previous Comments: ------------------------------------------------------------------------ [2003-07-02 13:43:53] php dot net at gurugeek dot com Description: ------------ When configuring adding --enable-mssql does not appear to do anything. I can go manually change the configure script to THINK I put it in the configure command line. (Change the PHP_MSSQL=no to PHP_MSSQL=yes, and default the option to yes). If I do that everything works like a champ, however if I don't php skips right over mssql. I'm using freetds-0.61 with the following configure command: ./configure --enable-msdblib --with-tdsver=7.0 --with-unixodbc Reproduce code: --------------- './configure' \ '--prefix=/usr/local/php-4.3.2' \ '--sysconfdir=/usr/local/etc' \ '--mandir=/usr/local/man' \ '--sbindir=/usr/local/sbin' \ '--bindir=/usr/local/bin' \ '--libdir=/usr/local/lib' \ '--libexecdir=/usr/local/libexec' \ '--enable-sysvsem' \ '--enable-sysvshm' \ '--enable-sockets' \ '--with-snmp' \ '--with-mysql' \ '--enable-ftp' \ '--with-openssl' \ '--with-apsx' \ '--enable-mssql' \ '--with-apxs=/usr/local/sbin/apxs' \ '--with-curl=/root/packages/curl-7.10.5/' \ '--with-imap=/root/packages/imap-2002d/' Expected result: ---------------- ... checking for MSSQL support via FreeTDS... yes ... Actual result: -------------- ... checking for MSSQL support via FreeTDS... no ... ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=24464&edit=1
