Hi there,
I've compiled succesfully the sample code for testing Berkeley DB as follow:
-------------
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
#include <string....
This has happened to me twice now, having rebuilt the machine in between.
I'm running SuSe 9.3, with a minimal system to start with as I wanted to build in services one by one. The first...
If you choose to use Hash tables with Berkeley DB, are keys actually stored in the hash table, or does the hash table store only hashes of keys, along with the actual record?
I'm trying to install Apache server 2.0.49 using Berkeley DB in Linux. I've installed Berkeley DB 4.2.52 over and over again, but every time I try to run the configure command for Apache, I k...
Can someone provide a complete example on storing C structures to Berkeley DB? I having problems with the examples from the SleepyCat website.
int add(void)
{
size_t len;
u_int8_t *...
I currently trying to setup a openldap server and having issues with my slapd.conf. I can get the server up and running but I can only login via anonymous. Right now security is not a concern ...
Hello guys
I need some help.
I want to install BDB on my PC (windows XP) but i'm stuck.
What acctually i need when i want to install BDB in my PC?
Should i build all the things - (B...
I am using Berkeley DB to store real time ticks for market data. To give you an idea of the amount of data...
- I get roughly 15000 ticks/sec on an average
- by the end of the day the databa...
i want to compile following this source, but whenever I try to compile this. It's showed error message.My intention is just making Berkely DB file.
---- source(dbtest.c) ----
#include <sys...
HI I had been using berkeley DB 4.7 for sometime now and it has been working fine. Today, I had to move my code to a different machine. So I first installed BerkeleyDB on the new machine and t...