From owner-freebsd-emulation Wed Jan 28 14:37:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA10521 for freebsd-emulation-outgoing; Wed, 28 Jan 1998 14:37:40 -0800 (PST) (envelope-from owner-freebsd-emulation@FreeBSD.ORG) Received: from dns.pinpt.com (dns.pinpt.com [205.179.195.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA10515 for ; Wed, 28 Jan 1998 14:37:38 -0800 (PST) (envelope-from schluntz@clicknet.com) Received: from clicknet.com (gatemaster.pinpt.com [205.179.195.65]) by dns.pinpt.com (8.8.7/8.8.7) with ESMTP id OAA07016 for ; Wed, 28 Jan 1998 14:30:24 -0800 (PST) Message-ID: <34CFB2C1.ED88EBC@clicknet.com> Date: Wed, 28 Jan 1998 14:35:45 -0800 From: "Sean J. Schluntz" Organization: PinPoint Software Corporation X-Mailer: Mozilla 4.02 [en]C-DIAL (WinNT; U) MIME-Version: 1.0 To: freebsd-emulation@FreeBSD.ORG Subject: Executor launch error, can't find libdb? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm attempting to run executor under XInsides' cde on Xaccel on a FreeBSD v2.2.5 system. When I run executor it errors out: executor: can't load library 'libdb.so.2' I've located the library (from the RedHad distribution of Linux) and placed it in the /usr/compat/linux/usr/i486-linuxaout/lib directory with the libdb.so.1.85.1 file and the libdb.so.1 file that's a link to the 1.85.1 file. I've also run the /compat/linux/sbin/ldconfig. But still executor gives me this same error. What can I try now? -Sean