|
|
|
|
||||||
| alt.apache.configuration Apache web server configuration issues. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hi,
I've installed the auth_ldap_module for a basic authentification but I get an error that apache2 is not able to locate the API module structure auth_lap # /etc/init.d/apache2 configtest * Checking Apache Configuration ... * Apache2 has detected a syntax error in your configuration files: Syntax error on line 9 of /etc/apache2/modules.d/46_mod_ldap.conf: Can't locate API module structure `auth_ldap_module' in file /usr/lib/apache2/modules/mod_auth_ldap.so: /usr/lib/apache2/modules/mod_auth_ldap.so: undefined symbol: auth_ldap_module The modules are located in /usr/lib/apache2/modules/ # ls /usr/lib/apache2/modules/*ldap* /usr/lib/apache2/modules/mod_auth_ldap.so /usr/lib/apache2/modules/mod_ldap.so Line 9 in /etc/apache2/modules.d/46_mod_ldap.conf .... 7 <IfDefine AUTH_LDAP> 8 <IfModule !mod_auth_ldap.c> 9 LoadModule auth_ldap_module modules/mod_auth_ldap.so 10 </IfModule> 11 </IfDefine> .... -D AUTH_LDAP is set in /etc/conf.d/apache2: APACHE2_OPTS="-D DEFAULT_VHOST -D PHP5 -D AUTH_LDAP" Any idea what has gone wrong? Thomas B |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
On 2007-02-06, Thomas Barth <txbarth@web.de> wrote:
> Syntax error on line 9 of /etc/apache2/modules.d/46_mod_ldap.conf: > Can't locate API module structure `auth_ldap_module' in file Something make me think that you are using the wrong module or you're missing some library. Davide -- Nothing says "I used to smoke dope" more than working for Microsoft. -- Mr.Cranky (http://www.mrcranky.com) |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
Davide Bianchi wrote:
> On 2007-02-06, Thomas Barth <txbarth@web.de> wrote: >> Syntax error on line 9 of /etc/apache2/modules.d/46_mod_ldap.conf: >> Can't locate API module structure `auth_ldap_module' in file > > Something make me think that you are using the wrong module or you're > missing some library. > > Davide > Hm, I'm using Gentoo Linux as distribution and I can only find the following version # emerge --search auth_ldap * net-www/mod_auth_ldap Latest version available: 3.3 Latest version installed: 3.3 Size of files: 518 kB Homepage: http://www.muquit.com/muquit/softwar...auth_ldap.html Description: Apache module for LDAP authorization License: as-is Is this correct? Thomas B |
|
![]() |
| Outils de la discussion | |
|
|