Subject: Re: pkgviews lost on perl
To: Johnny Lam <jlam@NetBSD.org>
From: =?UTF-8?Q?C=C3=A9sar_Catri=C3=A1n?= C. <ccatrian@eml.cc>
List: tech-pkg
Date: 08/13/2005 17:09:10
> This patch is not enough.  Perl will not be able to find any p5-* 
> modules installed on a pkgviews system because it will look for them in 
> /usr/pkg/packages/perl-5.8.7/lib/perl5/vendor_perl/5.8.0, but the p5-* 
> modules will not be installed to that directory.

Perl5 finds the modules with the PERL5LIB variable set, as the PKG_CONFIG_PATH 
variable used with pkg-config.

I used the PERL5LIB variable to compile frozen-bubble, I'll see how it works
with the rest of the stuff.

Regards

César Catrián C.