IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11452


Ignore:
Timestamp:
Jan 30, 2007, 2:59:22 PM (19 years ago)
Author:
jhoblitt
Message:

speling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/install/local_cpan.txt

    r11451 r11452  
    33To install modules from CPAN with CPAN.pm interface you need to setup a CPAN
    44configuration file in your home directory.  The CPAN.pm will walk you through
    5 seting up the most important configuration values.  Unfortunately, there is
    6 some variation in the behaviorr of the various versions of CPAN.pm that have
     5setting up the most important configuration values.  Unfortunately, there is
     6some variation in the behavior of the various versions of CPAN.pm that have
    77shipped with Perl.  Some (most) of these variants will not correctly create a
    88configuration files that allows a non-root user to install modules outside of
     
    2828
    2929
    30 Now you need to invoke CPAN.pm so it can walk you through configuring the rest of the required values.  This is an example of one possible configuraiton with CPAN.com version 1.8802.  *Your version of CPAN.pm may present you with different prompts.*
     30Now you need to invoke CPAN.pm so it can walk you through configuring the rest of the required values.  This is an example of one possible configuration with CPAN.com version 1.8802.  *Your version of CPAN.pm may present you with different prompts.*
    3131--
    3232perl -MCPAN -e shell
     
    228228
    229229
    230 Now we should install the basic compliment of helper modules that CPAN.pm needs to funtion fully.
     230Now we should install the basic compliment of helper modules that CPAN.pm needs to function fully.
    231231--
    232232install Bundle::CPAN
    233233--
    234234
    235 You can quit out of the CPAN shell at this poin with the `exit` command or do the following few steps in another shell
    236 
    237 
    238 We're ready to install the full set Perl module dependancies for IPP software.  In order to make this process a bit easier on the end user a "Bundle" module has been created.  In order to use it you need to create a directory (if it doesn't already exist) called Bundle under your .cpan directory.
     235You can quit out of the CPAN shell at this point with the `exit` command or do the following few steps in another shell
     236
     237
     238We're ready to install the full set Perl module dependencies for IPP software.  In order to make this process a bit easier on the end user a "Bundle" module has been created.  In order to use it you need to create a directory (if it doesn't already exist) called Bundle under your .cpan directory.
    239239
    240240--
     
    250250Enter back into the CPAN shell and 'force' the install of the PS Bundle.  The
    251251'force' keyword instructs the shell to ignore any tests failures.  This is
    252 nessicary as some of the modules 'DBD::mysql'/etc. require a properly working
     252necessary as some of the modules 'DBD::mysql'/etc. require a properly working
    253253database setup in order for the tests to pass.  You will most likely be
    254254prompted for input by several the modules.  It is safe to answer with a
     
    261261
    262262In order to use another of these modules that were just installed when need to
    263 setup an enviroment variable called PERL5LIB so that 'perl' can find them.  To do this, we need to know where under 'perl5' our modules were actually installed.  This will variable with the version of Perl that you are using.  The easiest ay to do this is just just look in the root of the path where we did the install.
     263setup an environment variable called PERL5LIB so that 'perl' can find them.
     264To do this, we need to know where under 'perl5' our modules were actually
     265installed.  This will variable with the version of Perl that you are using.
     266The easiest way to do this is just just look in the root of the path where we
     267did the install.
    264268
    265269--
Note: See TracChangeset for help on using the changeset viewer.