ID: 27849 Updated by: [EMAIL PROTECTED] Reported By: douzzer at mega dot nu -Status: Open +Status: Feedback Bug Type: Compile Failure Operating System: FreeBSD PHP Version: 5.0.0RC1 -Assigned To: +Assigned To: derick New Comment:
You should have this same problem with PHP 4.3.6RC1 as the code is the same there. Can you please verify that? I've fixes ready for both versions but I'd like you to confirm that it is broken with 4.3.6RC1 too. Previous Comments: ------------------------------------------------------------------------ [2004-04-03 00:09:00] douzzer at mega dot nu Description: ------------ line #47725 of configure script as distributed in 5.0.0RC1: if test "$ext_shared" = "no" || ! test -e $ext_builddir/config.h.in"; then this blows up on FreeBSD (though note that I'm running a 4.0 userspace for complicated reasons). the fix is to change || ! test to -o ! That done, I got 5.0.0RC1 up and running and behaving itself. phpbb2.0.8/mysql4.x is my only app at present, but it's a pretty good workout I figure. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=27849&edit=1