You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Christian Andersson <ch...@cs.lth.se> on 2002/08/03 21:23:50 UTC

Apache + mod_dav_svn.so error msg

sh-2.05a# /etc/init.d/httpd2 start
Starting httpd2: Syntax error on line 266 of 
/usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/mod_dav_svn.so into server: 
/usr/local/apache2/modules/mod_dav_svn.so: undefined symbol: 
ap_get_module_config
                                                           [FAILED]

Suggestions, anyone? Perhaps more info?

-- 
Christian Andersson <ch...@cs.lth.se>
Dept. of Comp. Sci., Lund Institute of Technology
Phone: +46-(0)46 222 80 41, Fax: +46-(0)46 13 10 21


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Apache + mod_dav_svn.so error msg

Posted by Philip Martin <ph...@codematters.co.uk>.
Christian Andersson <ch...@cs.lth.se> writes:

> sh-2.05a# /etc/init.d/httpd2 start
> Starting httpd2: Syntax error on line 266 of 
> /usr/local/apache2/conf/httpd.conf:
> Cannot load /usr/local/apache2/modules/mod_dav_svn.so into server: 
> /usr/local/apache2/modules/mod_dav_svn.so: undefined symbol: 
> ap_get_module_config

You built Subversion with --enable-maintainer-mode and you are using
an Apache built without.  That doesn't work, see the INSTALL file.

-- 
Philip Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Apache + mod_dav_svn.so error msg

Posted by David Summers <da...@summersoft.fay.ar.us>.
Oh, Ok.  Sorry, it looked like the exact same thing.

I will try downgrading to that release and trying it again and see what 
happens.

   - David

On Sat, 3 Aug 2002, Christian Andersson wrote:

> On Saturday 03 August 2002 23:34, you wrote:
> > I think it is time to put this in the FAQ.  I just answered this yesterday
> > or today.  My RPM is now fixed as of today so this doesn't happen.
> >
> > The answer is that your mod_dav_svn got installed in the APACHE
> > configuration file before the dav_fs_module.  Make sure it is after the
> > dav modules.
> 
> I did see your answer from yesterday, and I did move the loading, but it was a 
> slightly different question/problem as far as I understood.
> 
> My installation is made from a build of the latest sources (checked out today, 
> using the RPM-bootstrap version 2704). The loading of mod_dav_svn is put last 
> by 'make install', the problem remains, though, I'm afraid.
> 
> > > sh-2.05a# /etc/init.d/httpd2 start
> > > Starting httpd2: Syntax error on line 266 of
> > > /usr/local/apache2/conf/httpd.conf:
> > > Cannot load /usr/local/apache2/modules/mod_dav_svn.so into server:
> > > /usr/local/apache2/modules/mod_dav_svn.so: undefined symbol:
> > > ap_get_module_config
> > >                                                            [FAILED]
> > >
> > > Suggestions, anyone? Perhaps more info?
> 
> 

-- 
David Wayne Summers          "Linux: Because reboots are for upgrades!"
david@summersoft.fay.ar.us   PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  C0 E0 4F 50 DD A9 B6 2B  60 A1 31 7E D2 28 6D A8 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Apache + mod_dav_svn.so error msg

Posted by David Summers <da...@summersoft.fay.ar.us>.
I just reloaded apache-2.0.40-0.7 and subversion-0.14.0-2704 and 
subversion-server-0.14.0-2704 and brought it up and it sees my test 
repository fine.

Can you give more details?  Which Linux distribution?  RedHat 7.2, 7.3?
Anything else?

   - David

On Sat, 3 Aug 2002, Christian Andersson wrote:

> On Saturday 03 August 2002 23:34, you wrote:
> > I think it is time to put this in the FAQ.  I just answered this yesterday
> > or today.  My RPM is now fixed as of today so this doesn't happen.
> >
> > The answer is that your mod_dav_svn got installed in the APACHE
> > configuration file before the dav_fs_module.  Make sure it is after the
> > dav modules.
> 
> I did see your answer from yesterday, and I did move the loading, but it was a 
> slightly different question/problem as far as I understood.
> 
> My installation is made from a build of the latest sources (checked out today, 
> using the RPM-bootstrap version 2704). The loading of mod_dav_svn is put last 
> by 'make install', the problem remains, though, I'm afraid.
> 
> > > sh-2.05a# /etc/init.d/httpd2 start
> > > Starting httpd2: Syntax error on line 266 of
> > > /usr/local/apache2/conf/httpd.conf:
> > > Cannot load /usr/local/apache2/modules/mod_dav_svn.so into server:
> > > /usr/local/apache2/modules/mod_dav_svn.so: undefined symbol:
> > > ap_get_module_config
> > >                                                            [FAILED]
> > >
> > > Suggestions, anyone? Perhaps more info?
> 
> 

