ID: 17525
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Duplicate
+Status: Open
Bug Type: *Compile Issues
Operating System: SunOS 5.8
PHP Version: 4.2.1
New Comment:
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...
Previous Comments:
------------------------------------------------------------------------
[2002-05-30 10:23:44] [EMAIL PROTECTED]
Dupe of #17218. Some info at #17417 as well.
------------------------------------------------------------------------
[2002-05-30 08:53:58] [EMAIL PROTECTED]
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.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=17525&edit=1