Re: [EMAIL PROTECTED] Server fails on start up with module

2006-07-14 Thread sivakumarb
Check wethere you webserver build with DSO enabled. Most probably this could be an issue. Else look at the httpd.conf file for LoadModule mysql_auth_module module directory/mod_auth_mysql.so AddModule mod_auth_mysql.c and restart to see whethere it works. Siva Hello, I need mod_auth_mysql

Re: [EMAIL PROTECTED] Server fails on start up with module

2006-07-14 Thread Ashutosh Mohanty
when ever any module fails to load, it will give some error , look at all of your logs file for this error, configuration seem to be fine to me,check Dynamic shared object enable or not - Original Message - From: [EMAIL PROTECTED] To: users@httpd.apache.org Sent: Friday, July 14, 2006

Re: Re: [EMAIL PROTECTED] Server fails on start up with module

2006-07-14 Thread Peter . Neu
DSO means that mod_so.c has to present on the system, right? Well I can't find it. Does this mean it won't work? Or are there other checks? The AddModule command gives me this error: ./apache2 start Starting httpd2 (prefork) Syntax error on line 7 of /etc/apache2/default-server.conf: Invalid

Re: Re: [EMAIL PROTECTED] Server fails on start up with module

2006-07-14 Thread sivakumarb
Seems the apache build missed --enable-module=so option when configured/compiled or you have no AddModule mod_so.c in your httpd.conf If the Above line is not present try adding them in to your httpd.conf file. Before doing it pls. cross check wethere DSO support has been configured with your

Re: Re: Re: [EMAIL PROTECTED] Server fails on start up with module

2006-07-14 Thread Peter . Neu
] An: users@httpd.apache.org Betreff: Re: Re: [EMAIL PROTECTED] Server fails on start up with module Seems the apache build missed --enable-module=so option when configured/compiled or you have no AddModule mod_so.c in your httpd.conf If the Above line is not present try adding them

Re: Re: [EMAIL PROTECTED] Server fails on start up with module

2006-07-14 Thread Joost de Heer
[EMAIL PROTECTED] wrote: DSO means that mod_so.c has to present on the system, right? Well I can't find it. Does this mean it won't work? Or are there other checks? The AddModule command gives me this error: ./apache2 start Starting httpd2 (prefork) Syntax error on line 7 of

Re: Re: Re: [EMAIL PROTECTED] Server fails on start up with module

2006-07-14 Thread Peter . Neu
-Nachricht Datum: Fri, 14 Jul 2006 13:17:03 +0200 (CEST) Von: Joost de Heer [EMAIL PROTECTED] An: [EMAIL PROTECTED] Betreff: Re: Re: [EMAIL PROTECTED] Server fails on start up with module [EMAIL PROTECTED] wrote: DSO means that mod_so.c has to present on the system, right? Well I can't find

Re: Re: Re: [EMAIL PROTECTED] Server fails on start up with module

2006-07-14 Thread sivakumarb
to do? If the mysql libraries are missing how can I put them in the search path? cheers, Pete Original-Nachricht Datum: Fri, 14 Jul 2006 13:17:03 +0200 (CEST) Von: Joost de Heer [EMAIL PROTECTED] An: [EMAIL PROTECTED] Betreff: Re: Re: [EMAIL PROTECTED] Server fails