From owner-freebsd-questions@FreeBSD.ORG Mon Nov 14 02:34:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF7DE16A420 for ; Mon, 14 Nov 2005 02:34:10 +0000 (GMT) (envelope-from mylists@obitori.net) Received: from outbound.mailhop.org (outbound.mailhop.org [63.208.196.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0003D43D53 for ; Mon, 14 Nov 2005 02:34:08 +0000 (GMT) (envelope-from mylists@obitori.net) Received: from ip68-100-45-162.dc.dc.cox.net ([68.100.45.162] helo=barcroft.lake) by outbound.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.51) id 1EbUAa-000Iiq-8Q for freebsd-questions@freebsd.org; Sun, 13 Nov 2005 21:34:08 -0500 Received: from localhost (localhost [127.0.0.1]) by barcroft.lake (Postfix) with ESMTP id AC294698A for ; Sun, 13 Nov 2005 21:34:07 -0500 (EST) Received: from barcroft.lake ([127.0.0.1]) by localhost (obitori.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07553-01 for ; Sun, 13 Nov 2005 21:33:55 -0500 (EST) Received: from [192.168.1.50] (unknown [10.1.1.100]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by barcroft.lake (Postfix) with ESMTP id 6A7A56978 for ; Sun, 13 Nov 2005 21:33:55 -0500 (EST) X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 68.100.45.162 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: obitori From: My mailing Lists Organization: obitori.net To: freebsd-questions@freebsd.org Date: Sun, 13 Nov 2005 21:33:49 -0500 User-Agent: KMail/1.8.3 References: <33242.10.1.1.100.1131917578.squirrel@barcroft.lake> <200511131330.35028.ringworm01@gmail.com> In-Reply-To: <200511131330.35028.ringworm01@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511132133.49710.mylists@obitori.net> X-Virus-Scanned: amavisd-new at obitori.net Subject: SOLVED: package contains missing "libgmodule" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Nov 2005 02:34:10 -0000 Thanks for your reply, Michael. Of course, you are right. I should have been more specific. I had reinstalled glib version 2, but that did not solve my problem. Just to be double sure, after I read your email, I reinstalled glibc-2.8.3 AGAIN, but still got the error. Your email got me thinking. I wanted to do: find / -iname libgmodule* This would search for every file named libgmodule* in the file system on the version of find that I've found on linux systems. I kept boinking the BSD version, so I ran: $ find / | grep libgmodule* /usr/local/lib/libgmodule-2.0.so.0 /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libgmodule-2.0.a /usr/local/lib/libgmodule12.a /usr/local/lib/libgmodule12.so /usr/local/lib/libgmodule12.so.3 I added a link and tried artsd: $ ls -l libgmodule* -rw-r--r-- 1 root wheel 8220 Nov 13 19:02 libgmodule-2.0.a lrwxr-xr-x 1 root wheel 19 Nov 13 19:02 libgmodule-2.0.so -> libgmodule-2.0.so.0 -rwxr-xr-x 1 root wheel 12701 Nov 13 19:02 libgmodule-2.0.so.0 lrwxr-xr-x 1 root wheel 19 Nov 13 21:11 libgmodule-2.0.so.600 -> libgmodule-2.0.so.0 This time, I got the same exact error, but for the library: libgthread-2.0.so.600 I added a link to libgthread-2.9.so.0. $ ls -l libgthread* -rw-r--r-- 1 root wheel 12668 Nov 13 19:02 libgthread-2.0.a lrwxr-xr-x 1 root wheel 19 Nov 13 19:02 libgthread-2.0.so -> libgthread-2.0.so.0 -rwxr-xr-x 1 root wheel 17820 Nov 13 19:02 libgthread-2.0.so.0 lrwxr-xr-x 1 root wheel 19 Nov 13 21:14 libgthread-2.0.so.600 -> libgthread-2.0.so.0 Now, artsd and everything else is happy. I have sound on KDE. I don't know if the missing links are the result of something I deinstalled, but shouldn't a reinstall of the port or package recreate those links? I am not trying to complain, just want to figure out if I stumbled on a bug, or if these is just another instance of me boinking my own system. Regards, Obitori On Sunday 13 November 2005 16:30, Michael C. Shultz wrote: > On Sunday 13 November 2005 13:32, mylists@obitori.net wrote: > > /libexec/ld-elf.so.1: Shared object "libgmodule-2.0.so.600" not found, > > required by "artsd" > > > > I get the above error from quite a few packages, from mozilla to artsd > > to others. Any suggestion on what I need to reinstall. I tried gtk, glib > > and gnome2, but still no joy. > > > > Thanks, > > > > Obitori > > find /var/db/pkg/. | xargs grep libgmodule > > /var/db/pkg/./glib-2.8.3/+CONTENTS:lib/libgmodule-2.0.a > /var/db/pkg/./glib-2.8.3/+CONTENTS:lib/libgmodule-2.0.so > /var/db/pkg/./glib-2.8.3/+CONTENTS:lib/libgmodule-2.0.so.0 > > > @comment PKG_FORMAT_REVISION:1.1 > @name glib-2.8.3 > @comment ORIGIN:devel/glib20 > > > Looks like it comes from devel/glib20 > > -Mike > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"