Changeset 11452
- Timestamp:
- Jan 30, 2007, 2:59:22 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/doc/install/local_cpan.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/install/local_cpan.txt
r11451 r11452 3 3 To install modules from CPAN with CPAN.pm interface you need to setup a CPAN 4 4 configuration file in your home directory. The CPAN.pm will walk you through 5 set ing up the most important configuration values. Unfortunately, there is6 some variation in the behavior rof the various versions of CPAN.pm that have5 setting up the most important configuration values. Unfortunately, there is 6 some variation in the behavior of the various versions of CPAN.pm that have 7 7 shipped with Perl. Some (most) of these variants will not correctly create a 8 8 configuration files that allows a non-root user to install modules outside of … … 28 28 29 29 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 configura iton with CPAN.com version 1.8802. *Your version of CPAN.pm may present you with different prompts.*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 configuration with CPAN.com version 1.8802. *Your version of CPAN.pm may present you with different prompts.* 31 31 -- 32 32 perl -MCPAN -e shell … … 228 228 229 229 230 Now we should install the basic compliment of helper modules that CPAN.pm needs to fun tion fully.230 Now we should install the basic compliment of helper modules that CPAN.pm needs to function fully. 231 231 -- 232 232 install Bundle::CPAN 233 233 -- 234 234 235 You can quit out of the CPAN shell at this poin with the `exit` command or do the following few steps in another shell236 237 238 We're ready to install the full set Perl module depend ancies 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.235 You 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 238 We'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. 239 239 240 240 -- … … 250 250 Enter back into the CPAN shell and 'force' the install of the PS Bundle. The 251 251 'force' keyword instructs the shell to ignore any tests failures. This is 252 ne ssicary as some of the modules 'DBD::mysql'/etc. require a properly working252 necessary as some of the modules 'DBD::mysql'/etc. require a properly working 253 253 database setup in order for the tests to pass. You will most likely be 254 254 prompted for input by several the modules. It is safe to answer with a … … 261 261 262 262 In 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. 263 setup an environment variable called PERL5LIB so that 'perl' can find them. 264 To do this, we need to know where under 'perl5' our modules were actually 265 installed. This will variable with the version of Perl that you are using. 266 The easiest way to do this is just just look in the root of the path where we 267 did the install. 264 268 265 269 --
Note:
See TracChangeset
for help on using the changeset viewer.
