You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Phan Kim <Ki...@lne.fr> on 2003/07/23 15:01:32 UTC

[users@httpd] Apache 2.0.40

Hi,
 
I am new on apache Mailing List.
When i try to start httpd i get these messages:
 
[Wed Jul 23 14:50:04 2003] [warn] module mysql_auth_module is already loaded, skipping
[Wed Jul 23 14:50:04 2003] [warn] module auth_pgsql_module is already loaded, skipping

Erreur de segmentation (translated in english: segmatation error)

the two warning messages are repeated many times
 
Can somebody  help me ?
 
Thanks
 
Kim




========================== 
Kim PHAN 
DRTI/DSI 
Tél. : (33) (0)1 30.69.13.34 
Email : < mailto:kim.phan@lne.fr> 
Site : < http://www.lne.fr <http://www.lne.fr/> > 
========================== 

 

Re: [users@httpd] Apache 2.0.40

Posted by Brian Richardson <br...@cubik.ca>.
On July 23, 2003 07:01, Phan Kim wrote:
> [Wed Jul 23 14:50:04 2003] [warn] module mysql_auth_module is already
> loaded, skipping [Wed Jul 23 14:50:04 2003] [warn] module auth_pgsql_module
> is already loaded, skipping

It would appear that those warning messages are actually your problem:

try:
# grep 'LoadModule mysql_auth_module' /path/to/httpd.conf

Is there two such instances?
Do they load different libraries?

This problem would definitely result in the behaviour shown, especially if
mysql_auth_module and auth_pgsql_module were compiled for a different
version of Apache.

HTH,
Brian