php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10036 dies on make
Submitted: 2001-03-28 10:24 UTC Modified: 2001-03-29 11:30 UTC
From: jjratelle at yahoo dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.0.4pl1 OS: solaris 8
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jjratelle at yahoo dot com
New email:
PHP Version: OS:

 

 [2001-03-28 10:24 UTC] jjratelle at yahoo dot com
run make (after ./configure) & receive the following:
# make
Making all in Zend
make[1]: Entering directory `/usr/local/src/php-4.0.4pl1/Zend'
/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 `/usr/local/src/php-4.0.4pl1/Zend'
make: *** [all-recursive] Error 1
# make install
Making install in Zend
make[1]: Entering directory `/usr/local/src/php-4.0.4pl1/Zend'
/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 `/usr/local/src/php-4.0.4pl1/Zend'
make: *** [install-recursive] Error 1

I've seen one thread similar to this, with instructions to install all development patches for RH.  What should be done for sun?
Thanks, JohnR

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-29 11:30 UTC] sniper@php.net
No bug in PHP. Either your PATH misses the place where
ar is located or you don't have it at all in your system.
Ask further support questions on php-install@lists.php.net

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 10:01:28 2024 UTC