ID: 16555 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Bogus +Status: Open Bug Type: Compile Failure Operating System: Solaris 8 PHP Version: 4.1.2 New Comment:
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 Previous Comments: ------------------------------------------------------------------------ [2002-04-11 15:15:49] [EMAIL PROTECTED] 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 12:17:30] [EMAIL PROTECTED] 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? ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=16555&edit=1