what's wrong with my httpd?

Sam Sharpe lists.redhat at samsharpe.net
Fri Mar 26 22:00:55 UTC 2010


On 26 March 2010 21:54, Hiisi <very-cool at rambler.ru> wrote:
> 2010/3/27 Sam Sharpe <lists.redhat at samsharpe.net>:
>> On 26 March 2010 21:47, Hiisi <very-cool at rambler.ru> wrote:
>>
>>> PHP Warning:  Function registration failed - duplicate name - count in
>>> Unknown on line 0
>>> PHP Warning:  sipwitch: Unable to register functions, unable to load
>>> in Unknown on line 0
>>
>> I would guess you have a PHP error. What happens when you try
>> "/usr/sbin/httpd -k start" ?
>
> (nothing)
>
>>
>> Also, investigate the output of:
>>
>> php -m
> PHP Warning:  Function registration failed - duplicate name - count in
> Unknown on line 0
> PHP Warning:  sipwitch: Unable to register functions, unable to load
> in Unknown on line 0
> Muistialueen ylitys (core dumped)


Disable those PHP modules one by one by moving the files to
<filename>.ini.disabled and keep running "php -m" until it no longer
segfaults. The last file you disabled is the PHP module which is
segfaulting. I would start with sqlite3.ini, then sipwitch.ini as
likely candidates.

--
Sam


More information about the users mailing list