[PHP] Problem with installing on Solaris 8

2001-08-06 Thread Peter Ostry

We try to install PHP4 on a Sun Netra AC200 (T1) under Solaris 8.
After we finally managed to 'configure', we get an error with 'make':

bash-2.03# make
Making all in Zend
make[1]: Entering directory `/usr/share/src/php-4.0.6/Zend'
/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 `/usr/share/src/php-4.0.6/Zend'
make: *** [all-recursive] Error 1
bash-2.03#

We do not find something like 'ar' in the Zend folder, manual does not 
mention this problem.
Does anyone know how to fix this?


TIA,
Peter

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Problem with installing on Solaris 8

2001-08-06 Thread Tim

'ar' is a system utility.  On my system it's in /usr/ccs/bin.

- Tim

On 06 Aug 2001 18:12:52 +0200, Peter Ostry wrote:
 We try to install PHP4 on a Sun Netra AC200 (T1) under Solaris 8.
 After we finally managed to 'configure', we get an error with 'make':
 
 bash-2.03# make
 Making all in Zend
 make[1]: Entering directory `/usr/share/src/php-4.0.6/Zend'
 /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



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]