Gentoo Archives: gentoo-user

From: Daevid Vincent <daevid@××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] apache2 2.2.x fails to start due to mod_dav_svn.so
Date: Wed, 19 Sep 2007 08:48:48
Message-Id: 064b01c7fa98$0ceefb70$1301a8c0@locutus
1 Apache was working fine in 2.0.58, then an emerge world forced an update
2 of apache2 to 2.2.4, now after a reboot, apache won't start!
3
4 What's the point of running a 'stable' Gentoo system if it just keeps
5 breaking things??!
6
7 *sigh*
8
9 It fails on 2.2.4 so I tried 2.2.6 (as it's marked stable too, and
10 emerge world wants to do it anyways) and it still fails.
11
12 [I] www-servers/apache
13 Available versions: (2) 2.0.58-r2 2.0.59-r5 ~2.0.61 2.2.4-r12
14 2.2.6
15 {apache2 debug doc ldap mpm-event mpm-itk mpm-leader mpm-peruser
16 mpm-prefork mpm-threadpool mpm-worker no-suexec selinux ssl
17 static-modules threads}
18 Installed versions: 2.2.6(2)(00:45:36 09/19/07)(-debug -doc ldap
19 -mpm-event -mpm-itk -mpm-peruser -mpm-prefork -mpm-worker -no-suexec
20 -selinux ssl -static-modules -threads)
21 Homepage: http://httpd.apache.org/
22 Description: The Apache Web Server.
23
24 # /etc/init.d/apache2 start
25 * Apache2 has detected a syntax error in your configuration files:
26 apache2: Syntax error on line 176 of /etc/apache2/httpd.conf: Syntax
27 error on line 3 of /etc/apache2/modules.d/47_mod_dav_svn.conf: API
28 module structure 'dav_svn_module' in file
29 /usr/lib/apache2/modules/mod_dav_svn.so is garbled - expected signature
30 41503232 but saw 41503230 - perhaps this is not an Apache module DSO, or
31 was compiled for a different Apache version?
32
33 Line 3 says:
34
35 <IfModule !mod_dav_svn.c>
36 LoadModule dav_svn_module modules/mod_dav_svn.so
37 </IfModule>
38
39 I have the stupid modules and they're all dated tonight (as in just
40 built)!
41
42 # ll /usr/lib/apache2/modules/mod_dav*
43 -rwxr-xr-x 1 root root 86792 Sep 19 00:45
44 /usr/lib/apache2/modules/mod_dav.so
45 -rwxr-xr-x 1 root root 41528 Sep 19 00:45
46 /usr/lib/apache2/modules/mod_dav_fs.so
47 -rwxr-xr-x 1 root root 13760 Sep 19 00:45
48 /usr/lib/apache2/modules/mod_dav_lock.so
49 -rwxr-xr-x 1 root root 115552 Aug 19 18:39
50 /usr/lib/apache2/modules/mod_dav_svn.so
51
52 My "/etc/conf.d/apache2" has:
53
54 APACHE2_OPTS="-D DEFAULT_VHOST -D INFO -D LANGUAGE -D SSL -D
55 SSL_DEFAULT_VHOST -D SUEXEC -D SVN -D SVN_AUTHZ -D DAV -D DAV_FS"
56
57 This is what I originally followed to get SVN/Trac working:
58 http://www.rockfloat.com/howto/gentoo-subversion.html#add_support_to_apa
59 che
60
61
62 --
63 gentoo-user@g.o mailing list

Replies

Subject Author
RE: [gentoo-user] apache2 2.2.x fails to start due to mod_dav_svn.so Daevid Vincent <daevid@××××××.com>