| Hi
| 
| I was trying to install amavis-perl11. I have
| installed all the perl modules which have been stated
| in readme file. But when I ./configure I get the
| following error. I am trying it out on Redhat 7.3
| 
| Module not found in path:'MIME/Parser
| Module not found in path: Convert/TNEF

use CPAN
and try to find the modules with

$  perl -MCPAN -e shell

then at the CPAN prompt.
CPAN > i /MIME/
CPAN > i /Tnef/

it will give u the exact library. You can then install it from there

for example........
CPAN >  install Convert::TNEF
CPAN >  install MIME::Tools

Arvind



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
No, I will not fix your computer.
http://thinkgeek.com/sf
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to