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

2006-07-14 Thread Peter . Neu
with the MySQL 4.0 (pre-build by SuSE) from the other one? cheers, Pete Original-Nachricht Datum: Fri, 14 Jul 2006 17:34:21 +0530 (IST) Von: [EMAIL PROTECTED] An: users@httpd.apache.org Betreff: Re: Re: Re: [EMAIL PROTECTED] Server fails on start up with module > You can

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

2006-07-14 Thread sivakumarb
CTED]> > 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 it. Does this mean it won't work? Or

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

2006-07-14 Thread Peter . Neu
ginal-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 syste

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 > /etc/

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 i

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: [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 com

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

2006-07-14 Thread Ashutosh Mohanty
ubject: [EMAIL PROTECTED] Server fails on start up with module > Hello, > > I need mod_auth_mysql for my applictions. When I load the module > on start up httpd fails to start. I get no error message. > Here is my system set up: > > OS: SuSE ES 9 > httpd: 2.0.49 > > The

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 /mod_auth_mysql.so AddModule mod_auth_mysql.c and restart to see whethere it works. Siva > Hello, > > I need mod_auth_mysql for my applic

[EMAIL PROTECTED] Server fails on start up with module

2006-07-14 Thread Peter . Neu
Hello, I need mod_auth_mysql for my applictions. When I load the module on start up httpd fails to start. I get no error message. Here is my system set up: OS: SuSE ES 9 httpd: 2.0.49 The apache server I use was pre-build by SuSE as were the lib's like mod_auth_mysql.so. I also build a new v