Hi. Though it is only a warning, it is quite annoying, I work it around
changing this file:

    /usr/lib/perl5/BerkeleyDB.pm

Around line 1054, change the line with  _db_open_hash  like this:

        my $addr;
        {
            no warnings;
            ($addr) = _db_open_hash($self, $got);
        }

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/303846

Title:
  Name "BerkeleyDB::Term::Db" used only once

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libberkeleydb-perl/+bug/303846/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to