Changeset 11451
- Timestamp:
- Jan 30, 2007, 2:58:00 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/doc/install/local_cpan.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/install/local_cpan.txt
r11447 r11451 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 shell 236 235 237 236 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. … … 258 260 259 261 260 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. 264 265 -- 266 `ls jhroot/i686-pc-linux-gnu/lib/perl5/` 267 -- 268 269 Which should show something like: 270 271 5.8.8 Test site_perl 272 273 That means were using perl 5.8.8 and PERL5LIB needs to be setup as following: 274 -- 275 export PERL5LIB=$HOME/jhroot/i686-pc-linux-gnu/lib/perl5/5.8.8:$HOME/jhroot/i686-pc-linux-gnu/lib/perl5/site_perl/5.8.8 276 -- 261 277 262 278 For instructions on installing Perl modules from CPAN ''by hand', see:
Note:
See TracChangeset
for help on using the changeset viewer.
