From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 19 03:40:04 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7838C1065672 for ; Sat, 19 Dec 2009 03:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 66A6F8FC08 for ; Sat, 19 Dec 2009 03:40:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nBJ3e4l4006157 for ; Sat, 19 Dec 2009 03:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nBJ3e4oW006149; Sat, 19 Dec 2009 03:40:04 GMT (envelope-from gnats) Date: Sat, 19 Dec 2009 03:40:04 GMT Message-Id: <200912190340.nBJ3e4oW006149@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Chris Petrik Cc: Subject: Re: ports/141473: irc/kvirc-devel fails to start, missing library X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Petrik List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Dec 2009 03:40:04 -0000 The following reply was made to PR ports/141473; it has been noted by GNATS. From: Chris Petrik To: bug-followup@FreeBSD.org, loox@e-shell.net Cc: Subject: Re: ports/141473: irc/kvirc-devel fails to start, missing library Date: Fri, 18 Dec 2009 21:39:43 -0600 --001636c5b77f68ba1f047b0c9b5c Content-Type: text/plain; charset=UTF-8 You need to add a entry to the ldconfig files for perl, as ldconfig cant find the lib. /usr/local/libdata/ldconfig/ create a file called perl and add in the dir in which the .so in found /usr/local/lib/perl5/.../libperl.so add the full tree to that file and save it, kvirc4 should work fine after this hack. I believe this is a screw up with perl rather kvirc4 and perl should install that lib to /usr/local/lib/ but it does not. Chris --001636c5b77f68ba1f047b0c9b5c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable You need to add a entry to the ldconfig files for perl, as ldconfig cant fi= nd the lib.
/usr/local/libdata/ldconfig/ create a file called perl and a= dd in the dir in which the .so in found

/usr/local/lib/perl5/.../lib= perl.so add the full tree to that file and save it, kvirc4 should work fine= after this hack.

I believe this is a screw up with perl rather kvirc4 and perl should in= stall that lib to /usr/local/lib/ but it does not.

Chris
--001636c5b77f68ba1f047b0c9b5c--