Can't locate Email/MIME.pm in @INC

2.1k views Asked by At

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

1

There are 1 answers

0
carlosn On

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.