[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: New user; unresolved library issue

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-08-07 01:54:45 CEST

Timothy Reaves <treaves@silverfields.com> writes:

> > > > If you built Apache's mod_dav as a module make sure your httpd.conf
> > > > has
> > > >
> > > > LoadModule dav_module modules/mod_dav.so
> > > >
> > > > before
> > > >
> > > > LoadModule dav_svn_module modules/mod_dav_svn.so
> > >
> > > The subversion RPM modifies the conf file to do this.
> >
> > Did you check your httpd.conf? Do you have both lines? The missing
> > symbol, dav_xml_get_cdata, is part of mod_dav so failure to load that
> > module remains the most likely explanation.
>
> Yes, I checked it. How else would I have know the RPM modified the file?

I suppose it could tell you when you install it, it's modifying an
existing configuration file after all (but I'm not familar with the
RPM system :-)

Back to your problem, try this

$ nm /usr/local/apache2/modules/mod_dav.so | grep dav_xml_get_cdata
0000a130 T dav_xml_get_cdata

The number may be different but don't worry, the "T" is what matters
as that's your missing symbol. If you get a "T" then your problem is
that the mod_dav module is not being loaded.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 7 01:55:16 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.