Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Re: Sleepycat Bsdbd 4.3.27 and Python 2.4.1

Reply
Thread Tools

Re: Sleepycat Bsdbd 4.3.27 and Python 2.4.1

 
 
Skip Montanaro
Guest
Posts: n/a
 
      05-12-2005

Marco> I've just compiled Python 2.4.1 on a linux box (RHEL 3AS) after
Marco> having installed Berkeley DB 4.3.27 from sleepycat Software.
Marco> During the configure/build process python correctly found the
Marco> BSBDB library.

...

Marco> File "/usr/local/lib/python2.4/bsddb/__init__.py", line 339, in _openDBEnv
Marco> e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
Marco> DBError: (156471272, 'Unknown error 156471272')

Marco> Any hint or suggestion is welcom

Was your shelve file created with an earlier version of Berkeley DB? If so,
you probably have to update the file so it can be read by the new version.
As part of the Berkeley DB install/upgrade you should probably have a
db_upgrade command. Check it out.

Skip
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: [Python-Dev] [Python-3000] RELEASED Python 2.6a1 and 3.0a3 Martin v. Löwis Python 0 03-01-2008 10:51 PM
Re: [Python-Dev] [Python-3000] RELEASED Python 2.6a1 and 3.0a3 Paul Moore Python 0 03-01-2008 10:39 PM
Searching comp.lang.python/python-list@python.org (was: UTF-8) skip@pobox.com Python 0 03-10-2007 02:50 PM
Xquery, repeating elements, Sleepycat's DB XML Bob XML 0 11-16-2005 05:37 AM
Sleepycat DBXML included? Bob X Python 5 11-10-2003 03:55 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57