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

Re: "Expected version '1' of repository; found no version...

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-10-26 04:32:15 CEST

On Fri, Oct 25, 2002 at 06:17:27PM -0400, Gordon Sullivan wrote:
> Quoting Karl Fogel <kfogel@newton.ch.collab.net>:
>...
> > > human-readable errcode="160000"
> > > Bad database version: 2.4.14

Your Apache is linking against the wrong Berkeley DB. See Philip's note
about how to configure/build Apache.

>...
> > I can't believe you'd have a version of Berkeley DB that old (we're at
> > least 4.0.14 or 4.1.24 now), but I guess I should ask... ?
>
> That's just it. I don't have a version of Berkeley DB that old. This was
> done using the Berkeley DB that ships with SuSE 8.0 which is 4.0.14. I
> didn't understand that error message either.

Most distributions have older copies of DB residing in /lib and/or /usr/lib.
My RedHat 7.x has the following:

  /lib/libdb-3.1.so
  /lib/libdb-3.2.so
  /lib/libdb.so

  /usr/lib/libdb-3.2.a
  /usr/lib/libdb-3.2.la
  /usr/lib/libdb-3.2.so
  /usr/lib/libdb.so.2
  /usr/lib/libdb.so.3
  /usr/lib/libdb1.a
  /usr/lib/libdb1.so
  /usr/lib/libdb1.so.2
  /usr/lib/libdb2.a
  /usr/lib/libdb2.so
  /usr/lib/libdb2.so.3

And I've also got my db4 installation, of course.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 26 04:32:14 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.