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

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

About MFHing we need to wait for RM approval.


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

[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