-- 
David Wayne Summers          "Linux: Because reboots are for upgrades!"
david@summersoft.fay.ar.us   PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  C0 E0 4F 50 DD A9 B6 2B  60 A1 31 7E D2 28 6D A8 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Apache + mod_dav_svn.so error msg

Posted by Christian Andersson <ch...@cs.lth.se>.
I built subversion without maintainer-mode (which was the fastest thing to do) 
and it worked. Tomorrow I'll try your solution, building a new apache as 
well; it's getting late in my part of the world... :-)

Thank you!

On Sunday 04 August 2002 00:27, David Summers wrote:
> OK.  Thanks to Phillip Martin I now understand what happened to you
> (probably).
>
> You downloaded the RPMS to bootstrap.  Got it (client and maybe server)
> running.
>
> Then you used the subversion client to grab the latest version and tried
> compiling manually????  It compiled fine and installed and then when you
> tried to start up apache server it bombed out?
>
> If that is the case then I think your best bet would be to use
> subversion to grab the latest apache source RPM and build that and then
> use subversion to grab the latest subversion version and go to
> packages/rpm directory and type "make".
>
> Then install the new apache and subversion RPMS and you should be set.
>
> Please let me know if this doesn't work.
>
>    - David Summers
>
> On Sat, 3 Aug 2002, Christian Andersson wrote:
> > Date: Sat, 3 Aug 2002 23:54:54 +0200
> > From: Christian Andersson <ch...@cs.lth.se>
> > To: David Summers <da...@summersoft.fay.ar.us>
> > Cc: "dev@subversion.tigris.org" <de...@subversion.tigris.org>
> > Subject: Re: Apache + mod_dav_svn.so error msg
> >
> > On Saturday 03 August 2002 23:34, you wrote:
> > > I think it is time to put this in the FAQ.  I just answered this
> > > yesterday or today.  My RPM is now fixed as of today so this doesn't
> > > happen.
> > >
> > > The answer is that your mod_dav_svn got installed in the APACHE
> > > configuration file before the dav_fs_module.  Make sure it is after the
> > > dav modules.
> >
> > I did see your answer from yesterday, and I did move the loading, but it
> > was a slightly different question/problem as far as I understood.
> >
> > My installation is made from a build of the latest sources (checked out
> > today, using the RPM-bootstrap version 2704). The loading of mod_dav_svn
> > is put last by 'make install', the problem remains, though, I'm afraid.
> >
> > > > sh-2.05a# /etc/init.d/httpd2 start
> > > > Starting httpd2: Syntax error on line 266 of
> > > > /usr/local/apache2/conf/httpd.conf:
> > > > Cannot load /usr/local/apache2/modules/mod_dav_svn.so into server:
> > > > /usr/local/apache2/modules/mod_dav_svn.so: undefined symbol:
> > > > ap_get_module_config
> > > >                                                            [FAILED]
> > > >
> > > > Suggestions, anyone? Perhaps more info?


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Apache + mod_dav_svn.so error msg

Posted by David Summers <da...@summersoft.fay.ar.us>.
OK.  Thanks to Phillip Martin I now understand what happened to you 
(probably).

You downloaded the RPMS to bootstrap.  Got it (client and maybe server) 
running.

Then you used the subversion client to grab the latest version and tried 
compiling manually????  It compiled fine and installed and then when you 
tried to start up apache server it bombed out?

If that is the case then I think your best bet would be to use 
subversion to grab the latest apache source RPM and build that and then
use subversion to grab the latest subversion version and go to 
packages/rpm directory and type "make".  

Then install the new apache and subversion RPMS and you should be set.

Please let me know if this doesn't work.

   - David Summers

