From:             mark dot post at eds dot com
Operating system: Linux
PHP version:      5.0.0
PHP Bug Type:     *Compile Issues
Bug description:  support for s390 architecture in aclocal.m4 and configure script

Description:
------------
For some time now, I've been having problems with building PHP on
Linux/390.  The Apache module would not build because libtool was having
problems.  I finally tracked the problem down to the aclocal.m4 file (and
the resulting configure script).

The following patch should be applied to PHP 5.0.0 (and later versions) to
enable correct building on Linux/390.

--- aclocal.m4.orig     2004-07-13 15:13:14.000000000 -0400
+++ aclocal.m4  2004-09-02 12:44:12.000000000 -0400
@@ -5315,7 +5315,7 @@
 # This must be Linux ELF.
 linux-gnu*)
   case $host_cpu in
-  alpha* | hppa* | i*86 | mips | mipsel | powerpc* | sparc* | ia64*)
+  alpha* | hppa* | i*86 | mips | mipsel | powerpc* | sparc* | ia64* |
s390*)
     lt_cv_deplibs_check_method=pass_all ;;
   *)
     # glibc up to 2.1.1 does not perform some relocations on ARM





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

Reply via email to