I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2006-05-27 13:41:56-07 by pmarquess in response to 2365
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