http://qs321.pair.com?node_id=859496


in reply to (Help Needed) Uninstall Perl 5.10 and Install 5.8 on Ubuntu 10.04

The simplest way to correct the problem is to reinstall BugZilla. Most probably your new 5.10 install don't see your old 5.8 modules.

  • Comment on Re: (Help Needed) Uninstall Perl 5.10 and Install 5.8 on Ubuntu 10.04

Replies are listed 'Best First'.
Re^2: (Help Needed) Uninstall Perl 5.10 and Install 5.8 on Ubuntu 10.04
by bart (Canon) on Sep 09, 2010 at 12:25 UTC
    Indeed. It looks like, for one, the module Digest::SHA is missing.

    You could also just try to install that one manually module, either via the Ubuntu "install software" feature, or directly in Perl using CPAN. Repeat if you find one more module missing.