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

Re: corrupted repository (was Re: the 0.24 release?)

From: Colin Watson <cjwatson_at_flatline.org.uk>
Date: 2003-06-13 11:24:17 CEST

On Thu, Jun 12, 2003 at 05:24:58PM -0600, Jamin W. Collins wrote:
> On Fri, Jun 13, 2003 at 01:21:02AM +0200, lodewijk@reddwarf.xs4all.nl wrote:
> > Jamin W. Collins wrote:
> > > The system does have libdb4.0 installed on it though, and there is a
> > > somewhat round-a-bout dependancy from apache2-mpm-worker to libdb4.0 (so
> > > I may be wrong):
> > >
> > > apache2-mpm-worker
> > > - apache2-common
> > > - openssl
> > > - perl
> > > - libdb4.0
> >
> > but it doesn't seem to actually be linked in:
> >
> > # ldd /usr/sbin/apache2 | grep libdb
> > libdb-4.1.so => /usr/lib/libdb-4.1.so (0x40153000)
> > # ldd /usr/lib/apache2/modules/* | grep libdb
> > libdb-4.1.so => /usr/lib/libdb-4.1.so (0x400a3000)
>
> Right, but I'm not familiar with the internals at all. If at some point
> Perl is invoked on the server side from Apache2, there's the possibility
> that it's using the wrong BDB version, right?

perl depends on libdb4.0 due to the DB_File module. I'm fairly confident
that won't affect openssl.

Cheers,

-- 
Colin Watson                                  [cjwatson@flatline.org.uk]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 13 11:25:10 2003

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.