Click to See Complete Forum and Search --> : php on solaris


Anon
09-10-2001, 02:34 AM
now i use Sun E-250
solaris 8 + Enterprise + OEM setup
and i use pkadd some software
gcc,flex,bison,m4,autoconf,automake,

then i download php4.0.6.tar.gz

1,gunzip php4.0.6.tar.gz

2,tar xcvf php4.0.6.tar

3.cd php4.0.6

4,./configure

5, make

but now happen some thing
/bin/sh ../libtool --silent --mode=link gcc -g -O2 -o libZend_c.la zend_language_scanner.lo zend_ini_scanner.lo
../libtool: ar: not found
make[1]: *** [libZend_c.la] Error 1
make[1]: Leaving directory `/home/test/php-4.0.6/Zend'
make: *** [all-recursive] Error 1

i can't make

so how can helpo me!!!

Anon
11-15-2001, 07:01 PM
Here ya go:

1) PATH=$PATH:/usr/ccs/bin
2) export PATH

NOW it should find ar and a few other little goodies as well.

=)