BerkeleyDB - Re: Cant load ...BerkeleyDB.so for module BerkeleyDB: libdb-4.4.so

Posted on Sat May 27 16:41:56 2006 by pmarquess in response to 2365 (See the whole thread of 11)
Re: Cant load ...BerkeleyDB.so for module BerkeleyDB: libdb-4.4.so
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
Direct Responses: 5451 | Write a response