Package: libapache2-svn
Version: 1.6.17dfsg-2
Severity: important

After updating libapache2-svn Apache failed to start because authz_svn was
not enabled anymore (there is a different bug# for this).

After a manual "a2enmod authz_svn" it now fails to start with:

tokamak:~# /etc/init.d/apache2 start
Starting web server: apache2apache2: Syntax error on line 119 of 
/etc/apache2/apache2.conf: Syntax error on line 2 of 
/etc/apache2/mods-enabled/authz_svn.load: Cannot load 
/usr/lib/apache2/modules/mod_authz_svn.so into server: 
/usr/lib/apache2/modules/mod_authz_svn.so: undefined symbol: dav_svn_split_uri
Action 'start' failed.
The Apache error log may have more information.
 failed!


I think this happens because authz_svn.load is loaded before dav_svn.load,
but needs symbols from the later module to operate.

A dirty

mv /etc/apache2/mods-enabled/authz_svn.load 
/etc/apache2/mods-enabled/dav_svn_authz.load

(thus changing the load order, whis is in alphabetic filename order) makes
apache2 work again.


Greetings
Sven


-- System Information:
Debian Release: wheezy/sid
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32-sdinet107-tokamak (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages libapache2-svn depends on:
ii  apache2.2-common  2.2.21-1    
ii  libc6             2.13-21     
ii  libsvn1           1.6.17dfsg-2

libapache2-svn recommends no packages.

Versions of packages libapache2-svn suggests:
pn  db4.8-util  <none>

-- Configuration Files:
/etc/apache2/mods-available/dav_svn.conf changed [not included]

-- debconf-show failed



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to