[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#273929: apache2-common: duplicate entry for mod_ldap in /etc/apache2/mods-available



Package: apache2-common
Version: 2.0.51-2
Severity: normal


If you use the a2enmod system to enable modules and you enable both
mod_ldap and mod_auth_ldap then you get an error when you run a
configtest:

# apache2ctl configtest 
[Wed Sep 29 09:46:10 2004] [warn] module ldap_module is already loaded, skipping
Syntax OK

It appears that this is because mod_ldap is loaded as part of the
mod_auth_ldap include:

# cd /etc/apache2

# cat mods-available/auth_ldap.load 
LoadModule ldap_module /usr/lib/apache2/modules/mod_ldap.so
LoadModule auth_ldap_module /usr/lib/apache2/modules/mod_auth_ldap.so

# cat mods-available/ldap.load
LoadModule ldap_module /usr/lib/apache2/modules/mod_ldap.so

Thanks for the great work maintaining these packages.

Adam.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.26
Locale: LANG=C, LC_CTYPE=C

Versions of packages apache2-common depends on:
ii  debconf                     1.4.30       Debian configuration management sy
ii  debianutils                 2.10.1       Miscellaneous utilities specific t
ii  libapr0                     2.0.51-2     The Apache Portable Runtime
ii  libc6                       2.3.2.ds1-13 GNU C Library: Shared libraries an
ii  libdb4.2                    4.2.52-16    Berkeley v4.2 Database Libraries [
ii  libexpat1                   1.95.6-8     XML parsing C library - runtime li
ii  libldap2                    2.1.30-2     OpenLDAP libraries
ii  libmagic1                   4.09-1       File type determination library us
ii  libssl0.9.7                 0.9.7d-4     SSL shared libraries
ii  mime-support                3.28-1       MIME files 'mime.types' & 'mailcap
ii  net-tools                   1.60-10      The NET-3 networking toolkit
ii  openssl                     0.9.7d-4     Secure Socket Layer (SSL) binary a
ii  ssl-cert                    1.0-10       Simple debconf wrapper for openssl
ii  zlib1g                      1:1.2.1.1-5  compression library - runtime

-- no debconf information



Reply to: