From: moander at atc dot no Operating system: Debian 3 Woody PHP version: 4.3.5 PHP Bug Type: Compile Failure Bug description: Unable to compile --with-mssql
Description: ------------ I have installed Debian 3. Now I am trying to compile php with this configure string: ./configure --prefix=/usr/mbx --with-mysql --with-mssql --with-zlib --with-mime-magic --with-apxs=/usr/mbx/bin/apxs --with-config-file-path=/usr/mbx/conf make Error If I remove --with-mssql there is no problem. Yes, I have removed config.cache Expected result: ---------------- I expect php to compile Actual result: -------------- linux4:/usr/mbx/php-4.3.5# make /bin/sh /usr/mbx/php-4.3.5/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/mssql/ -I/usr/mbx/php-4.3.5/ext/mssql/ -DPHP_ATOM_INC -I/usr/mbx/php-4.3.5/include -I/usr/mbx/php-4.3.5/main -I/usr/mbx/php-4.3.5 -I/usr/mbx/php-4.3.5/Zend -I/usr/mbx/php-4.3.5/ext/xml/expat -I/usr/mbx/php-4.3.5/TSRM -g -O2 -prefer-pic -c /usr/mbx/php-4.3.5/ext/mssql/php_mssql.c -o ext/mssql/php_mssql.lo /usr/mbx/php-4.3.5/ext/mssql/php_mssql.c: In function `zm_activate_mssql': /usr/mbx/php-4.3.5/ext/mssql/php_mssql.c:339: `SHORT' undeclared (first use in this function) /usr/mbx/php-4.3.5/ext/mssql/php_mssql.c:339: (Each undeclared identifier is reported only once /usr/mbx/php-4.3.5/ext/mssql/php_mssql.c:339: for each function it appears in.) make: *** [ext/mssql/php_mssql.lo] Error 1 -- Edit bug report at http://bugs.php.net/?id=28104&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=28104&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=28104&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=28104&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=28104&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=28104&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=28104&r=needscript Try newer version: http://bugs.php.net/fix.php?id=28104&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=28104&r=support Expected behavior: http://bugs.php.net/fix.php?id=28104&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=28104&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=28104&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=28104&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28104&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=28104&r=dst IIS Stability: http://bugs.php.net/fix.php?id=28104&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=28104&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=28104&r=float