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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Sun Jun 16 00:01:30 2024 UTC