php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16555 Make failure on libZend.la
Submitted: 2002-04-11 12:17 UTC Modified: 2002-04-11 22:16 UTC
From: justin_wallig at hotmail dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.1.2 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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: justin_wallig at hotmail dot com
New email:
PHP Version: OS:

 

 [2002-04-11 12:17 UTC] justin_wallig at hotmail dot com
To configure:  ./configure --with-mysql=/usr/local/mysql --with-apxs=/usr/apache/bin/apxs

Make goes fine until the following:

make[1]: Entering directory `/export/home/jayman/phpreqs/php-4.1.2/Zend'
/bin/sh ../libtool --silent --mode=link gcc  -g -O2 -prefer-pic  -o libZend.la  -lpam  -ldl -lmysqlclient -lcrypt -lresolv -lresolv -lm -ldl -lnsl -lsocket  -lsocket -lgcc -lcrypt  zend_language_parser.lo zend_language_scanner.lo zend_ini_parser.lo zend_ini_scanner.lo zend_alloc.lo zend_compile.lo zend_constants.lo zend_dynamic_array.lo zend_execute.lo zend_execute_API.lo zend_highlight.lo zend_llist.lo zend_opcode.lo zend_operators.lo zend_ptr_stack.lo zend_stack.lo zend_variables.lo zend.lo zend_API.lo zend_extensions.lo zend_hash.lo zend_list.lo zend_indent.lo zend_builtin_functions.lo zend_sprintf.lo zend_ini.lo  
../libtool: ar: not found
make[1]: *** [libZend.la] Error 1
make[1]: Leaving directory `/export/home/jayman/phpreqs/php-4.1.2/Zend'
make: *** [all-recursive] Error 1

I am a beginner at this stuff so it may be obvious to some what I am doing wrong.  Any Ideas?

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-11 15:15 UTC] sniper@php.net
Your build environment isn't really working..
Either ar is not in the path or it doesn't exist at all.
(try 'find / -name ar' and if it is found, put that path to your PATH setting)

Anyway, this is not any bug in PHP.

 [2002-04-11 22:10 UTC] justin_wallig at hotmail dot com
Thanks, for the help.  Now I have encountered another problem not covered in any docs that I can find.  Here it is...

Syntax error on line 235 of /etc/apache/httpd.conf: Cannot load /usr/apache/libexec/libphp4.so into server: ld.so.1: /usr/apache/bin/httpd: fatal: relocation error: file /usr/apache/libexec/libphp4.so: symbol uncompress: referenced symbol not found
 [2002-04-11 22:16 UTC] rasmus@php.net
Add --with-zlib to your configure line
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Sep 28 03:01:27 2024 UTC