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

Re: problems --with-berkeley-db

From: Sander Klous <sander_at_nikhef.nl>
Date: 2001-08-10 14:13:47 CEST

Here is the ls -lR from BerkeleyDB.3.2.9.

The 3.3.11 version also has a cxx_common.h and
a cxx_except.h in the include dir.

I removed the docs dir from the listing, since it is
quite long and probably not what you are looking for...

----------------------------------------------------
[monochroom] [15] ls -lR BerkeleyDB.3.2.9/
BerkeleyDB.3.2.9/:
total 4
drwxr-xr-x 2 sander hermes 512 Aug 5 15:44 bin
drwxr-xr-x 10 sander hermes 512 Aug 5 15:45 docs
drwxr-xr-x 2 sander hermes 512 Aug 5 15:44 include
drwxr-xr-x 2 sander hermes 512 Aug 5 15:44 lib

BerkeleyDB.3.2.9/bin:
total 105
-r-xr-xr-x 1 sander hermes 6436 Aug 5 15:44 db_archive
-r-xr-xr-x 1 sander hermes 8460 Aug 5 15:44 db_checkpoint
-r-xr-xr-x 1 sander hermes 7896 Aug 5 15:44 db_deadlock
-r-xr-xr-x 1 sander hermes 11196 Aug 5 15:44 db_dump
-r-xr-xr-x 1 sander hermes 18880 Aug 5 15:44 db_load
-r-xr-xr-x 1 sander hermes 7536 Aug 5 15:44 db_printlog
-r-xr-xr-x 1 sander hermes 8060 Aug 5 15:44 db_recover
-r-xr-xr-x 1 sander hermes 21072 Aug 5 15:44 db_stat
-r-xr-xr-x 1 sander hermes 6528 Aug 5 15:44 db_upgrade
-r-xr-xr-x 1 sander hermes 6752 Aug 5 15:44 db_verify

BerkeleyDB.3.2.9/include:
total 75
-r--r--r-- 1 sander hermes 51043 Aug 5 15:42 db.h
-r--r--r-- 1 sander hermes 5657 Aug 5 15:42 db_185.h
-r--r--r-- 1 sander hermes 19263 Jan 11 2001 db_cxx.h

BerkeleyDB.3.2.9/lib:
total 2355
-rw-r--r-- 1 sander hermes 24157 Aug 5 15:44 db.jar
-rw-r--r-- 1 sander hermes 659 Aug 5 15:44 libdb-3.2.la
-rwxr-xr-x 1 sander hermes 709833 Aug 5 15:44 libdb-3.2.so
lrwxrwxrwx 1 sander hermes 12 Aug 5 15:44 libdb-3.so ->
libdb-3.2.so
lrwxrwxrwx 1 sander hermes 12 Aug 5 15:44 libdb.so ->
libdb-3.2.so
-rw-r--r-- 1 sander hermes 679 Aug 5 15:44 libdb_cxx-3.2.la
-rwxr-xr-x 1 sander hermes 847950 Aug 5 15:44 libdb_cxx-3.2.so
lrwxrwxrwx 1 sander hermes 16 Aug 5 15:44 libdb_cxx-3.so ->
libdb_cxx-3.2.so
lrwxrwxrwx 1 sander hermes 16 Aug 5 15:44 libdb_cxx.so ->
libdb_cxx-3.2.so
-rw-r--r-- 1 sander hermes 684 Aug 5 15:44 libdb_java-3.2.la
-rwxr-xr-x 1 sander hermes 789435 Aug 5 15:44 libdb_java-3.2.so
lrwxrwxrwx 1 sander hermes 17 Aug 5 15:44
libdb_java-3.2_g.so -> libdb_java-3.2.so
lrwxrwxrwx 1 sander hermes 17 Aug 5 15:44 libdb_java-3.so ->
libdb_java-3.2.so
lrwxrwxrwx 1 sander hermes 17 Aug 5 15:44 libdb_java.so ->
libdb_java-3.2.so
[monochroom] [16]
-----------------------------------------------------------

The following message was sent by kfogel@collab.net on 09 Aug 2001
12:36:35 -0500.

> Ben Collins-Sussman <sussman@collab.net> writes:
> > Then perhaps you can send us an 'ls -l' of the contents of of
> > /user/sander/Home/BerkeleyDB.3.2.9. It sounds like the macro
> > ac-helpers/berkeley-db.m4 has a bug.
>
> Make that 'ls -lR', but yeah, post the output to dev, thanks.
>
> -K
>
>
> > "Sander Klous"<sander@nikhef.nl> writes:
> >
> > > It's make installed to the BerkeleyDB directory I specified...
> > >
> > > The following message was sent by Ben Collins-Sussman
<sussman@collab.net> on 08 Aug 2001 12:18:01 -0500.
> > >
> > > > "Sander Klous" <sander@nikhef.nl> writes:
> > > >
> > > > > I compiled Berkeley DB from source in BerkeleyDB.3.2.9 directory
> > > > > first version 3.3.11 and later tried version 3.2.9. I compiled
> > > > > with cxx and java libs.
> > > > >
> > > > > I specify the following switches during subversion configure
using:
> > > > > ./configure --prefix=/user/sander/Home/subversion
> > > > > --with-apxs=/user/sander/Home/apache_2.0/bin/apxs
> > > > > --with-berkeley-db=/user/sander/Home/BerkeleyDB.3.2.9
> > > > >
> > > > > [...]
> > > > >
> > > > > checking for Berkeley DB in /user/sander/Home/BerkeleyDB.3.2.9...
no
> > > > > configure: error: Could not find Berkeley DB 3.2.9.
> > > >
> > > >
> > > > Sander,
> > > >
> > > > The --with-berkeley-db option specifies the location of an
*installed*
> > > > db library and headers.
> > > >
> > > > Reading your mail, I get the impression that the path you provided
is
> > > > just a db source-tree (with perhaps some compiled things within it.)
> > > >
> > > > Be sure to `make install' your db library, and then either let
> > > > subversion's ./configure script try to find it automatically, or you
> > > > can pass --with-berkeley-db=/path/to/installed/location.
> > > >
> > > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> > For additional commands, e-mail: dev-help@subversion.tigris.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:35 2006

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.