Re: [elephant-devel] Berkeley DB error: Invalid argument

2010-05-18 Thread Leslie P. Polzer
maxigas wrote: > configure: error: C compiler cannot create executables Check config.log to see the real error. > My guess is that the compilation was OK and there is another problem. Compilation hasn't even started if you get an error at the configure stage. > Should I create something lik

[elephant-devel] Berkeley DB error: Invalid argument

2010-05-08 Thread maxigas
hi! I tried to use the FAQ [1] with the latest SBCL, BDB and Elephant, but open-store fails on Berkeley databases. I did recompile BerkeleyDB 4.7 after applying the patches advised but the magic line for setting the architecture failed: This line from the FAQ: CCFLAGS="-arch x86_64" LDFLAGS=

Re: [elephant-devel] Berkeley DB error: Invalid argument

2008-03-08 Thread Raja Ramachandran
I upgraded the system to ubuntu 7.10 and now I'm getting this error: The function DB-BDB::DB-ENV-CREATE is undefined. [Condition of type UNDEFINED-FUNCTION] Restarts: 0: [ABORT] Return to SLIME's top level. 1: [ABORT] Exit debugger, returning to top level. Backtrace: 0: ("bogus stack fr

Re: [elephant-devel] Berkeley DB error: Invalid argument

2008-03-08 Thread Raja Ramachandran
On Saturday 08 March 2008 11:44:08 Ian Eslick wrote: > Ah, you have the 0.9.1 release version. Can you send the contents of > your my-config.sexp? ;; Linux defaults #+(and (or sbcl allegro openmcl lispworks) (not (or mswindows windows)) (not (or macosx darwin))) ((:compiler . :gcc) (:berkeley-d

Re: [elephant-devel] Berkeley DB error: Invalid argument

2008-03-08 Thread Ian Eslick
Ah, you have the 0.9.1 release version. Can you send the contents of your my-config.sexp? On Mar 8, 2008, at 12:40 PM, Raja Ramachandran wrote: On Saturday 08 March 2008 11:27:18 John Leuner wrote: How did you install it? Did you install libdb? I installed elephant via the darcs repositor

Re: [elephant-devel] Berkeley DB error: Invalid argument

2008-03-08 Thread Raja Ramachandran
On Saturday 08 March 2008 11:31:03 Ian Eslick wrote: > When did you last update your repository (i.e. what version of the > code are you using?) ELEPHANT-0-9-1 - I got it from the darcs repo. The system was a new install of ubuntu feisty - I'm trying it on another system now. > > Also, which v

Re: [elephant-devel] Berkeley DB error: Invalid argument

2008-03-08 Thread Raja Ramachandran
On Saturday 08 March 2008 11:27:18 John Leuner wrote: > How did you install it? Did you install libdb? I installed elephant via the darcs repository. libdb - I used the libdb-4.5 packages from the ubuntu repository: libdb4.5 - Berkeley v4.5 Database Libraries [runtime] libdb4.5-dev - Berkeley v

Re: [elephant-devel] Berkeley DB error: Invalid argument

2008-03-08 Thread Ian Eslick
When did you last update your repository (i.e. what version of the code are you using?) Also, which version of BDB are you using? You have to set the version in the my-config.sexp now. We support 4.5 and 4.6 and default to 4.5. Typically it's a version mismatch that causes this error.

Re: [elephant-devel] Berkeley DB error: Invalid argument

2008-03-08 Thread John Leuner
How did you install it? Did you install libdb? John On Sat, 2008-03-08 at 11:01 -0600, Raja Ramachandran wrote: > Hello - > > I keep getting this error when I open an existing store or just when I open a > new store: > > > SVC> (elephant:open-store '(:BDB "/home/raja/dev/")) > > Berkeley DB

[elephant-devel] Berkeley DB error: Invalid argument

2008-03-08 Thread Raja Ramachandran
Hello - I keep getting this error when I open an existing store or just when I open a new store: SVC> (elephant:open-store '(:BDB "/home/raja/dev/")) Berkeley DB error: Invalid argument [Condition of type BDB-DB-ERROR] Restarts: 0: [ABORT] Return to SLIME's top level. 1: [ABORT] Exit deb