From owner-freebsd-questions@FreeBSD.ORG Tue Apr 26 20:22:04 2005 Return-Path: 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 F0E8A16A4CE for ; Tue, 26 Apr 2005 20:22:04 +0000 (GMT) Received: from sccimhc92.asp.att.net (sccimhc92.asp.att.net [63.240.76.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 700AC43D5F for ; Tue, 26 Apr 2005 20:22:04 +0000 (GMT) (envelope-from freeBSD@insightbb.com) Received: from [192.168.1.238] (12-202-24-76.client.insightbb.com[12.202.24.76]) by sccimhc92.asp.att.net (sccimhc92) with ESMTP id <20050426202203i92005b8kke>; Tue, 26 Apr 2005 20:22:04 +0000 From: Steven Friedrich To: freebsd-questions@freebsd.org Date: Tue, 26 Apr 2005 16:21:57 -0400 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504261621.58265.freeBSD@InsightBB.com> Subject: libgmodule-2 questions (and shared libraries in general) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 20:22:05 -0000 On one of my two 4.11 boxes, kdelibs fails to build. Here's the output: gmake[3]: Entering directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.4.0/arts/kde' /usr/local/bin/mcopidl -I/usr/local/include/arts -t -I. ../../arts/kde/artskde.idl /usr/libexec/ld-elf.so.1: Shared object "libgmodule-2.0.so.400" not found, required by "mcopidl" A find produces: root@daemon(p2)/root 102% find / -name libgmodule-2\* /usr/local/lib/compat/pkg/libgmodule-2.0.so.200 /usr/local/lib/libgmodule-2.0.so.600 /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libgmodule-2.0.a /usr/compat/linux/usr/lib/libgmodule-2.0.so.0 /usr/compat/linux/usr/lib/libgmodule-2.0.so.0.200.1 I'm not sure I haven't shot myself in the foot, by using portsclean -L and libchk without knowing what I'm doing ... 8o) What can I do? -- FreeBSD 4.11-STABLE i386