Hi

I am new to this list. I hope someone can help, please.

I am trying to install php-4.2.1 with apache 2.0.39 on an i386 machine
running Solaris 8, patched up to kernel patch 14. It has most of the
usual GNU utilities installed in /usr/local/bin such as:
gcc m4 make autoconf automake bison gawk tar

The apache installation went well. The php configure went OK - I used:

./configure --with-mysql --with-apxs2=/opt/apache2/bin/apxs

However, when it came to 'make' I got the following error:

Making all in Zend
make[1]: Entering directory `/sysnet/derek/php-4.2.1/Zend'
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../main   -D_POSIX_PTHREAD_SEMANTICS
-D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I../TSRM -DTHREAD=1  -g -O2
-DZTS -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
make[1]: *** [zend_language_parser.lo] Error 1
make[1]: Leaving directory `/sysnet/derek/php-4.2.1/Zend'
make: *** [all-recursive] Error 1

I've done a 'find' on 'unix.h' but no such file appears on my
system. So I can't really fix my LD paths or suchlike.

Any help will be much appreciated.

Thanks in advance
-- 
        Derek Allum                             [EMAIL PROTECTED]
        I.C.T. (Systems & Networks)
        University of Luton
        England

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

Reply via email to