php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #41264 make install failure
Submitted: 2007-05-03 01:50 UTC Modified: 2007-05-03 18:31 UTC
From: vagetman at gmail dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5.2.1 OS: Aix 5.3 ML05
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: vagetman at gmail dot com
New email:
PHP Version: OS:

 

 [2007-05-03 01:50 UTC] vagetman at gmail dot com
Description:
------------
The same problem as with the bug 40268. The 'make install' is broken for AIX!

Reproduce code:
---------------
# make install    
        echo '\
\
Installing PHP SAPI module:       apache2handler
/usr/local/apache/build/instdso.sh SH_LIBTOOL='/usr/local/apache/build/libtool' libphp5.la /usr/local/apache/modules
rm -f /usr/local/apache/modules/libphp5.so
/usr/local/apache/build/libtool --mode=install cp libphp5.la /usr/local/apache/modules/
cp .libs/libphp5.a /usr/local/apache/modules/libphp5.a
cp .libs/libphp5.lai /usr/local/apache/modules/libphp5.la
libtool: install: warning: remember to run `libtool --finish /install/Toolbox/php-5.2.1/libs'
chmod 755 /usr/local/apache/modules/libphp5.so
chmod: /usr/local/apache/modules/libphp5.so: A file or directory in the path name does not exist.
apxs:Error: Command failed with rc=65536
.
make: 1254-004 The error code from the last command is 1.


Stop.
#

Actual result:
--------------
Anther way.

# make -n install-sapi
        echo "Installing PHP SAPI module:       apache2handler"
        /install/Toolbox/php-5.2.1/build/shtool mkdir -p /usr/local/apache/php/bin
        if test ! -r /install/Toolbox/php-5.2.1/libs/libphp5.so; then  for i in 0.0.0 0.0 0; do  if test -r /install/Toolbox/php-5.2.1/libs/libphp5.so.$i; then  ln -s /install/Toolbox/php-5.2.1/libs/libphp5.so.$i /install/Toolbox/php-5.2.1/libs/libphp5.so;  break;  fi;  done;  fi
        /install/Toolbox/php-5.2.1/build/shtool mkdir -p '/usr/local/apache/modules' && /install/Toolbox/php-5.2.1/build/shtool mkdir -p '/usr/local/apache/conf' && /usr/local/apache/bin/apxs -S LIBEXECDIR='/usr/local/apache/modules' -S SYSCONFDIR='/usr/local/apache/conf' -i -a -n php5 libphp5.la
# /local/apache/conf' -i -a -n php5 libphp5.la                                           <
/usr/local/apache/build/instdso.sh SH_LIBTOOL='/usr/local/apache/build/libtool' libphp5.la /usr/local/apache/modules
rm -f /usr/local/apache/modules/libphp5.so
/usr/local/apache/build/libtool --mode=install cp libphp5.la /usr/local/apache/modules/
cp .libs/libphp5.a /usr/local/apache/modules/libphp5.a
cp .libs/libphp5.lai /usr/local/apache/modules/libphp5.la
libtool: install: warning: remember to run `libtool --finish /install/Toolbox/php-5.2.1/libs'
chmod 755 /usr/local/apache/modules/libphp5.so
chmod: /usr/local/apache/modules/libphp5.so: A file or directory in the path name does not exist.
apxs:Error: Command failed with rc=65536
.
#

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-05-03 10:28 UTC] tony2001@php.net
Not PHP problem.
 [2007-05-03 18:31 UTC] vagetman at gmail dot com
Sounds good, but :) Who's problem is it? Where do I report it to have it fixed?
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 06:01:29 2024 UTC