Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I've tried to install DBI onto my computer, which is not connected to the internet. I've read the Readme file and have tried to follow the instructions. I've managed to do the first part which is perl MakeFile.PL but when I try the next command which is make (I've also tried dmake and nmake) I get the error "Bad command or file name" What should I do?

Replies are listed 'Best First'.
Re: Installing DBI
by Anonymous Monk on Apr 01, 2002 at 16:24 UTC
Re: Installing DBI
by talexb (Chancellor) on Apr 01, 2002 at 14:17 UTC
    You haven't given us much to work on, but my first guess would be that you don't have make. I believe you can get one from either ActiveState or from Microsoft.

    I almost didn't post because I don't have links to either company's site (therefore it's not a complete post), but this should get you going.

    --t. alex

    "Here's the chocolates, and here's the flowers. Now how 'bout it, widder hen, will ya marry me?" --Foghorn Leghorn

          --k.


      I happened across jam by Perforce earlier...

      --
      perl -pe "s/\b;([mnst])/'\1/mg"

Re: Installing DBI
by virtualsue (Vicar) on Apr 01, 2002 at 14:41 UTC
Re: Installing DBI
by dhable (Monk) on Apr 01, 2002 at 16:26 UTC
    If you don't want to install make and have ActiveState Perl, open the command line and type ppm. This is the Perl Package Manager. This will allow you to seach the ActiveState archive of modules and install any of them. for DBI, just type install DBI. If you want to see all of the DBI releated things to install, type search DBI.

    Once ppm has installed the modules, you can start using them on your machine without the need to use make or other gnu tools. While this makes life eaiser, ActiveState doesn't keep the ppm archive on the cutting edge. I've found many version of modules to be behind CPAN.