[nycbug-talk] php 4 on freebsd 5.4 coring

Hans Zaunere lists
Wed Jun 1 13:10:05 EDT 2005


> > 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";
> ?>

Did you compile PHP yourself?  Chances are it's a library version mismatch, usually seen when installing precompiled binaries, or rarely, from ports.


---
Hans Zaunere
President, Founder

New York PHP
http://www.nyphp.org

AMP Technology
Supporting Apache, MySQL and PHP







More information about the talk mailing list