pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/44985 (p5-gdbm not linking with -lgdbm)
The following reply was made to PR pkg/44985; it has been noted by GNATS.
From: "OBATA Akio" <obache%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/44985 (p5-gdbm not linking with -lgdbm)
Date: Tue, 04 Oct 2011 20:20:15 +0900
On Tue, 04 Oct 2011 17:50:04 +0900, Joerg Sonnenberger
<joerg%britannica.bec.de@localhost> wrote:
> > I cannot replicate this now (although on -current) - are you still
> > seeing it?
> I can. The problem is that under some circumstances, the default Perl
> library path (libpth) only contains /lib and /usr/lib, not /usr/pkg/lib.
For NetBSD,
1) /usr/pkg/lib is hard-coded in hints/netbsd.sh, so LOCALBASE != /usr/pkg,
${LOCALBASE}/lib will not be added to libpth
2) even if ${LOCALBASE} == /usr/pkg, in the case /usr/pkg/lib does not exist
when doing Configure, it will not be added to libpth.
Home |
Main Index |
Thread Index |
Old Index