php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9922 Error compiling Zend Parser
Submitted: 2001-03-22 09:31 UTC Modified: 2001-04-28 15:40 UTC
From: m dot fanciulli at rai dot it Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Latest CVS (22/03/2001) OS: Solaris 2.6
Private report: No CVE-ID: None
 [2001-03-22 09:31 UTC] m dot fanciulli at rai dot it
Hi,

we'e a problem compiling PHP 4.0 latest (22/3/2001).
We type in a

./configure --with-nsapi=/opt/netscape/server4 --enable-libgcc

and obtain a 

# Making all in Zend
make[1]: Entering directory `/web/php/php4-200103220345/Zend'
/bin/sh ../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../main   -D_POSIX_PTHREAD_SEMANTICS -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=21 -I../TSRM -DTHREAD=1  -pthreads -c zend_language_scanner_cc.cc
/bin/sh ../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../main   -D_POSIX_PTHREAD_SEMANTICS -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=21 -I../TSRM -DTHREAD=1  -pthreads -c zend_ini_scanner_cc.cc
/bin/sh ../libtool --silent --mode=link c++  -pthreads  -o libZend_cc.la   zend_language_scanner_cc.lo zend_ini_scanner_cc.lo  
../libtool: ar: not found
make[1]: *** [libZend_cc.la] Error 1
make[1]: Leaving directory `/web/php/php4-200103220345/Zend'
make: *** [all-recursive] Error 1

Thanks for any help in this,

Marco

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-22 10:01 UTC] hholzgra@php.net
looks like you do not have /usr/ccs/bin in your path?
 [2001-03-22 10:10 UTC] m dot fanciulli at rai dot it
No, we've /usr/ccs/bin in PATH.
Now the problem is present even when compiling as CGI.

Marco
 [2001-03-22 11:08 UTC] hholzgra@php.net
i just tried builds from fresh checkouts
( plain configure/make)
on Solars 2.5.1 and 2.7 without problems,
so i still guess it's a problem with your local
configuration and not php's fault
 [2001-04-28 15:40 UTC] derick@php.net
No feedback. If this problem persists with PHP 4.0.5 which
will be released next week, please reopen this report.
But this is probably not a bug in PHP, but in your system
configuration.

Derick
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 08:01:27 2024 UTC