Tagged Questions

GNU dbm is a key-value database. It provides primitives for storing key/data pairs, searching and retrieving the data by its key and deleting a key along with its data.

learn more… | top users | synonyms

2
votes
4answers
846 views

Alternative to cvs2svn for performing cvs to svn migration

I am trying to perform a migration from cvs to svn on my our new XServe server which is running OS X Server. There is a known conflict between the cvs2svn and dbm libraries that come pre-installed ...
2
votes
2answers
1k views

Installing/configuring gdbm Python module for cvs2svn?

I am trying to install cvs2svn on a Solaris 10 machine. It has Python 2.4.4 on it. I don't have root access. When I downloaded cvs2svn and tried to run it, it said ERROR: cvs2svn uses the anydbm ...
2
votes
4answers
855 views

Alternative or succesor to GDBM

We a have a GDBM key-value database as the backend to a load-balanced web-facing application that is in implemented in C++. The data served by the application has grown very large, so our admins have ...
1
vote
3answers
345 views

Ideal string length for DBM database?

When using a DBM database (e.g. Berkeley or GDBM), is it better to store data using fewer long strings or more short strings? I can easily structure my data either way. I'm looking for 'better' in ...
0
votes
0answers
31 views

Building libgdbm produce libgdbm.la (libtool library) but not libgdbm.a (static library)

I am trying to build libgdbm. I downloaded sources, unpacked them and typed (as written in INSTALL files): ./configure make After that I got .lo and .la files but no libgdm.a. What should I do to ...
0
votes
0answers
80 views

MacPorts Error When Installing GDBM

When I attempt to run the command sudo port install gdbm, the output is as follows: ---> Fetching archive for gdbm ---> Attempting to fetch gdbm-1.10_0+universal.darwin_11.i386-x86_64.tbz2 ...