Hi ! I tried to compile PHP 4.3.7 with options:
./configure \ --with-apxs2=/usr/local/apache2/bin/apxs \ --with-mysql \ --with-mssql \ --with-gd \ --with-pear \ --with-zlib-dir But during the 'make' I`v got error: In file included from /usr/local/src/new/php-4.3.7/ext/mssql/php_mssql.c:33: /usr/local/src/new/php-4.3.7/ext/mssql/php_mssql.h:41: redefinition of `SHORT' /usr/local/include/sybdb.h:117: `SHORT' previously declared here make: *** [ext/mssql/php_mssql.lo] Error 1 What`s going on ?? Should I change declaration "Short" inside of the files ?? Best regards, Paul