Date: Thu, 15 May 2003 11:33:54 +0200 From: Arjan van Leeuwen <avleeuwen@piwebs.com> To: Anton Berezin <tobez@tobez.org> Cc: ports@FreeBSD.ORG Subject: Re: Problems with Perl port on -CURRENT Message-ID: <200305151133.54439.avleeuwen@piwebs.com> In-Reply-To: <20030515091906.GA14896@heechee.tobez.org> References: <200305142123.52161.avleeuwen@piwebs.com> <20030515091906.GA14896@heechee.tobez.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 15 May 2003 11:19, Anton Berezin wrote: > Arjan, > > On Wed, May 14, 2003 at 09:23:52PM +0200, Arjan van Leeuwen wrote: > > I'm trying to upgrade my lang/perl5 port on -CURRENT, but the port > > fails in the configure phase. It seems to want to use -ldl (why?). Is > > there an easy way to fix this? > > Please make sure that you DO NOT have libdl.* in your /usr/lib. This is > a known problem, and it is a problem with your setup, not with > lang/perl5 port. libdl library is a linux library which is normally > found in /compat/linux/lib. It has no business to be present in > /usr/lib. The library is in /usr/local/lib (a symbolic link), and is installed by the linux_base-7.1_3 port: amd760% cd /usr/local/lib amd760% pkg_which libdl.so.2 linux_base-7.1_3 I'm sure I haven't put it there myself, so I guess the port made the symlink. Anyway, I can upgrade now :). Thanks. Arjan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305151133.54439.avleeuwen>