|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-05-29 22:06 UTC] magnus@php.net
[2005-05-29 22:08 UTC] magnus@php.net
[2005-05-30 08:55 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Dec 02 18:00:01 2025 UTC |
Description: ------------ Using HEAD phpize doesn't generate correct configure files anymore.. autoconf 2.13 automake 1.4 libtool 1.4.3 m4 1.4.3 Reproduce code: --------------- cd xdebug phpize ./configure --enable-xdebug Actual result: -------------- checking if compiler supports -Wl,-rpath,... yes checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu ./configure: line 1424: s/.*>//: No such file or directory checking for PHP prefix... /usr/local/www/php/5_1-full ... checking for gettimeofday... yes checking build system type... i686-pc-linux-gnu checking for ld used by gcc... ./configure: line 2096: s%\\%/%g: No such file or directory no configure: error: no acceptable ld found in $PATH root@novell /mnt/data5/PHP/xdebug/xdebug # Line 1424: $EGREP $pattern'.*include/php' $srcdir/configure|$SED 's/.*>//'|xargs touch 2>/dev/null Line 2096: ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`