php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #38980 Make install failure
Submitted: 2006-09-28 08:13 UTC Modified: 2006-10-06 01:00 UTC
From: sn4265 at att dot com Assigned:
Status: No Feedback Package: Compile Failure
PHP Version: 4.4.4 OS: HPUX 11.11
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: sn4265 at att dot com
New email:
PHP Version: OS:

 

 [2006-09-28 08:13 UTC] 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:
--------------
root@hostname:/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.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-09-28 22:20 UTC] tony2001@php.net
Please make sure you're using GNU buildtools and GNU ld.
 [2006-10-06 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 17 14:04:04 2025 UTC