|
I am having some trouble with the Berkeley DB interface. This is what I have done: downloaded Berkeley DB, compiled Berkeley DB succesfully (did not run make install because i am running locally), edited config.in in BerekeleyDB perl directory to point to local copies of include and lib, perl Makefile.PL, make, make test. everything is OK - no issues here.
when i try to import the BerkeleyDB package into a perl script I get the error below. Any clues on what I am doing wrong?
Undefined subroutine &BerkeleyDB::Term::close_everything called at /db-4.4.20/perl/BerkeleyDB/BerkeleyDB.pm line 1675.
|