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

  1. #1

    Default Mail::internet

    hi! I've got a problem with the installation of Mail module (MailTool
    1.60). I have installed Active Perl 5.8 on my Windows xp and tried to
    install Mail Module too.

    Perl works properly, but, when I ask it to interpretate a script using
    Mail Module, it gives me this error:

    "Can't locate auto/Mail/Internet/autosplit.ix in @INC <@INC contains
    c:/perl/lib c:/perl/site/lib .> at c:/perl/lib/AutoLoader.pm <line nr>
    Can't locate auto/Mail/Internet/smtpsend.al in @INC <@INC contains
    c:/perl/lib c:/perl/site/lib .> at <filename><line nr> <line nr>"

    I have installed the module following the rules given in

    [url]http://www.cpan.org/modules/INSTALL.html[/url]

    for ActivePerl for Windows Users, but it don't work.

    Please can you help me find a solution?
    Thanks and regards - Milla
    Milla Guest

  2. Similar Questions and Discussions

    1. Prove internet package for Microsoft Internet Explorer
      Grow up little nerdy boy. Infecting people's machines is so passé, so why not do something productive like invade North Korea. Tony.
    2. Mail.app: disconnecting from Internet?
      When I choose "disconnect from the Internet" in OS 10.2.6's Mail.app noting at all happens. Whether the Mac is currently online or offline Mail.app...
  3. #2

    Default Re: Mail::internet

    Milla wrote:
    > hi! I've got a problem with the installation of Mail module (MailTool
    > 1.60). I have installed Active Perl 5.8 on my Windows xp and tried to
    > install Mail Module too.
    >
    > Perl works properly, but, when I ask it to interpretate a script using
    > Mail Module, it gives me this error:
    >
    > "Can't locate auto/Mail/Internet/autosplit.ix in @INC <@INC contains
    > c:/perl/lib c:/perl/site/lib .> at c:/perl/lib/AutoLoader.pm <line nr>
    > Can't locate auto/Mail/Internet/smtpsend.al in @INC <@INC contains
    > c:/perl/lib c:/perl/site/lib .> at <filename><line nr> <line nr>"
    >
    > I have installed the module following the rules given in
    >
    > [url]http://www.cpan.org/modules/INSTALL.html[/url]
    >
    > for ActivePerl for Windows Users, but it don't work.
    >
    > Please can you help me find a solution?
    > Thanks and regards - Milla
    That would be 11 '.pm' files you've had to manually copy into the right
    place. There's always a chance that you'll make an error and I think
    that's what's happening here :-)

    If you get 'nmake' from
    [url]http://download.microsoft.com/download/vc15/Patch/1.52/W95/EN-US/Nmake15.exe[/url]
    you'll be able to install such modules by running, in turn, 'perl
    makefile.pl', 'nmake test' and 'nmake install'.

    When you download Nmake15.exe, run it, and have it install 'nmake' to
    one of the directories that is in your path.

    Alternatively, you might be able to install MailTools by simply running
    (while connected to the web):
    ppm install MailTools

    Hth.

    Cheers,
    Rob

    --
    To reply by email u have to take out the u in kalinaubears.

    Sisyphus 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