|
Hi, the error you are getting means that you script cannot find the file BerkeleyDB.so (this gets built when with my module). If you don't intend making use of the module long term, try putting the line use blib "xxx"; at the top of your script. Substitute the string "xxx" for the full path to the blib directory where you built my moduule. Longer term I would advise installing the module properly.
Paul |