I'm having some issues compiling PHP. In the subject are my program versions.... I'm using the following command :
./configure --with-apxs --enable-fast-cgi --with-zlib --enable-bcmath --with -bz2 --enable-calender --with-gdbm --with-db2 --with-db3 --enable-ctype --en able-exif --enable-ftp --with-ldap --with-openssl --with-gettext --with-mysq l=/usr/local/mysql --enable-pic --enable-versioning --enable-trans-sid --ena ble-track-vars --disable-debug Which is giving me the following error messages... I hope someone is able to help me in resolving this issue. In file included from /root/packages/src/php-4.3.0/ext/mysql/libmysql/libmysql.c:4: /root/packages/src/php-4.3.0/ext/mysql/libmysql/global.h:260: warning: redefinition of `uint' /usr/include/sys/types.h:152: warning: `uint' previously declared here /root/packages/src/php-4.3.0/ext/mysql/libmysql/global.h:261: warning: redefinition of `ushort' /usr/include/sys/types.h:151: warning: `ushort' previously declared here In file included from /root/packages/src/php-4.3.0/ext/mysql/libmysql/libmysql.c:11: /root/packages/src/php-4.3.0/ext/mysql/libmysql/m_string.h:183: parse error before `__extension__' /root/packages/src/php-4.3.0/ext/mysql/libmysql/m_string.h:183: parse error before `&&' make: *** [ext/mysql/libmysql/libmysql.lo] Error 1 Thanks in advance -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php