From:             vagetman at gmail dot com
Operating system: Aix 5.3 ML05
PHP version:      5.2.1
PHP Bug Type:     Compile Failure
Bug description:  make install failure

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
.
#

-- 
Edit bug report at http://bugs.php.net/?id=41264&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=41264&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=41264&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=41264&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=41264&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=41264&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=41264&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=41264&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=41264&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=41264&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=41264&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=41264&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=41264&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=41264&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=41264&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=41264&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=41264&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=41264&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=41264&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=41264&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=41264&r=mysqlcfg

Reply via email to