ID: 21526 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Compile Failure Operating System: Solaris 7/8 PHP Version: 4.3.0 New Comment:
Due to a bug in the installed sed on your system the build fails. Install GNU sed and it should be okay. Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2003-01-08 14:09:00] [EMAIL PROTECTED] Thumbs down for the new build system ... It is impossible to get php 4.3.0 compiled on Solaris 7 and 8. Some program in the chain craps out with "Output line too long.", and I have reason to believe it's the Solaris linker. I think the problem is that all object files are passed to the linker directly on the command line. The solution to the problem (IMHO) is to create intermediate libraries, because the number of objects linked into the final .so depends on the number of configured extensions. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=21526&edit=1
