From owner-freebsd-questions Mon Mar 17 18:44:41 2003 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 3D87C37B401 for ; Mon, 17 Mar 2003 18:44:40 -0800 (PST) Received: from ratchet.nebcorp.com (ratchet.nebcorp.com [205.217.153.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id A91D743F3F for ; Mon, 17 Mar 2003 18:44:39 -0800 (PST) (envelope-from ardent@nebcorp.com) Received: by ratchet.nebcorp.com (Postfix, from userid 1001) id AA68E3A1E4; Mon, 17 Mar 2003 18:42:26 -0800 (PST) Date: Mon, 17 Mar 2003 18:42:26 -0800 From: "Rev. Joe Doyle Ardent" To: freebsd-questions@FreeBSD.ORG Subject: libdl (building Qt 3.1 from ports) Message-ID: <20030318024226.GB95740@nebcorp.com> Reply-To: "Rev. Joe Doyle Ardent" Mail-Followup-To: "Rev. Joe Doyle Ardent" , freebsd-questions@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG While attempting to install the latest KDE, I've run into some problems with libdl. First, I tried installing the binary package, and got an error from ld, that libdl.so.2 was not found. OK, I tried building from ports, and in the middle of building Qt, got: gmake[3]: Entering directory `/usr/ports/x11-toolkits/qt31/work/qt-x11-free-3.1.1/tools/designer/designer' /usr/ports/x11-toolkits/qt31/work/qt-x11-free-3.1.1/bin/uic -L /usr/ports/x11-toolkits/qt31/work/qt-x11-free-3.1.1/plugins listboxeditor.ui -o listboxeditor.h /usr/libexec/ld-elf.so.1: Shared object "libdl.so.2" not found Here is the output of uname -a: please:~> uname -a FreeBSD please.tellme.com 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #2: Tue Aug 27 15:13:02 PDT 2002 toor@please.tellme.com:/usr/obj/usr/src/sys/PLEASE i386 I cannot find libdl on any of the FreeBSD boxes I own, except in the Linux compat tree. Does anyone know what this library is, where to get it, why the Qt port is not building that which will provide it, and if I can somehow get by without it? Thanks. -Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message