ID:               34257
 Updated by:       [EMAIL PROTECTED]
 Reported By:      arekm at pld-linux dot org
-Status:           Assigned
+Status:           Closed
 Bug Type:         Compile Failure
 Operating System: Linux
-PHP Version:      5.0.4
+PHP Version:      5.0.*
 Assigned To:      helly
 New Comment:

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.

Fixed in 5.1, the first release that supports 64 bit systems in that
way.


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

[2005-08-25 22:50:23] [EMAIL PROTECTED]

Fixed in Head correctly, your patch was incomplete :-)

About MFHing we need to wait for RM approval.

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

[2005-08-25 19:32:29] arekm at pld-linux dot org

diff -urN php-5.1.0RC1.org/ext/ming/config.m4
php-5.1.0RC1/ext/ming/config.m4
--- php-5.1.0RC1.org/ext/ming/config.m4 2005-07-18 01:58:39.000000000
+0200
+++ php-5.1.0RC1/ext/ming/config.m4     2005-08-25 19:23:28.356268128
+0200
@@ -9,7 +9,7 @@
   AC_CHECK_LIB(m, sin)

   for i in $PHP_MING /usr/local /usr; do
-    if test -f $i/lib/libming.$SHLIB_SUFFIX_NAME -o -f
$i/lib/libming.a; then
+    if test -f $i/$PHP_LIBDIR/libming.$SHLIB_SUFFIX_NAME -o -f
$i/$PHP_LIBDIR/libming.a; then
       MING_DIR=$i
       break
     fi

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

[2005-08-25 19:31:58] arekm at pld-linux dot org

Description:
------------
When building ming extension configure script checks only /usr/lib
(where lib is hardcoded) so no support for ie. amd64 platform when
lib64 is used.



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


-- 
Edit this bug report at http://bugs.php.net/?id=34257&edit=1

Reply via email to