Skip to topic | Skip to bottom
Home
Socialtools
login



Socialtools.StandardPerlModulesr1.1 - 27 Feb 2005 - 13:12 - TWikiGuesttopic end

Start of topic | Skip to actions

Perl Modules

Installing CPAN.pm

Download CPAN.pm. Unpack the tarball, and:

perl Makefile.PL
make
sudo make install

Since we're behind a firewall, make sure /etc/profile sets:

FTP_PASSIVE=1

To run CPAN, type:

sudo perl -MCPAN -e shell

The first time you run it:

install Bundle::CPAN
install HTTP::Date
install Net:DNS
install Storable

For each of those, you'll be prompted to install other dependencies; just accept all the defaults.
to top


Socialtools.StandardPerlModules moved from Socialtools.RabelaisPerlModules on 28 Apr 2003 - 22:09 by BenjaminGeer - put it back
You are here: Socialtools > ServerConfigStandard > StandardPerlModules

to top

Copyright © 1999-2010 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Open-org? Send feedback