in reply to Instructions to install DBI.pm in Win2k - "make" does nuttin' poppi?!
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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(tye)Re: Instructions to install DBI.pm in Win2k - "make" does nuttin' poppi?!
by tye (Sage) on Dec 04, 2001 at 01:30 UTC |