From owner-freebsd-questions Tue Jan 27 16:02:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA17790 for questions-outgoing; Tue, 27 Jan 1998 16:02:42 -0800 (PST) (envelope-from owner-freebsd-questions@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 QAA17734 for ; Tue, 27 Jan 1998 16:02:22 -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 PAA26719 for ; Tue, 27 Jan 1998 15:55:05 -0800 (PST) Message-ID: <34CE7519.30DEBC86@clicknet.com> Date: Tue, 27 Jan 1998 16:00:25 -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-questions@FreeBSD.ORG Subject: Executor launch error, can't find? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk 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