ID:               29956
 User updated by:  mark dot post at eds dot com
 Reported By:      mark dot post at eds dot com
-Status:           Feedback
+Status:           Open
 Bug Type:         Compile Failure
 Operating System: Linux
 PHP Version:      5.0.0
 New Comment:

Ok, I did that.  The current CVS snapshot still has the same problem,
because the patch I provided has not been applied.

Was there some reason you wanted me to try this when nothing had been
changed?

Mark Post


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

[2005-02-10 19:57:33] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.0-win32-latest.zip



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

[2004-09-02 18:47:30] mark dot post at eds dot com

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

Reply via email to