ID:               26397
 User updated by:  tippa000 at yahoo dot com
 Reported By:      tippa000 at yahoo dot com
-Status:           No Feedback
+Status:           Open
 Bug Type:         Apache2 related
 Operating System: AIX 5.2
 PHP Version:      4.3.4
 New Comment:

I just tried it with Apache 1.3.29 and it worked (but as previously
stated, not in Apache 2.0.48). Below you can see the result.

-------------------------------------

[EMAIL PROTECTED]> bin/httpd -v
Server version: Apache/1.3.29 (Unix)
Server built:   Dec  1 2003 15:00:00

...

[EMAIL PROTECTED]> ./configure \
   --prefix=/testing/php \
   --with-apxs=/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:       apache
[activating module `php4' in /testing/apache/conf/httpd.conf]
cp libs/libphp4.so /testing/apache/libexec/libphp4.so
chmod 755 /testing/apache/libexec/libphp4.so
cp /testing/apache/conf/httpd.conf /testing/apache/conf/httpd.conf.bak
cp /testing/apache/conf/httpd.conf.new /testing/apache/conf/httpd.conf
rm /testing/apache/conf/httpd.conf.new
Installing shared extensions:    
/testing/php/lib/php/extensions/no-debug-non-zts-20020429/
Installing build environment:     /testing/php/lib/php/build/
Installing header files:          /testing/php/include/php/
Installing helper programs:       /testing/php/bin/
  program: phpize
  program: php-config
  program: phpextdist
gmake[1]: Leaving directory `/testing/php-4.3.4'
[EMAIL PROTECTED]>


Previous Comments:
------------------------------------------------------------------------

[2003-12-01 03:13:00] [EMAIL PROTECTED]

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.



------------------------------------------------------------------------

[2003-11-25 15:18:14] [EMAIL PROTECTED]

Try with Apache 1.3.29..I don't have apache2 installed on the only AIX
machine I have access..but with Apache1 this works just fine.


------------------------------------------------------------------------

[2003-11-25 05:48:50] tippa000 at yahoo dot com

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 this bug report at http://bugs.php.net/?id=26397&edit=1

Reply via email to