From:             thomastja at gmail dot com
Operating system: Aix 5.3
PHP version:      4.4.4
PHP Bug Type:     Compile Failure
Bug description:  PHP make install failed to create 

Description:
------------
Any input will be welcome.

I am trying to compile PHP in the following env.
Aix 5.3, Apache 2.2.3, PHP 4.4.4, gcc version 4.0.0,
libtool 1.5.22

I run the following configure command

./configure --prefix=/fpx/usr/php 
--with-apxs2=/fpx/usr/apache/bin/apxs 
--with-config-file-path=/fpx/usr/apache/conf 
--enable-shared

completed successfully.

./make 

completed successfully

./make install 

failed with errors





Reproduce code:
---------------
bash-3.00# make install 
/fpx/usr/apache/build/instdso.sh
SH_LIBTOOL='/fpx/usr/apache/build/libtool' libphp4.la
/fpx/usr/apache/modules
libtool: install: warning: remember to run `libtool --finish
/fpx/install/php/php-4.4.4/libs'
chmod 755 /fpx/usr/apache/modules/libphp4.so
chmod: failed to get attributes of `/fpx/usr/apache/modules/libphp4.so': A
file or directory in the path name does not exist.
apxs:Error: Command failed with rc=65536
.
make: *** [install-sapi] Error 1

Expected result:
----------------
Successfull compile of PHP and creation of 

Actual result:
--------------
make install failed with error.

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

Reply via email to