Posted by Jerry Stuckle on 09/28/07 03:43
chani 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 !
>
One thing to be careful of - MySQL. This can easily happen if you have
two different products using MySQL under Apache. We've run into the
problem with mod_auth_mysql and PHP, for instance.
Of course, other products may have the same problem.
Commenting out the extensions is a really good suggestion.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|