[ic] Install problem...

Jay Finch interchange-users@icdevgroup.org
Tue Mar 11 13:27:00 2003


Hi Marty,
         Well -- here's the rub.  I tried your solution, but it still isn't 
working.  (I do have interchange installed to: /usr/local/interchange )  I 
did my install as ROOT, and again, for some reason it's not finding the 
perl modules.

Looking through my perl 5.8.0 installation, I'm noticing that the "missing" 
modules are installed at: 
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi  (But for some 
reason, even though that path is in my PERL5LIB, it's not picking those 
modules up.)

Suggestions?

Cheers!
Jay

>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.