# 1)To this problem I found in the WebSite this:
Berkeley DB library configured to support only DB_PRIVATE environments
----------------------------------------------------------------------
Some versions of Redhat Linux, and possibly some other Linux
distributions, include a seriously restricted build of the
Berkeley DB library that is incompatible with this module. See
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=91933 for an
exhaustive discussion on the reasons for this.
Solution:
You will have to build a private copy of the Berkeley DB library and
use it when building this Perl module.
P.s. I don't know what this means "build a private copy of the Berkeley DB
library and use it when building this Perl module."