Good monks, I am having a heck of a time installing libnet on my xp machine and was hoping for some guidance. I should preface this question by saying that the machine that I wish to install on does not have direct access to the outside world. So I am unable to hit any online repositories.

I figured the best option was simply to download the module from cpan and use nmake. I'm fairly new to compiling on Win32 and am thinking that my problem may be with nmake.

Anyway, this is what happens when I try to build libnet with nmake:


C:\pflat\perl\Modules\libnet-1.19>perl Makefile.PL
Checking for Socket...ok
Checking for IO::Socket...ok
Writing Makefile for Net

C:\pflat\perl\Modules\libnet-1.19>nmake

Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.


C:\pflat\perl\Modules\libnet-1.19>nmake test

Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.

C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'bl ib\lib', 'blib\arch')" t\config.t t\datasend.t t\ftp.t t\hostname.t t\netrc.t t\ nntp.t t\require.t t\smtp.t
t\config......ok
t\datasend....ok
t\ftp.........skipped
all skipped: no reason given
t\hostname....ok
t\netrc.......ok
4/20 skipped: incompatible stat() handling for OS
t\nntp........skipped
all skipped: no reason given
t\require.....ok
t\smtp........skipped
all skipped: no reason given
All tests successful, 3 tests and 4 subtests skipped.
Files=8, Tests=92, 2 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU)

C:\pflat\perl\Modules\libnet-1.19>


-> In particular, I need net::smtp. Can anyone help me understand why it was skipped?

Thanks,

-p

In reply to libnet build problems by plunger

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.