[ic] Install problem...

Marty Tennison interchange-users@icdevgroup.org
Tue Mar 11 01:04:01 2003


On Mon, 2003-03-10 at 21:30, Jay Finch wrote:

[snip]
> 
> Can't locate HTML/Entities.pm in @INC (@INC contains: 
> /usr/local/interchange /usr/local/interchange/lib 
> /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 
> /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi 
> /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl 
> /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi 
> /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl .) at 
> /usr/local/interchange/lib/Vend/Parser.pm line 68.
> -----

You can modify your environment so that perl can find what it needs. 
The variable you want to change is PERL5LIB. 

Assuming that your interchange modules are in
/home/johndoe/interchnage/lib you would simply enter this into your
.profile (or .bash_profile, or whatever)

PERL5LIB=$PERL5LIB:/home/johndoe/interchange/lib

You can modify PERL5LIB so that perl will look in any directory you want
to find what it needs.   

Hope that helps.

-- 
Marty Tennison <marty@sediva.com>