这里会显示出您选择的修订版和当前版本之间的差别。
| zh:安装_astcc_mailman [2012/01/16 02:24] – 外部编辑 127.0.0.1 | zh:安装_astcc_mailman [2012/07/09 13:29] (当前版本) – 移除 solo | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| - | ======安装astercc_mailman.pl====== | ||
| - | ====使用cpan安装====== | ||
| - | 在linux命令符下键入 | ||
| - | < | ||
| - | cpan | ||
| - | </ | ||
| - | 你将会看到 | ||
| - | < | ||
| - | / | ||
| - | |||
| - | CPAN is the world-wide archive of perl resources. It consists of about | ||
| - | 100 sites that all replicate the same contents all around the globe. | ||
| - | Many countries have at least one CPAN site already. The resources | ||
| - | found on CPAN are easily accessible with the CPAN.pm module. If you | ||
| - | want to use CPAN.pm, you have to configure it properly. | ||
| - | |||
| - | If you do not want to enter a dialog now, you can answer ' | ||
| - | question and I'll try to autoconfigure. (Note: you can revisit this | ||
| - | dialog anytime later by typing 'o conf init' at the cpan prompt.) | ||
| - | |||
| - | Are you ready for manual configuration? | ||
| - | </ | ||
| - | |||
| - | 完成基本的cpan配置后, | ||
| - | |||
| - | < | ||
| - | install MIME::Lite | ||
| - | install Net::SSLeay | ||
| - | install IO:: | ||
| - | install Authen:: | ||
| - | install Devel:: | ||
| - | install Email:: | ||
| - | install Config:: | ||
| - | install MIME::Lite | ||
| - | install MIME:: | ||
| - | install Net::SMTP | ||
| - | install Net:: | ||
| - | install Authen:: | ||
| - | install Authen:: | ||
| - | install Encode | ||
| - | install Data:: | ||
| - | </ | ||