|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-09-23 03:04 UTC] ralf dot hildebrandt at charite dot de
When building PHP-4.2.3 I use: ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-tsrm-pth During make I get: > make Making all in Zend make[1]: Entering directory `/mnt/disk4/gnu/php-4.2.3/Zend' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/mnt/disk4/gnu/php-4.2.3/Zend' Making all in main make[1]: Entering directory `/mnt/disk4/gnu/php-4.2.3/main' make[2]: Entering directory `/mnt/disk4/gnu/php-4.2.3/main' /bin/ksh /users2/gnu/php-4.2.3/libtool --silent --mode=compile gcc -I. -I/users2/gnu/php-4.2.3/main -I/users2/gnu/php-4.2.3/main -I/users2/gnu/php-4.2.3 -I/usr/local/apache2/include -I/users2/gnu/php-4.2.3/Zend -I/users2/gnu/php-4.2.3/ext/mysql/libmysql -I/users2/gnu/php-4.2.3/ext/xml/expat -D_REENTRANT -I/users2/gnu/php-4.2.3/TSRM -I/users2/local/include -DTHREAD=1 -O -I/users2/local/include -DZTS -prefer-pic -c main.c cc1: warning: changing search order for system directory "/users2/local/include" cc1: warning: as it has already been specified as a non-system directory In file included from main.c:26: php.h:114: conflicting types for `socklen_t' /users2/local/include/pth.h:53: previous declaration of `socklen_t' make[2]: *** [main.lo] Error 1 make[2]: Leaving directory `/mnt/disk4/gnu/php-4.2.3/main' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/mnt/disk4/gnu/php-4.2.3/main' make: *** [all-recursive] Error 1 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Dec 16 10:00:01 2025 UTC |
I tried today's snapshot and got: /bin/ksh libtool --silent --mode=compile gcc -Isapi/apache2filter/ -I/users2/gnu/php4-200212101030/sapi/apache2filter/ -DPHP_ATOM_INC -I/users2/gnu/php4-200212101030/include -I/users2/gnu/php4-200212101030/main -I/users2/gnu/php4-200212101030 -I/usr/local/apache2/include -I/users2/gnu/php4-200212101030/Zend -I/users2/gnu/php4-200212101030/ext/xml/expat -I/users2/gnu/php4-200212101030/TSRM -O -prefer-pic -c /users2/gnu/php4-200212101030/sapi/apache2filter/sapi_apache2.c -o sapi/apache2filter/sapi_apache2.lo In file included from /usr/local/apache2/include/apr_portable.h:90, from /usr/local/apache2/include/http_protocol.h:64, from /users2/gnu/php4-200212101030/sapi/apache2filter/sapi_apache2.c:41: /usr/local/include/pthread.h:183: conflicting types for `socklen_t' /users2/gnu/php4-200212101030/main/php.h:139: previous declaration of `socklen_t' make: *** [sapi/apache2filter/sapi_apache2.lo] Error 1 by using: CFLAGS='-O' LDFLAGS='-L/lib/pa1.1' \ ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-tsrm-pth --disable-ipv6 make