ID: 22259 User updated by: ikazdek at hotmail dot com Reported By: ikazdek at hotmail dot com -Status: Feedback +Status: Open Bug Type: Compile Failure Operating System: FreeBSD 4.7-STABLE PHP Version: 4.3.1 New Comment:
You get the same results with 4.3.0 4.3.1 was released today to fix a vulnerability in 4.3.0 dealing with the --enable-force-cgi-redirect. --enable-force-cgi-redirect and --enable-track-vars are required/recomended by Squirrelmail, which is the only reason I'm installing PHP. So how about we try to make the "stable" released version of PHP work instead of recommending the installation of development versions or suggesting to removed required options. As done in previous bug threads regarding similar compile problems. Argh. Previous Comments: ------------------------------------------------------------------------ [2003-02-17 17:07:08] [EMAIL PROTECTED] And remove --enable-versioning, --enable-track-vars and --enable-force-cgi-redirect from your configure line, the last one is not needed for --with-apxs build. ------------------------------------------------------------------------ [2003-02-17 17:06:20] [EMAIL PROTECTED] This has been reported by other before, and usually it has been a problem in their systems or broken PHP sources.. Try again but use the PHP 4.3.0 package. ------------------------------------------------------------------------ [2003-02-17 16:04:40] ikazdek at hotmail dot com configured with: ./configure --with-apxs=/usr/local/sbin/apxs --with-config-file-path=/usr/local/etc --enable-versioning \ --with-regex=system --without-gd --without-mysql --with-zlib --with-imap=/usr/local \ --with-mysql=/usr/local --with-ldap=/usr/local --with-expat-dir=/usr/local \ --with-gettext=/usr/local --prefix=/usr/local --enable-track-vars --enable-force-cgi-redirect it fails to compile at: bash-2.05b# make /bin/sh libtool --silent --mode=compile gcc -Iext/zlib/ -I/usr/local/src/php-4.3.1/ext/zlib/ -DPHP_ATOM_INC -I/usr/local/src/php-4.3.1/include -I/usr/local/src/php-4.3.1/main -I/usr/local/src/php-4.3.1 -I/usr/local/src/php-4.3.1/Zend -I/usr/local/include -I/usr/local/include/c-client -I/usr/local/include/mysql -DMOD_SSL=208112 -DMOD_PERL -DUSE_PERL_SSI -DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.0/BSDPAN" -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DEAPI -DAPPLLIB_EXP=/usr/local/lib/perl5/5.8.0/BSDPAN -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -I/usr/local/src/php-4.3.1/TSRM -g -O2 -prefer-pic -c /usr/local/src/php-4.3.1/ext/zlib/zlib.c -o ext/zlib/zlib.lo In file included from /usr/include/sys/param.h:104, from /usr/local/src/php-4.3.1/TSRM/tsrm_config_common.h:14, from /usr/local/src/php-4.3.1/TSRM/tsrm_virtual_cwd.h:26, from /usr/local/src/php-4.3.1/main/php.h:360, from /usr/local/src/php-4.3.1/ext/zlib/zlib.c:28: /usr/include/machine/limits.h:81: warning: `LONG_MAX' redefined /usr/local/src/php-4.3.1/Zend/zend.h:189: warning: this is the location of the previous definition /usr/include/machine/limits.h:82: warning: `LONG_MIN' redefined /usr/local/src/php-4.3.1/Zend/zend.h:193: warning: this is the location of the previous definition In file included from /usr/local/src/php-4.3.1/TSRM/tsrm_config_common.h:14, from /usr/local/src/php-4.3.1/TSRM/tsrm_virtual_cwd.h:26, from /usr/local/src/php-4.3.1/main/php.h:360, from /usr/local/src/php-4.3.1/ext/zlib/zlib.c:28: /usr/include/sys/param.h:193: warning: `MAXPATHLEN' redefined /usr/local/src/php-4.3.1/main/php.h:237: warning: this is the location of the previous definition In file included from /usr/local/src/php-4.3.1/Zend/zend.h:202, from /usr/local/src/php-4.3.1/main/php.h:34, from /usr/local/src/php-4.3.1/ext/zlib/zlib.c:28: /usr/local/src/php-4.3.1/Zend/zend_hash.h:119: syntax error before `va_list' In file included from /usr/local/src/php-4.3.1/Zend/zend.h:203, from /usr/local/src/php-4.3.1/main/php.h:34, from /usr/local/src/php-4.3.1/ext/zlib/zlib.c:28: /usr/local/src/php-4.3.1/Zend/zend_llist.h:34: syntax error before `va_list' In file included from /usr/local/src/php-4.3.1/main/php.h:34, from /usr/local/src/php-4.3.1/ext/zlib/zlib.c:28: /usr/local/src/php-4.3.1/Zend/zend.h:285: syntax error before `va_list' /usr/local/src/php-4.3.1/Zend/zend.h:423: syntax error before `va_list' In file included from /usr/local/src/php-4.3.1/main/php.h:224, from /usr/local/src/php-4.3.1/ext/zlib/zlib.c:28: /usr/local/src/php-4.3.1/main/spprintf.h:40: syntax error before `va_list' In file included from /usr/local/src/php-4.3.1/ext/zlib/zlib.c:28: /usr/local/src/php-4.3.1/main/php.h:277: syntax error before `va_list' In file included from /usr/local/src/php-4.3.1/main/php.h:360, from /usr/local/src/php-4.3.1/ext/zlib/zlib.c:28: /usr/local/src/php-4.3.1/TSRM/tsrm_virtual_cwd.h:159: warning: `struct utimbuf' declared inside parameter list /usr/local/src/php-4.3.1/TSRM/tsrm_virtual_cwd.h:159: warning: its scope is only this definition or declaration, which is probably not what you want. In file included from /usr/local/src/php-4.3.1/ext/standard/fsock.h:38, from /usr/local/src/php-4.3.1/ext/standard/php_standard.h:44, from /usr/local/src/php-4.3.1/ext/zlib/zlib.c:48: /usr/local/src/php-4.3.1/main/php_network.h:113: syntax error before `socklen_t' /usr/local/src/php-4.3.1/main/php_network.h:113: warning: `struct sockaddr' declared inside parameter list In file included from /usr/local/src/php-4.3.1/ext/standard/php_standard.h:44, from /usr/local/src/php-4.3.1/ext/zlib/zlib.c:48: /usr/local/src/php-4.3.1/ext/standard/fsock.h:43: warning: `struct in_addr' declared inside parameter list *** Error code 1 Stop in /usr/local/src/php-4.3.1. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=22259&edit=1