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 failed to load: Can't locate
MIME/Base64.pm in @INC (@INC contains:
/usr/pkg/lib/perl5/5.6.1/alpha-netbsd /usr/pkg/lib/perl5/5.6.1
/usr/pkg/lib/perl5/site_perl/5.6.1/alpha-netbsd
/usr/pkg/lib/perl5/site_perl/5.6.1 /usr/pkg/lib/perl5/site_perl .) at
(eval 4) line 3.

my home directory's still not in there.

On Fri, 2 Aug 2002, drieux wrote:

> Date: Fri, 2 Aug 2002 11:18:44 -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 question:
> >
> > how do i include "~/lib/perl" to the @INC environment variable?
>
> based upon what I just noticed in
>
>       perldoc perlrun
>
> you might want to think in terms of
>
>       perldoc -I"~/lib/perl5" Makefile.PL LIB=.....
>
> or you might want to set the PERL5LIB environmental variable....
>
>
> ciao
> drieux
>
> ---
>
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to