Download nmake.exe from Microsoft. Double-click the exe and it should expand to three files. Put the new nmake executable and the error list into a directory in your path. If you wish, you can rename nmake.exe to make.exe and it will still work, but allow you to type 'make' instead of 'nmake' (some people prefer that).

Once you do that, extract the archive to a temp directory and CD to that directory. Then follow the usual steps:

perl Makefile.PL make make test make install

Assuming you have ActiveState Perl, you can use PPM to install modules. Type "perldoc PPM" on a command line for more info. It's pretty simple:

C:\>ppm PPM interactive shell (2.1.5) - type 'help' for available commands. PPM> install DBI Install package 'DBI?' (y/N):

Answer the question and type "quit" to exit.

Cheers,
Ovid

Join the Perlmonks Setiathome Group or just click on the the link and check out our stats.


In reply to (Ovid) Re: Instructions to install DBI.pm in Win2k - "make" does nuttin' poppi?! by Ovid
in thread Instructions to install DBI.pm in Win2k - "make" does nuttin' poppi?! by bawy

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.