BreadCrumbs: Webmin
Webmin
From Luke Jackson
(Difference between revisions)
Revision as of 02:18, 4 May 2007 (edit) Ljackson (Talk | contribs) ← Previous diff |
Revision as of 02:27, 4 May 2007 (edit) Ljackson (Talk | contribs) (→Satisfy Dependencies) Next diff → |
||
Line 1: | Line 1: | ||
- | === Satisfy Dependencies === | + | = Satisfy Dependencies = |
perl(Net::SSLeay) is needed by webmin-1.310-1.fc5.rf.noarch | perl(Net::SSLeay) is needed by webmin-1.310-1.fc5.rf.noarch | ||
perl(Mon::Client) is needed by webmin-1.310-1.fc5.rf.noarch | perl(Mon::Client) is needed by webmin-1.310-1.fc5.rf.noarch | ||
perl(Authen::PAM) is needed by webmin-1.310-1.fc5.rf.noarch | perl(Authen::PAM) is needed by webmin-1.310-1.fc5.rf.noarch | ||
+ | |||
+ | == Install Perl Modules == | ||
+ | |||
+ | perl -MCPAN -e shell | ||
+ | |||
+ | If this is the first time running MCPAN it will ask you a ton of questions so be ready to chose the onces that make the most sense for your particular location and configuration. | ||
+ | |||
+ | The setting below is important for Dual Processor (Dual Core) Systems: | ||
+ | |||
+ | <pre> | ||
+ | Parameters for the 'make' command? | ||
+ | Typical frequently used setting: | ||
+ | |||
+ | -j3 dual processor system | ||
+ | |||
+ | Your choice: [] -j3 | ||
+ | Parameters for the 'make install' command? | ||
+ | Typical frequently used setting: | ||
+ | |||
+ | UNINST=1 to always uninstall potentially conflicting files | ||
+ | |||
+ | Your choice: [-j3] | ||
+ | </pre> |
Revision as of 02:27, 4 May 2007
Satisfy Dependencies
perl(Net::SSLeay) is needed by webmin-1.310-1.fc5.rf.noarch perl(Mon::Client) is needed by webmin-1.310-1.fc5.rf.noarch perl(Authen::PAM) is needed by webmin-1.310-1.fc5.rf.noarch
Install Perl Modules
perl -MCPAN -e shell
If this is the first time running MCPAN it will ask you a ton of questions so be ready to chose the onces that make the most sense for your particular location and configuration.
The setting below is important for Dual Processor (Dual Core) Systems:
Parameters for the 'make' command? Typical frequently used setting: -j3 dual processor system Your choice: [] -j3 Parameters for the 'make install' command? Typical frequently used setting: UNINST=1 to always uninstall potentially conflicting files Your choice: [-j3]