Hi,
I am trying to install PHP4.0.6 on a solaris 8(x86) machine using the
default Apache installed and with these flags(both mysql and apxs are
set in my PATH):
#./configure --with-mysql --with-apxs
and it went fine but when I
#make
Making all in Zend
make[1]: Entering directory /users/install/php-4.0.6/Zend'
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -
I. -I../main
-D_POSIX_PTHREAD_SEMANTICS -DEAPI -DMOD_PERL -DUSE_EXPAT -
DSUPPORT_UTF8 -DXML
_BYTE_ORDER=12 -g -O2 -c zend_language_scanner.c
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -
I. -I../main
-D_POSIX_PTHREAD_SEMANTICS -DEAPI -DMOD_PERL -DUSE_EXPAT -
DSUPPORT_UTF8 -DXML
_BYTE_ORDER=12 -g -O2 -c zend_ini_scanner.c
/bin/sh ../libtool --silent --mode=link gcc -g -O2 -o
libZend_c.la zend_lang
uage_scanner.lo zend_ini_scanner.lo
../libtool: ar: not found
make[1]: *** [libZend_c.la] Error 1
make[1]: Leaving directory/users/install/php-4.0.6/Zend'
make: *** [all-recursive] Error 1
Can anyone help?
Breughel