Closed
Bug 1112398
Opened 11 years ago
Closed 11 years ago
Installation failure Email::MIME not found (ubuntu 14.04 server Trusty).
Categories
(Bugzilla :: Installation & Upgrading, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: wes, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.65 Safari/537.36
Steps to reproduce:
Download and unarchive Bugzilla 4.4.6
Run ./checksetup.pl
Install required items via aptitude or cpan.
Run ./checksetup.pl
Actual results:
The results of checksetup show that the component Email::MIME is not installed or found. Looking in the directory /usr/local/share/perl/5.14.2/Email, the MIME.pm library exists. Version testing suggests it is 1.918 where checksetup requires 1.904.
Repositories for older versions are non existent.
Expected results:
Proper installation.
Comment 1•11 years ago
|
||
Are you running the same version of perl? /usr/local/share/perl is not part of the default perl libraries path, I don't think. That suggests you have a separate copy of perl on your system? (probably at /usr/local/bin/perl ?) By running ./checksetup.pl with the ./ in front you run it with the perl listed in the first line of the file, which is /usr/bin/perl.
Comment 2•11 years ago
|
||
This is a support question. See http://www.bugzilla.org/support for help.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•