php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6596
Submitted: 2000-09-07 06:40 UTC Modified: 2000-12-30 13:55 UTC
From: adrian dot keeling at nsch-tr dot wmids dot nhs dot uk Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.2 OS: Unixware 7.1
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: adrian dot keeling at nsch-tr dot wmids dot nhs dot uk
New email:
PHP Version: OS:

 

 [2000-09-07 06:40 UTC] adrian dot keeling at nsch-tr dot wmids dot nhs dot uk
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.    

 

                    

                                

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-23 18:56 UTC] sniper@php.net
Have you tried php4.0.3pl1 and if that didn't work, latest snapshot from
http://snaps.php.net/  ?

--Jani
 [2000-12-30 13:55 UTC] sniper@php.net
No feedback. Considered fixed.

--Jani
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Feb 05 10:01:30 2025 UTC