On Sat, 3 Aug 2002, Christian Andersson wrote:

> Date: Sat, 3 Aug 2002 23:54:54 +0200
> From: Christian Andersson <ch...@cs.lth.se>
> To: David Summers <da...@summersoft.fay.ar.us>
> Cc: "dev@subversion.tigris.org" <de...@subversion.tigris.org>
> Subject: Re: Apache + mod_dav_svn.so error msg
> 
> 
> On Saturday 03 August 2002 23:34, you wrote:
> > I think it is time to put this in the FAQ.  I just answered this yesterday
> > or today.  My RPM is now fixed as of today so this doesn't happen.
> >
> > The answer is that your mod_dav_svn got installed in the APACHE
> > configuration file before the dav_fs_module.  Make sure it is after the
> > dav modules.
> 
> I did see your answer from yesterday, and I did move the loading, but it was a 
> slightly different question/problem as far as I understood.
> 
> My installation is made from a build of the latest sources (checked out today, 
> using the RPM-bootstrap version 2704). The loading of mod_dav_svn is put last 
> by 'make install', the problem remains, though, I'm afraid.
> 
> > > sh-2.05a# /etc/init.d/httpd2 start
> > > Starting httpd2: Syntax error on line 266 of
> > > /usr/local/apache2/conf/httpd.conf:
> > > Cannot load /usr/local/apache2/modules/mod_dav_svn.so into server:
> > > /usr/local/apache2/modules/mod_dav_svn.so: undefined symbol:
> > > ap_get_module_config
> > >                                                            [FAILED]
> > >
> > > Suggestions, anyone? Perhaps more info?
> 
> 

-- 
David Wayne Summers          "Linux: Because reboots are for upgrades!"
david@summersoft.fay.ar.us   PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  C0 E0 4F 50 DD A9 B6 2B  60 A1 31 7E D2 28 6D A8 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Apache + mod_dav_svn.so error msg

Posted by Christian Andersson <ch...@cs.lth.se>.
On Saturday 03 August 2002 23:34, you wrote:
> I think it is time to put this in the FAQ.  I just answered this yesterday
> or today.  My RPM is now fixed as of today so this doesn't happen.
>
> The answer is that your mod_dav_svn got installed in the APACHE
> configuration file before the dav_fs_module.  Make sure it is after the
> dav modules.

I did see your answer from yesterday, and I did move the loading, but it was a 
slightly different question/problem as far as I understood.

My installation is made from a build of the latest sources (checked out today, 
using the RPM-bootstrap version 2704). The loading of mod_dav_svn is put last 
by 'make install', the problem remains, though, I'm afraid.

> > sh-2.05a# /etc/init.d/httpd2 start
> > Starting httpd2: Syntax error on line 266 of
> > /usr/local/apache2/conf/httpd.conf:
> > Cannot load /usr/local/apache2/modules/mod_dav_svn.so into server:
> > /usr/local/apache2/modules/mod_dav_svn.so: undefined symbol:
> > ap_get_module_config
> >                                                            [FAILED]
> >
> > Suggestions, anyone? Perhaps more info?


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Apache + mod_dav_svn.so error msg

Posted by David Summers <da...@summersoft.fay.ar.us>.
I think it is time to put this in the FAQ.  I just answered this yesterday 
or today.  My RPM is now fixed as of today so this doesn't happen.

The answer is that your mod_dav_svn got installed in the APACHE 
configuration file before the dav_fs_module.  Make sure it is after the 
dav modules.

   - David


On Sat, 3 Aug 2002, Christian Andersson wrote:

> sh-2.05a# /etc/init.d/httpd2 start
> Starting httpd2: Syntax error on line 266 of 
> /usr/local/apache2/conf/httpd.conf:
> Cannot load /usr/local/apache2/modules/mod_dav_svn.so into server: 
> /usr/local/apache2/modules/mod_dav_svn.so: undefined symbol: 
> ap_get_module_config
>                                                            [FAILED]
> 
> Suggestions, anyone? Perhaps more info?
> 
> 

-- 
David Wayne Summers          "Linux: Because reboots are for upgrades!"
david@summersoft.fay.ar.us   PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  C0 E0 4F 50 DD A9 B6 2B  60 A1 31 7E D2 28 6D A8 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org