|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-05-30 08:53 UTC] eru@php.net
When running configure, it claims to find unix.h, but there is no such file on the system, same thing with sys/sysexits.h. Fact is, it "recognizes" all include-files in this for-statement. I checked it with 4.1.2, this configure works properly, strangely it has the same for-loop as the 4.2.1-configure, so the problem lies somewhat deeper in the script. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 24 14:00:02 2025 UTC |
IMHO this is not a duplicate. gcc is recognized correctly, I also have not these cc: not found errors. I simply get a /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main -D_POSIX_PTHREAD_SEMANTICS -DSOLARIS2=280 -DMOD_SSL=208108 -DEAPI -DEAPI_MM -DUSE_EXPAT -I../TSRM -g -O2 -prefer-pic -c -o zend_language_parser.lo `test -f zend_language_parser.c || echo './'`zend_language_parser.c In file included from zend_compile.h:24, from zend_language_parser.c:147: zend.h:55: unix.h: No such file or directory which is quite different from #17417. What may be the case though is, that autoconf is the reason for this behaviour as well...summa summarum you can say, that 4.2.1 is not working on SunOS 5.8 and I'd like to ask the QA-Team (including myself), why this wasn't detected in the RC-phase...