![]() |
|
Perl: the Markov chain saw | |
PerlMonks |
Re: Re: A more memory efficient storage structure?by shotgunefx (Parson) |
on Dec 31, 2002 at 19:48 UTC ( #223439=note: print w/replies, xml ) | Need Help?? |
You only need BerkeleyDB if you want the newer features (transactions,record locking,etc). Perl ships with BerkeleyDB, look in the directory ext/DB_File for the version.
Getting newer versions to install was a pain in the a**, the problem it turned out for me was which db.h file was being included in the compilation, so if you want the newer features, that's a good place to start looking for problems. -Lee "To be civilized is to deny one's nature."
In Section
Seekers of Perl Wisdom
|
|