Having trouble installing MIME::Lite module

Ask a Question related to PERL Modules, Design and Development.

  1. #1

    Default Having trouble installing MIME::Lite module

    I have Perl installed on my Windows PC and I am trying to install
    module MIME::Lite. I run the command "perl -MCPAN -e "install
    'MIME::Lite'"" and I don't get any errors but I do get the following
    warning:

    Warning: PERL_LIB (D:\Perl\perl\lib) seems not to be a perl library
    directory
    (Exporter.pm not found) at D:/Perl/lib/ExtUtils/MM_Unix.pm line
    1713.
    Have D:\Perl\lib\Config.pm expected D:\Perl\perl\lib\Config.pm

    So, I think the module has been installed correclty, since no errors.
    When I run the command "perl -MMIME::Lite -e "print"" to see if it is
    installed, nothing shows up. And when I try to run my perl script it
    complians:

    Can't locate MIM/Lite.pm in @INC (@INC contains: D:/Perl/lib
    D:/Perl/site/lib .)
    at mymailexample.pl line 2.
    BEGIN failed--compilation aborted at mymailexample.pl line 2.

    Any ideas?

    macik81@hotmail.com Guest

  2. Similar Questions and Discussions

    1. MIME::Lite 3.01 in CGI script doing nothing
      comp.lang.perl.modules: I am running: <CVSENV>root@d3020g:~/d3020g# perl -v This is perl, v5.6.1 built for i386-linux ... ...
    2. MIME::LITE trouble - please guide me
      As you can see below, there are 3 recipients for this email using MIME::Lite. When the recipients get the email, not only his or her own email...
    3. mime::lite trouble - Please guide me..
      I am currently testing the code below: ------------------------------------------------------------------------ use MIME::Lite; use Net::SMTP; ...
    4. When use MIME::Lite module the attachment clip sign not shownfor attachments
      On Fri, 29 Aug 2003 04:28:28 GMT "William Alexander Segraves" <wsegrave@mindspring.com> wrote: Yes and no. The MIME::Lite module allows you to...
    5. When use MIME::Lite module the attachment clip sign not shown for attachments
      G'day. How can we show the attachment clip sign in receiver's inbox?. Currently the receiver actually receive the attchment, but it won't show up...
  3. #2

    Default Re: Having trouble installing MIME::Lite module

    [email]macik81@hotmail.com[/email] wrote:
    > [...]
    > Can't locate MIM/Lite.pm in @INC (@INC contains: D:/Perl/lib
    > D:/Perl/site/lib .)
    > at mymailexample.pl line 2.
    > BEGIN failed--compilation aborted at mymailexample.pl line 2.
    >
    > Any ideas?
    >
    Yes, MIM â‰* MIME.


    Mumia W. Guest

  4. #3

    Default Re: Having trouble installing MIME::Lite module

    [email]macik81@hotmail.com[/email] wrote:
    > I have Perl installed on my Windows PC and I am trying to install
    > module MIME::Lite. I run the command "perl -MCPAN -e "install
    For ActivePerl:

    ppm install MIME-Lite

    See: [url]http://johnbokma.com/perl/cpan-modules-installed.html[/url]

    --
    John Bokma Freelance software developer
    &
    Experienced Perl programmer: [url]http://castleamber.com/[/url]
    John Bokma Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139