BreadCrumbs: Webmin

Webmin

From Luke Jackson

(Difference between revisions)
Jump to: navigation, search
Revision as of 02:27, 4 May 2007 (edit)
Ljackson (Talk | contribs)
(Satisfy Dependencies)
← Previous diff
Revision as of 02:29, 4 May 2007 (edit)
Ljackson (Talk | contribs)
(Satisfy Dependencies)
Next diff →
Line 1: Line 1:
-= Satisfy Dependencies =+= Install =
 + 
 +== 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
Line 5: Line 7:
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 ==+== Installing Perl Modules ==
perl -MCPAN -e shell perl -MCPAN -e shell
Line 27: Line 29:
Your choice: [-j3] Your choice: [-j3]
</pre> </pre>
 +
 +Now you are ready to install the modules listed above.
 +
 + cpan> install Net::SSLeay
 + cpan> install Mon::Client
 + cpan> install Authen::PAM
 +
 +Once the installs complete simple type exit to leave perl.
 +
 + exit

Revision as of 02:29, 4 May 2007

Install

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

Installing 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] 

Now you are ready to install the modules listed above.

cpan> install Net::SSLeay
cpan> install Mon::Client
cpan> install Authen::PAM

Once the installs complete simple type exit to leave perl.

exit
Personal tools