|
Posted by C. (http://symcbean.blogspot.com/) on 09/27/07 16:27
On 27 Sep, 12:34, chani <chanakam2...@gmail.com> wrote:
> dear all,
> I recently installed lang/php5 & lang/php5-extensions in my
> freeBSD box
> now my lighttpd server is not working & finally I understood it is due
> to a php trouble.
>
> when i type following command @ console
> # php -v
>
> php banner is not displaying. instead following error message is
> apearing.
>
> Segmentation fault: 11 (core dumped)
>
> My current version of php is php5-5.2.4
>
> Please help me to recover from the situation.
> I don't have idea where to start debugging
>
> Thank you !
Sounds like the package manager has done a booboo. Comment out all the
extensions in php.ini and check if you still get the error. If so...
It'd help them a lot if you can do a backtrace....something like
gdb /path/to/php corefile
(then type in bt, copy the output, then q to quit)
Send this on to the package manager, and while you're waiting for a
fix, delete the package and install from sources.
If you don't get an error, try to isolate the dodgy lib.
HTH
C.
Navigation:
[Reply to this message]
|