|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-11-23 18:56 UTC] sniper@php.net
[2000-12-30 13:55 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 18:00:01 2025 UTC |
I've tried various configurations but the following is one of the most simple (I've also tried without any options!) ---------------------- ./configure --with-apache=../apache_1.3.12 --enable-track-vars # make clean # make ---------------------- the make for this particular config bombs out with:- ---------------------- cc -I. -I/usr/local/src/php-4.0.2/ext/standard -I/usr/local/src/php-4.0 .2 -I/usr/local/src/php-4.0.2/main -I/usr/local/src/php-4.0.2/Zend -I/usr/local/ src/php-4.0.2 -I/usr/local/src/php-4.0.2/ext/mysql/libmysql -I/usr/local/src/php -4.0.2/ext/xml/expat/xmltok -I/usr/local/src/php-4.0.2/ext/xml/expat/xmlparse - DXML_BYTE_ORDER=12 -g -c mail.c && touch mail.lo UX:acomp: ERROR: "mail.c", line 28: cannot find include file: <sysexits.h> UX:acomp: ERROR: "mail.c", line 155: undefined symbol: EX_TEMPFAIL UX:acomp: WARNING: "mail.c", line 165: statement not reached *** Error code 1 (bu21) UX:make: ERROR: fatal error. *** Error code 1 (bu21) UX:make: ERROR: fatal error. *** Error code 1 (bu21) UX:make: ERROR: fatal error. *** Error code 1 (bu21) UX:make: ERROR: fatal error. ------------------- I then altered config_vars.mk so that the INCLUDES had -I/usr/ucbinclude and make bombed out with:- ---------------------- cc -I. -I/usr/local/src/php-4.0.2/main -I/usr/local/src/php-4.0.2 -I/us r/local/src/php-4.0.2/main -I/usr/local/src/php-4.0.2/Zend -I/usr/local/src/php- 4.0.2 -I/usr/local/src/php-4.0.2/ext/mysql/libmysql -I/usr/local/src/php-4.0.2/e xt/xml/expat/xmltok -I/usr/local/src/php-4.0.2/ext/xml/expat/xmlparse -I/usr/ucb include -DXML_BYTE_ORDER=12 -g -c fopen-wrappers.c && touch fopen-wrappers.lo UX:acomp: ERROR: "fopen-wrappers.c", line 946: undefined symbol: STDIN_FILENO UX:acomp: ERROR: "fopen-wrappers.c", line 948: undefined symbol: STDOUT_FILENO UX:acomp: ERROR: "fopen-wrappers.c", line 950: undefined symbol: STDERR_FILENO *** Error code 1 (bu21) UX:make: ERROR: fatal error. *** Error code 1 (bu21) UX:make: ERROR: fatal error. *** Error code 1 (bu21) UX:make: ERROR: fatal error.