Solaris 8 1. /configure --with-mysql --with-apxs=/apachephp/bin/apxs 2. make ------------ Step 1 works fine But step 2 says: # make Making all in Zend make[1]: Entering directory `/fuckinghome/ruslan/stuff/2002/forums/php/php-4.2.1/Zend' /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main -D_POSI X_PTHREAD_SEMANTICS -DSOLARIS2=280 -DRUSSIAN_APACHE -DMOD_DEFLATE -DUSE_EXPA T -D_LARGEFILE _SOURCE -D_FILE_OFFSET_BITS=64 -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 make[1]: *** [zend_language_parser.lo] Error 1 make[1]: Leaving directory `/fuckinghome/ruslan/stuff/2002/forums/php/php-4.2.1/Zend' make: *** [all-recursive] Error 1 #
How can I have php compiled? Thanks! Roman -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php