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
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
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
[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/
]
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
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
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
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:
Sent: Friday, July 14, 2006 12:38 PM
Subject: [EMAIL
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