From:             tippa000 at yahoo dot com
Operating system: AIX 5.2
PHP version:      4.3.4
PHP Bug Type:     Apache2 related
Bug description:  make install fails

Description:
------------
Similar situation than bug report 25058.
http://bugs.php.net/bug.php?id=25058

make install fails:
"apxs:Error: Command failed with rc=65536"



Reproduce code:
---------------
[EMAIL PROTECTED]> cd /testing/php-4.3.4
[EMAIL PROTECTED]> ./configure \
   --prefix=/testing/php \
   --with-apxs2=/testing/apache/bin/apxs \
   --disable-all \
   --disable-cli 

...
...
...

Build complete.
(It is safe to ignore warnings about tempnam and tmpnam).

gmake[1]: Leaving directory `/testing/php-4.3.4'
cd /testing/php-4.3.4 && gmake install
gmake[1]: Entering directory `/testing/php-4.3.4'
Installing PHP SAPI module:       apache2handler
/testing/apache/build/instdso.sh
SH_LIBTOOL='/testing/apache/build/libtool' libphp4.la
/testing/apache/modules
rm -f /testing/apache/modules/libphp4.so
/testing/apache/build/libtool --mode=install cp libphp4.la
/testing/apache/modules/
cp .libs/libphp4.a /testing/apache/modules/libphp4.a
cp .libs/libphp4.lai /testing/apache/modules/libphp4.la
libtool: install: warning: remember to run `libtool --finish
/testing/php-4.3.4/libs'
chmod 755 /testing/apache/modules/libphp4.so
chmod: /testing/apache/modules/libphp4.so: A file or directory in the path
name does not exist.
apxs:Error: Command failed with rc=65536
.
gmake[1]: *** [install-sapi] Error 1
gmake[1]: Leaving directory `/testing/php-4.3.4'
gmake: *** [buildphp] Error 2
[EMAIL PROTECTED]> 
[EMAIL PROTECTED]> 
[EMAIL PROTECTED]> uname -a
AIX aix52 2 5 0057C30A4C00
[EMAIL PROTECTED]> libtool --version
ltmain.sh (GNU libtool) 1.5 (1.1220 2003/04/05 19:32:58)

Copyright (C) 2003  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
[EMAIL PROTECTED]>
[EMAIL PROTECTED]> /testing/apache/bin/httpd -v
Server version: Apache/2.0.48
Server built:   Nov 25 2003 10:00:00
[EMAIL PROTECTED]>
[EMAIL PROTECTED]> gcc -v
Reading specs from
/tools/gnu/gcc/AIX/lib/gcc-lib/powerpc-ibm-aix5.2.0.0/3.3.1/specs
Configured with: ../configure --prefix=/tools/gnu/gcc/AIX
--enable-threads=posix --disable-shared --disable-nls
--enable-libstdcxx-v3
Thread model: aix
gcc version 3.3.1
[EMAIL PROTECTED]> 


Expected result:
----------------
I expect this already corrected... but...


-- 
Edit bug report at http://bugs.php.net/?id=26397&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=26397&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=26397&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=26397&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=26397&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=26397&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=26397&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=26397&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=26397&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=26397&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=26397&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=26397&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26397&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=26397&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=26397&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=26397&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=26397&r=float

Reply via email to