My script fails when trying to load the Mail::Internet module with the error:
Can't locate Mail/Internet.pm in @INC (@INC contains: /opt/bin/lib
/usr/lib/perl5/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/5.8.8
/usr/lib/perl5/site_perl/5.8.8/x86_64-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl .) at
verificationparse.pl line 5.
BEGIN failed--compilation aborted at verificationparse.pl line 5.
Line 5 is <use Mail::Internet>;
The problem is that Mail::Internet IS installed. If I do a <perl -MMail::Internet -e1 && echo module found> it responds 'module found'
and when I have it echo the version I get the correct version - 2.04
The code works on my Fedora 11 box but not on this SUSE box.
Any help appreciated.