On Thu, 06 Nov 2003 09:39:17 +1100
Sisyphus <[EMAIL PROTECTED]> wrote:

> Peter Davis wrote:
> > Has anyone gotten MIME::Tools (and/or Unicode::Map) installed
> > correctly on Windows?  I've tried this, but MIME::Tools keeps
> > reporting:
> > 
> > Can't locate loadable object for module Unicode::Map in @INC (@INC
> > contains: ...
> > 
> > There is a C:\Perl\site\lib\Unicode\Map.pm, so I'm not sure what
> > Perl is looking for.
> > 
> Looks like Unicode::Map has not been installed properly.
> The 'loadable object' that can't be located is 'Map.dll'. It should be
> 
> in the 'C:\Perl\site\lib\auto\Unicode\Map\' folder.
> 
> Try installing Unicode::Map again. You'll need a compiler to build it
> - or install via ppm if it's available that way.

Thanks to all, I was able to get this working.  The makefile did build
it correctly, but didn't copy it to the appropriate directory, and
neither did I.

It's now working, but whew ... what a massive collection of stuff.  It
would seem that parsing MIME messages should be pretty straightforward
in Perl.  I may try to cobble up something simpler (with fewer
dependencies.)

Thanks,

-pd


-- 
--------
                             Peter Davis
               Funny stuff at http://www.pfdstudio.com
    List of resources for children's writers and illustrators at:
                  http://www.pfdstudio.com/cwrl.html
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to