Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
What are these private directories, and can I delete them?? I've searched for more discussion of these, but can't find much explanation about them. The Configure file has the following prompt:[mountain]/usr/local/perl/5.6.1 38> find . -name "lib.pm" ./lib/private/lib.pm ./lib/private/private/lib.pm ./lib/lib.pm
There are some auxiliary files for $package that need to be put into a private library directory that is accessible by everyone. Pathname where the private library files will reside?
Apparently, the private directories are not part of the installation, but note that the line /usr/local/perl/5.6.1/lib/site_perl showed up twice! So my question here is can I clean up the value of @INC after the build and installation?Characteristics of this binary (from libperl): Compile-time options: USE_LARGE_FILES Built under solaris Compiled at May 7 2001 00:16:23 @INC: /usr/local/perl/5.6.1/lib/sun4-solaris /usr/local/perl/5.6.1/lib /usr/local/perl/5.6.1/lib/site_perl/sun4-solaris /usr/local/perl/5.6.1/lib/site_perl /usr/local/perl/5.6.1/lib/site_perl /usr/local/perl5/lib .
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: private lib dirs in 5.6.1
by cadphile (Beadle) on May 07, 2001 at 23:52 UTC |