Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Dec 2009 05:31:04 GMT
From:      Axel Gonzalez <loox@e-shell.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/141473: irc/kvirc-devel fails to start, missing library
Message-ID:  <200912150531.nBF5V4Zf093701@www.freebsd.org>
Resent-Message-ID: <200912150540.nBF5e3ea068705@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         141473
>Category:       misc
>Synopsis:       irc/kvirc-devel fails to start, missing library
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 15 05:40:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Axel Gonzalez
>Release:        FreeBSD 8.0-RELEASE-p1
>Organization:
>Environment:
FreeBSD moonglow 8.0-RELEASE-p1 FreeBSD 8.0-RELEASE-p1 #0: Sun Dec 13 22:28:32 CST 2009     toor@moonglow:/tmp/obj/usr/src/sys/LXATOM  i386
>Description:
% kvirc

/libexec/ld-elf.so.1: Shared object "libperl.so" not found, required by "kvirc"


perl is installed and the library is located at: /usr/local/lib/perl5/5.8.9/mach/CORE/libperl.so



>How-To-Repeat:
Install irc/kvirc-devel from ports

run kvirc
>Fix:

# cd /usr/local/lib && ln -s /usr/local/lib/perl5/5.8.9/mach/CORE/libperl.so

After this, kvirc starts correctly.

Either the perl port does the symlink or kvirc links to the correct path or add the path to ld.


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912150531.nBF5V4Zf093701>