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-01-20 09:23:21-08 by pmarquess in response to 1655
Re: Cant load ...BerkeleyDB.so for module BerkeleyDB: libdb-4.4.so
This is the fundamental error in your log

libdb-4.4.so: cannot open shared object file: No such file or directory <br><br>

Basically my module cannot find the Berkeley DB library.

On a Unix box this is sorted out by setting the LIB variable in the config.in file. For Windows (which isn't a development environment I use), I believe you need to include this directory in your PATH as well. Start by setting the LIB variable in config.in. If that doesn't work, try the PATH.

Paul
Direct Responses: 1665 | Write a response