I'm in a process of installing php-4.2.1 on my Solaris 8 UNIX server.
I have Apache 1.3.26 installed as well.
First I run ./configure script:
./configure -with-oci8=$ORACLE_HOME/bin -with-apache=/myapps/apache_1.3.26
-enable-track-vars
When I run make I get 'make: Fatal error: Command failed for target
`zend_language_parser.lo'
myserver# make
Making all in Zend
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main
-D_POSIX_PTHREAD_SEMANTICS -I../TSRM -g -O2 -prefer-non-pic -static -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:19: unix.h: No such file or directory
*** Error code 1
make: Fatal error: Command failed for target `zend_language_parser.lo'
Current working directory /apps/php-4.2.1/Zend
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Does somebody know what is wrong here?
Thank you,
Atif
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php