[Box Backup] Berkeley DB: no

Felix E. Klee boxbackup@fluffy.co.uk
Fri, 26 May 2006 16:12:56 +0200


At Fri, 26 May 2006 14:06:20 +0100,
Martin Ebourne wrote:
> Send your config.log [...]

That's the keyword. :-) I just looked at it, and found the error:

  configure:5784: checking for db.h
  configure:5819: g++ -o conftest -g -O2 -I/opt/BerkeleyDB.4.4/include  -L/opt/BerkeleyDB.4.4/lib  conftest.cc -lz  -ledit >&5
  configure:5822: $? = 0
  configure:5824: ./conftest
  ./conftest: error while loading shared libraries: libedit.so.0: cannot open shared object file: No such file or directory
  configure:5827: $? = 127

After running "ldconfig", it failed again, but this time because it
couldn't find the freshly installed Berkeley DB library.  So, I edited
"/etc/ld.so.conf", ran "ldconfig" again, and finally "configure" finds
everything.

-- 
Felix E. Klee