Gentoo Archives: gentoo-user

From: Naga <nagatoro@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] apache2 2.2.x fails to start due to mod_dav_svn.so
Date: Thu, 20 Sep 2007 06:59:38
Message-Id: 200709200841.08033.nagatoro@gmail.com
In Reply to: RE: [gentoo-user] apache2 2.2.x fails to start due to mod_dav_svn.so by Daevid Vincent
1 On Thursday 20 September 2007 03:52:59 Daevid Vincent wrote:
2 > Seriously? Not a single other person has this issue but me?
3 [Ignored]
4
5 [...]
6 > Oh, so I look, and look at that, no directory or link, and
7 > apache2-extramodules is a broken link to God knows where that went!
8 >
9 > # ll /usr/lib/apache2/
10 > total 84
11 > drwxr-xr-x 4 root root 4096 Sep 19 18:37 .
12 > drwxr-xr-x 105 root root 69632 Sep 11 22:49 ..
13 > drwxr-xr-x 2 root root 4096 Sep 7 12:43 build
14 > lrwxrwxrwx 1 root root 29 Sep 12 2005 extramodules ->
15 ^^^
16 > /usr/lib/apache2-extramodules
17
18 Hmm look at the date here... what version of apache did you install this for?
19
20 > drwxr-xr-x 2 root root 4096 Sep 7 12:43 modules
21 >
22 > apache2 # ln -vs /var/log/apache2 logs
23 >
24 > So now apache2 at least starts. __Still no Trac/SVN__.
25 >
26 > WHAT THE ($#*&@# IS GOING ON! WHY is Apache 2.4 forced upon me as 'stable'
27 > when it doesn't work and breaks all these modules!?
28
29 Both -2.0 and -2.2 are stable, you choose.
30 Some major changes have occured here so read the release notes and upgrade
31 guide from apache[1].
32
33
34 > > [I] www-servers/apache
35 > > Available versions: (2) 2.0.58-r2 2.0.59-r5 ~2.0.61 2.2.4-r12
36 > > 2.2.6
37 [...]
38 > > Installed versions: 2.2.6(2)(00:45:36 09/19/07)(-debug -doc ldap
39 [...]
40 > > # /etc/init.d/apache2 start
41 > > * Apache2 has detected a syntax error in your configuration files:
42 > > apache2: Syntax error on line 176 of /etc/apache2/httpd.conf: Syntax
43 > > error on line 3 of /etc/apache2/modules.d/47_mod_dav_svn.conf: API
44 > > module structure 'dav_svn_module' in file
45 > > /usr/lib/apache2/modules/mod_dav_svn.so is garbled - expected
46 > > signature
47 > > 41503232 but saw 41503230 - perhaps this is not an Apache
48 > > module DSO, or
49 > > was compiled for a different Apache version?
50
51 As seen later, this is the error or atleast one of the errors.
52
53 > >
54 > > Line 3 says:
55 > >
56 > > <IfModule !mod_dav_svn.c>
57 > > LoadModule dav_svn_module modules/mod_dav_svn.so
58 > > </IfModule>
59 > >
60 > > I have the stupid modules and they're all dated tonight (as in just
61 > > built)!
62
63 Look again.
64
65 > > -rwxr-xr-x 1 root root 115552 Aug 19 18:39
66 ^^^^
67 > > /usr/lib/apache2/modules/mod_dav_svn.so
68 Not this one! And it was this one that apache complained about, or?
69 Hint; rebuild subversion, perhaps.
70
71 [1] http://httpd.apache.org/docs/2.2/upgrading.html
72
73 --
74 Naga
75 --
76 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>