7 Berkeley DB Notes

library(bdb) is built on top of Berkeley DB. Berkeley DB can be downloaded from:

     
     
     http://www.oracle.com/database/berkeley-db/

library(bdb) is built using version 4.8.24 . It may be possible to recompile it to work with other versions as well.

When using Berkeley DB under Windows, you should set the PATH environment variable to contain the path to libdb48.dll. Consult the Berkeley DB documentation for further info.


Send feedback on this subject.