php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17327 Compile works with 4.2.0 but not for 4.2.1
Submitted: 2002-05-21 00:37 UTC Modified: 2002-09-11 11:09 UTC
From: larry at velella dot org Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.2.1 OS: Solaris 8
Private report: No CVE-ID: None
 [2002-05-21 00:37 UTC] larry at velella dot org
pacific 53 # uname -a
SunOS pacific 5.8 Generic_108528-13 sun4u sparc SUNW,Ultra-5

pacific 54 # make
Making all in Zend
make[1]: Entering directory `/usr/local/src/php-4.2.1/Zend'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/local/src/php-4.2.1/Zend'
Making all in main
make[1]: Entering directory `/usr/local/src/php-4.2.1/main'
make[2]: Entering directory `/usr/local/src/php-4.2.1/main'
/bin/sh /usr/local/src/php-4.2.1/libtool --silent --mode=compile gcc  -I. -I/usr
In file included from php.h:34,
                 from internal_functions.c:23:
/usr/local/src/php-4.2.1/Zend/zend.h:55:19: unix.h: No such file or directory
In file included from internal_functions.c:23:
php.h:71:18: unix.h: Error 0
make[2]: *** [internal_functions.lo] Error 1
make[2]: Leaving directory `/usr/local/src/php-4.2.1/main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/php-4.2.1/main'
make: *** [all-recursive] Error 1
pacific 55 #
p

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-05-21 01:52 UTC] mfischer@php.net
Try running CC=gcc ./configure ...
 [2002-09-11 11:09 UTC] sniper@php.net
Thank you for your bug report. This issue has already been fixed
in the latest released version of PHP, which you can download at 
http://www.php.net/downloads.php


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 19 02:01:35 2024 UTC