--- doc/build/manual_install.frag 2003/08/19 14:20:19 1.4 +++ doc/build/manual_install.frag 2003/10/08 17:16:07 1.5 @@ -12,6 +12,8 @@ Creating a user 'www' Make a LON-CAPA system work with shadow passwords
  • Installing LON-CAPA files
  • +
  • +Installing CPAN modules
  • Checking your Linux RPMs (On RedHat)
  • @@ -198,6 +200,25 @@ the latest LON-CAPA software.
    ./UPDATE
    +
    +

    Installing CPAN modules

    + +

    Lon-CAPA uses a large numbe of perl modules that need to be +installed. Some of these may be available on your machine already, +some can be gotten from packages in your Linux Distribution. Some will probably need to come from CPAN

    + +

    You can check which modules you have and which ones you need by +running the TEST script. It will generate a CPAN_STATUS_REPORT. +You can install an missing perl modules by doing: + + +
    perl -MCPAN -e 'install MODULENAME'
    +Where MODULENAME is the perl module you need to install. +

    +

    +More documentation on how CPAN works is available here +

    +

    Checking your Linux RPMs on RedHat