php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28104 Unable to compile --with-mssql
Submitted: 2004-04-22 11:37 UTC Modified: 2004-04-22 16:47 UTC
From: moander at atc dot no Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.3.5 OS: Debian 3 Woody
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: moander at atc dot no
New email:
PHP Version: OS:

 

 [2004-04-22 11:37 UTC] moander at atc dot no
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


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-04-22 16:47 UTC] derick@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Oct 31 23:01:28 2024 UTC