[elephant-devel] Problems create sleepycat.fasl

Ian Eslick eslick at csail.mit.edu
Tue Oct 3 21:05:03 UTC 2006


The problem opening environments is caused by the fact that
elephant-0.6.0 relies on Berkeley DB 4.3 and will not work with version 4.4.

You can try using the CVS version which is 4.4 compatible, but there are
likely to be some problems in CVS as checkins to it are not as
rigorously tested.  I'd recommend you install 4.3 and try again.

Let us know if you have more questions!

Ian

Malini Bhandaru wrote:
> Hello All!
>
> Sorry, I could not find a FAQ or past mailings to see if anyone ran
> into the same issues. I am a new comer to sleepycat, elephant, and a
> rusty lisper.
>
> Environment:
> SBCL on linux
> BerkeleyDB 4.4 installed in /usr/local with a happy symbolic link to
> the same /usr/local/BerkeleyDB.
>
> I installed "elephant-0.6.0" in my home directory and modified
> 1) config.lisp to point to /usr/local/BerkeleyDB (as opposed to 4.3
> version)
> 2) Makefile  as above
> 3) made symbolic links to all elephant all .asd files t in my
> .sbcl/systems
> 4) grabbed cl-base64.asd and rt.asd from CLiki and put them in
> .sbcl/systems
>
> (testmigration.fasl, package.fasl are created successfully)
> Now, whether I attempt to run the tests or jump straight in .. there
> seems to be a problem with my sleepycat.fasl. This occurs when
> attempting to load "ele-bdb". If I attempt to continue in slime, the
> problem just bites later such as "sleepycat::db-env-create" is
> undefined or something else.
>
>
> Much thanks
> malini
>
>
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> elephant-devel site list
> elephant-devel at common-lisp.net
> http://common-lisp.net/mailman/listinfo/elephant-devel



More information about the elephant-devel mailing list