[nycbug-talk] php 4 on freebsd 5.4 coring

Steve Rieger steve.rieger
Wed Jun 1 12:52:03 EDT 2005


On Jun 1, 2005, at 12:39 PM, pete wright wrote:
> php exited with "signal 6", you may find reference to this in the
> source code.  I'm guessing it's just segfaulting....
>
>
>> Reading symbols from /usr/local/lib/libcrypto.so.3...(no debugging
>> symbols found)...done.
>
> from here on out debugging support was not compiled into any of the
> php modules.  Your best bet if you want to try debugging this code is
> to recompile with debugging flags turned on.
> <snipping rest of messages out>
>
> I have have php running on a 5.4 system now, although the code is
> being called by apache2, not apache 1.   I assume when you try to load
> a "hello world" type php page you get an error.  If it does generate
> an error is any info in there helpfull?
>
php will display properly via apache but when running via command line 
i get the above

example

#!/usr/local/bin/php
<?php
echo "test";
?>







More information about the talk mailing list