module installation cant find dependencies

2002-08-02 Thread RaymondMoran
i've just installed MIMEBase64 in a non-standard directory (vhosted). The problem is when I next try to install URI, i get the message: perl Makefile.PL LIB=~/lib/perl5 PREFIX=~/lib/perl5 INC=~/lib/perl5 Warning: prerequisite MIME::Base64 failed to load: Can't locate MIME/Base64.pm in @INC (@INC

Re: module installation cant find dependencies

2002-08-02 Thread RaymondMoran
That was my previous message but i didn't write my question: how do i include "~/lib/perl" to the @INC environment variable? On Fri, 2 Aug 2002, RaymondMoran wrote: > Date: Fri, 2 Aug 2002 17:37:58 +0000 (UTC) > From: RaymondMoran <[EMAIL PROTECTED]> > To: [EMAI

Re: module installation cant find dependencies

2002-08-02 Thread RaymondMoran
-0700 > From: drieux <[EMAIL PROTECTED]> > To: begin begin <[EMAIL PROTECTED]> > Subject: Re: module installation cant find dependencies > > > On Friday, August 2, 2002, at 10:59 , RaymondMoran wrote: > > > That was my previous message but i didn't write my

Re: module installation cant find dependencies

2002-08-02 Thread RaymondMoran
Friday, August 2, 2002, at 11:27 , RaymondMoran wrote: > > > So now I've set the PERL5LIB and the PERLLIB variable. I include the -I > > variable: > > > > perl -I"~/lib/perl5" Makefile.PL LIB=~/lib/perl5 PREFIX=~/lib/perl5 > > Warning: prerequisite MIME::Base64