ID: 16098 Comment by: qwqwqw at twirl dot mcc dot ac dot uk Reported By: damm at bourg dot net Status: Closed Bug Type: Compile Failure Operating System: Solaris 8 PHP Version: 4.0CVS-2002-03-15 New Comment:
The error msg comes from Sun's sed. Apply Sun patches 110165 (sparc) or 110166 (x86) to fix sed. Unfortunately these patches are only available to those with a support contract. Previous Comments: ------------------------------------------------------------------------ [2003-01-07 08:57:38] helmut at phpwebservices dot com Sniper says there is a check in configure now... It does not seem to be there as configure gives no warning about the broken sed in Solaris...and my make just failed due to this. I am trying to install 4.3.0. Please revisit the configure check for the broken sed... Also, if a comment about the broken sed could be put into the Solaris 8 documentation as well it would save folks a lot of time and heartburn. Thx. ------------------------------------------------------------------------ [2002-11-08 20:04:45] [EMAIL PROTECTED] There is a check now in configure..forgot to add comment about it when I added it. It will bail out if the sed found in PATH does not work. ------------------------------------------------------------------------ [2002-09-04 09:46:55] phpbug at johnzero dot hu Could "configure" check for a broken sed on Solaris? It would be very helpful. I tried PHP 4 CVS, and ran into the same problem today :-( GNU sed solved my problems, too. ------------------------------------------------------------------------ [2002-05-30 02:07:14] [EMAIL PROTECTED] OOPS, I meant: # mv /bin/sed /bin/broken_sed Although you might as well get rid of that broken sed ------------------------------------------------------------------------ [2002-05-30 02:05:50] [EMAIL PROTECTED] Problem is that Solaris 8 sed is badly broken (tnxs to Rasmus's comment on #php). Just do: # rm /bin/sed /bin/broken_sed # cp /opt/sfw/bin/gsed /bin/sed Assuming you had installed the extra Gnu CD from the Solaris 8 set. That should do it. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/16098 -- Edit this bug report at http://bugs.php.net/?id=16098&edit=1