DearHeart has asked for the wisdom of the Perl Monks concerning the following question:
But when I try to use MIME::Lite and MIME::Lite::HTML the following errors are returned:use Net::POP3; use MIME::QuotedPrint; use MIME::Parser; use DBI; use URI::Escape; use XML::Simple; use Data::Dumper;
After searching for perlmonk wisdom I have determinded that MIME::Lite and MIME::Lite::HTML are dependent on HTML::Parser which contains binaries. After some more reading I installed Cygwin and gcc with the purpose of cross-compiling for the Linux platform. Before I continue, am I on the right track? Is there any easier way of cross-compiling for Linux? Did anyone ever write an article on preparing binaries on Windows for upload to a Linux server? I wait in anticipation...Software error: [Fri Aug 2 17:18:53 2002] HTML.pm: [Fri Aug 2 17:18:53 2002] HTML.pm: +[Fri Aug 2 17:18:53 2002] LinkExtor.pm: [Fri Aug 2 17:18:53 2002] Par +ser.pm: [Fri Aug 2 17:18:53 2002] Entities.pm: Can't locate loadable +object for module HTML::Parser in @INC (@INC contains: /home/httpd/ht +ml/mydir/cgi-bin/lib /usr/lib/perl5/5.00502/i386-linux-thread /usr/li +b/perl5/5.00502 /usr/lib/perl5/site-perl/i386-linux-thread /usr/lib/p +erl5/site-perl .) at /home/httpd/html/mydir/cgi-bin/lib/HTML/LinkExto +r.pm line 26 [Fri Aug 2 17:18:53 2002] HTML.pm: [Fri Aug 2 17:18:53 2 +002] HTML.pm: BEGIN failed--compilation aborted at /home/httpd/html/m +ydir/cgi-bin/lib/MIME/Lite/HTML.pm line 64. BEGIN failed--compilation + aborted at /home/httpd/html/mydir/cgi-bin/Test.pl line 46.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Compiling packages on Windows for use on Linux
by Chady (Priest) on Aug 05, 2002 at 12:12 UTC | |
|
Re: Compiling packages on Windows for use on Linux
by Jaap (Curate) on Aug 05, 2002 at 11:30 UTC | |
|
Re: Compiling packages on Windows for use on Linux
by Courage (Parson) on Aug 05, 2002 at 13:59 UTC |