|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-02-14 22:54 UTC] sniper@php.net
[2005-02-15 09:52 UTC] sniper@php.net
[2005-02-16 01:26 UTC] mark dot post at eds dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 24 11:00:02 2025 UTC |
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