in reply to Installing Modules on Windows

What you're doing wrong is not using CPAN or your distribution's package manager. Either would work pretty well I imagine.

Had you typed "perl -MCPAN -e shell" and used "install Mechan....blah", it would have found the Math::BigInt dependency and installed that package for you (usually after asking first).

What perl are you using? There's a surprising number of choices these days.

-Paul

Replies are listed 'Best First'.
Re^2: Installing Modules on Windows
by xgamma (Novice) on Jun 18, 2008 at 20:17 UTC
    Are you talking about using ppm? I'm behind a firewall, so I can't get through.
      Either get permission to get through the firewall or figure out how to proxy your ppm session -- I believe there exists a way to do it. Installing modules by hand is very 1989... Avoid doing it at all costs. It would make more sense to drive your dev computer to an internet cafe than install the modules by hand. I'm exaggerating...

      But if you really must, you can just download all the prereqs listed in the Makefile.PL, then download allt he prereqs from those, and so on and build them all by hand. But you will run into trouble. The PPMs have solved all the hard problems for you, so they're worth using.

      -Paul

      ppm through a firewall works well for me, but I had to ask the sysadmin for the proxy, and then set the HTTP_PROXY environment variable to this proxy.
      Ronald
      -- 
      Ronald Fischer <ynnor@mm.st>