0

while accessing bugzilla(http://localhost) on browser i got the following error

Can't locate Email/MIME.pm in @INC (@INC contains: . lib/x86_64-linux-thread-***strong text***
BEGIN failed--compilation aborted at Bugzilla/MIME.pm line 14.
Compilation failed in require at Bugzilla/Mailer.pm line 20.

Thanks Surya

ysth
  • 96,171
  • 6
  • 121
  • 214
surya
  • 27
  • 1
  • 4
  • Possible duplicate of [What's the easiest way to install a missing Perl module?](http://stackoverflow.com/questions/65865/whats-the-easiest-way-to-install-a-missing-perl-module) – Chankey Pathak Dec 28 '16 at 15:19

1 Answers1

0

Try to check if you have it installed using the command line:

perl -e 'use Email::MIME'

If it shows an error then try to install.

carlosn
  • 423
  • 3
  • 9