This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
en:install_astcc_mailman [2012/01/14 03:26] 127.0.0.1 external edit |
en:install_astcc_mailman [2017/12/12 03:05] (current) |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| in your linux and then type | in your linux and then type | ||
| <code> | <code> | ||
| + | yum -y install cpan | ||
| cpan | cpan | ||
| </code> | </code> | ||
| Line 26: | Line 27: | ||
| <code> | <code> | ||
| + | install Module::Build::Compat | ||
| + | install Config::IniFiles | ||
| + | install DBI | ||
| install MIME::Lite | install MIME::Lite | ||
| install Net::SSLeay | install Net::SSLeay | ||
| Line 32: | Line 36: | ||
| install Devel::CheckLib | install Devel::CheckLib | ||
| install Email::Date::Format | install Email::Date::Format | ||
| - | install Config::IniFiles | ||
| - | install MIME::Lite | ||
| install MIME::Base64 | install MIME::Base64 | ||
| install Net::SMTP | install Net::SMTP | ||