From: [EMAIL PROTECTED] Operating system: Solaris PHP version: 4.3.0 PHP Bug Type: Compile Failure Bug description: Fix for "output line too long" problem
Many users, including myself, have report compile failures on Solaris due to the limitations of the native sed tool. All reporters were pointed to GNU sed, but part of the problem is that the sed test in php's configure is broken and declares even the native Solaris sed "working". Solution: upgrade to libtool 1.4.3, which includes a much better test for sed. I.e. re-run aclocal, and copy ltmain.sh over from PREFIX/share/libtool. If this particular problem is the only reason of existence for PHP_PROG_SED, this macro can safely be removed after upgrading to libtool 1.4.3. -- Edit bug report at http://bugs.php.net/?id=22074&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=22074&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=22074&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=22074&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=22074&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=22074&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=22074&r=support Expected behavior: http://bugs.php.net/fix.php?id=22074&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=22074&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=22074&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=22074&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22074&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=22074&r=dst IIS Stability: http://bugs.php.net/fix.php?id=22074&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=22074&r=gnused