ID: 38980 Updated by: [EMAIL PROTECTED] Reported By: sn4265 at att dot com -Status: Open +Status: Feedback Bug Type: Compile Failure Operating System: HPUX 11.11 PHP Version: 4.4.4 New Comment:
Please make sure you're using GNU buildtools and GNU ld. Previous Comments: ------------------------------------------------------------------------ [2006-09-28 08:13:59] sn4265 at att dot com Description: ------------ OK. I finally gave up on attempting to get a successful build of PHP 5.1.6, and I am now attempting PHP 4.4.4. Unfortunately, where I thought this would go pretty smoothly it has definitely not. The configure and make complete fine. The 'make install' however fails at the beginning. I have been searching the bug reports and found a couple of similar errors, but nothing with enough information to follow thru to a resolution. Reproduce code: --------------- Configure line: ./configure --with-mysql --with-oci8=/usr/local/oracle/8.0.6.3 --with-apxs2=/opt/apache/bin/apxs Expected result: ---------------- Successful installation of PHP4 module. Actual result: -------------- [EMAIL PROTECTED]:/www/tmp/php-4.4.4> make install Installing PHP SAPI module: apache2handler /opt/apache/build/instdso.sh SH_LIBTOOL='/opt/apache/build/libtool' libphp4.la /opt/apache/modules /opt/apache/build/libtool --mode=install cp libphp4.la /opt/apache/modules/ cp .libs/libphp4.lai /opt/apache/modules/libphp4.la cp .libs/libphp4.a /opt/apache/modules/libphp4.a ranlib /opt/apache/modules/libphp4.a chmod 644 /opt/apache/modules/libphp4.a libtool: install: warning: remember to run `libtool --finish /www/tmp/php-4.4.4/libs' Warning! dlname not found in /opt/apache/modules/libphp4.la. Assuming installing a .so rather than a libtool archive. chmod 755 /opt/apache/modules/libphp4.so chmod: can't access /opt/apache/modules/libphp4.so apxs:Error: Command failed with rc=65536 . *** Error exit code 1 Stop. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=38980&edit=1