Hello Ian and Others,<br><br>I removed the /usr/local/BerkeleyDB.4.4 and installed 4.3.<br>Untarred freshly elephant0.6.0, added symbolic links for .asd files in .sbcl/systems but my woes continue.<br><br>straight from the elephant tutorial I am trying:<br><pre class="lisp">     (asdf:operate 'asdf:load-op :elephant) <br>     (use-package "ELE")<br>     (setf *testbdb-spec*<br>     '(:BDB "/home/ray/elephant/tests/testdb/"))<br><br>--- fine till here ---<br>     (open-store *testbdb-spec*)<br><br>my lisp seems to hang after<br>; compiling (DEFVAR *ERRNO-BUFFER* ...)<br>; compiling (DEFMACRO WRAP-ERRNO ...)<br>; compiling (DEFMACRO FLAGS ...)<br><br>at which point 40948 2006-10-03 23:00 sleepycat.fasl<br><br>and the other fasls are not constructed.<br><br>Do I have to set anything with LD-LIBRARY-PATH .. or any other environment thing?<br>or could i have a ghost of BerkeleyDB4.4 (is that possible after a rm -rf of the /usr/local/B.. directory <br>.. not by my reading of the
 install actions).<br><br>Thank you once again.<br>malini<br></pre><br><br><b><i>Ian Eslick <eslick@csail.mit.edu></i></b> wrote:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> The problem opening environments is caused by the fact that<br>elephant-0.6.0 relies on Berkeley DB 4.3 and will not work with version 4.4.<br><br>You can try using the CVS version which is 4.4 compatible, but there are<br>likely to be some problems in CVS as checkins to it are not as<br>rigorously tested.  I'd recommend you install 4.3 and try again.<br><br>Let us know if you have more questions!<br><br>Ian<br><br>Malini Bhandaru wrote:<br>> Hello All!<br>><br>> Sorry, I could not find a FAQ or past mailings to see if anyone ran<br>> into the same issues. I am a new comer to sleepycat, elephant, and a<br>> rusty lisper.<br>><br>> Environment:<br>> SBCL on linux<br>> BerkeleyDB 4.4 installed in
 /usr/local with a happy symbolic link to<br>> the same /usr/local/BerkeleyDB.<br>><br>> I installed "elephant-0.6.0" in my home directory and modified<br>> 1) config.lisp to point to /usr/local/BerkeleyDB (as opposed to 4.3<br>> version)<br>> 2) Makefile  as above<br>> 3) made symbolic links to all elephant all .asd files t in my<br>> .sbcl/systems<br>> 4) grabbed cl-base64.asd and rt.asd from CLiki and put them in<br>> .sbcl/systems<br>><br>> (testmigration.fasl, package.fasl are created successfully)<br>> Now, whether I attempt to run the tests or jump straight in .. there<br>> seems to be a problem with my sleepycat.fasl. This occurs when<br>> attempting to load "ele-bdb". If I attempt to continue in slime, the<br>> problem just bites later such as "sleepycat::db-env-create" is<br>> undefined or something else.<br>><br>><br>> Much thanks<br>> malini<br>><br>><br>><br>><br>><br>>
 ------------------------------------------------------------------------<br>><br>> _______________________________________________<br>> elephant-devel site list<br>> elephant-devel@common-lisp.net<br>> http://common-lisp.net/mailman/listinfo/elephant-devel<br>_______________________________________________<br>elephant-devel site list<br>elephant-devel@common-lisp.net<br>http://common-lisp.net/mailman/listinfo/elephant-devel<br></blockquote><br>