in reply to Installing Modules on a Standalone
If not, the usual procedure would be download the tarballs for those two modules and try to install them using the usual way:
When you run perl Makefile.PL you can get dependencies missing (in which case you need to download a new tarball) or (if the module tries to connect to the internet) you need to look at the Makefile.PL code and check what it tries to download.tar zxvf module.tar.gz cd module perl Makefile.PL make make install
Hope this helps.
Alberto Simões
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Installing Modules on a Standalone
by GhostWheel (Initiate) on Mar 28, 2005 at 13:41 UTC | |
by ambs (Pilgrim) on Mar 28, 2005 at 13:47 UTC |