Hi!

I'm using apache-1.3.22 with PHP-4.1.2 on SunOS-5.7 machine. Now I want
to upgrade PHP to 4.2.1. So, 'configure' prints a few lines like this
--
checking for unix.h... grep: can't open conftest.out
yes
--
but it completes without errors. Then I run 'make' I get this:
--
>make
Making all in Zend
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../maic
In file included from zend_compile.h:24,
                 from zend_language_parser.c:147:
zend.h:55: unix.h: No such file or directory
*** Error code 1
make: Fatal error: Command failed for target `zend_language_parser.lo'
Current working directory /var/tmp/php/php-4.2.1/Zend
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
--

My question is - what the hell is unix.h, why PHP 'configure' detects
file that is missing and how for all that can I compile PHP-4.2.1?




-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to