|
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
|