Questions tagged [berkeleydb]

The Oracle Berkeley DB family of open source, embeddable databases provides developers with fast, reliable, local persistence with zero administration.

6 questions
10
votes
1 answer

Could not locate BerkeleyDB

I am trying to install a bitcoin-repote-rpc miner from [http://www.mediafire.com/file/ve608cl5mk1ka3l/bitcoin-remote-rpc-20110227-src.zip] on my laptop running on ubuntu quantal. I need to use CMake to build the project. I have encountered a few…
5
votes
3 answers

How to view Berkeley DB contents?

I have a copy of addressbook from Nokia N900 and it's a Berkeley DB file. How can I view it's contents? $ file addressbook.db addressbook.db: Berkeley DB (Hash, version 8, native byte-order)
int_ua
  • 8,892
1
vote
1 answer

Uninstall Berkeley DB in ubuntu

I installed Berkeley DB 6.2.23 form this tutorial. Also before it, I installed libdb5.3 from ubuntu repositories. Now when I'm running a Perl script in command line, I got this error: DB_File was build with libdb version 6.2.23, but you are…
1
vote
1 answer

How can I create charm on one node

Firstly I generation nodejs file on the node without charm then my boss said we need charm for generation. I need in this charm QT5, NODEjs, Berkeley db, g++ with gcc but I don't know how create charm because I`m a beginner in juju charm...and I…
1
vote
1 answer

Berkley DB woefully outdated in repos

Why is the repo seemingly locked at version 5.3 of Berkley DB when current versions are well past 12? https://download.oracle.com/otndocs/products/berkeleydb/html/changelog_6_0.html New Features in 6.0.19 Fixed bugs when attempting to open non-DB…
0
votes
0 answers

Berkeley Database > 5.3.x

Berkely Database in the repos is inexplicably locked at 5.3.something. Current versions are north of 12. Might be north of 13 by now. Is there a reason the repo never gets updated? Is there a PPA where a version released in the past decade would be…