From owner-freebsd-emulation Wed Aug 25 0:28:12 1999 Delivered-To: freebsd-emulation@freebsd.org Received: from mail.scc.nl (node1374.a2000.nl [62.108.19.116]) by hub.freebsd.org (Postfix) with ESMTP id 0095F15C31 for ; Wed, 25 Aug 1999 00:22:52 -0700 (PDT) (envelope-from freebsd-emulation@scc.nl) Received: (from daemon@localhost) by mail.scc.nl (8.9.3/8.9.3) id JAA65952 for emulation@FreeBSD.ORG; Wed, 25 Aug 1999 09:19:19 +0200 (CEST) (envelope-from freebsd-emulation@scc.nl) Received: from GATEWAY by dwarf.hq.scc.nl with netnews for emulation@FreeBSD.ORG (emulation@FreeBSD.ORG) To: emulation@FreeBSD.ORG Date: Wed, 25 Aug 1999 09:19:16 +0200 From: Marcel Moolenaar Message-ID: <37C398F4.96EE4FE8@scc.nl> Organization: SCC vof Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <19990820104732.F602@bnc.net>, <19990824185203.A56005@dcse.fee.vutbr.cz> Subject: Re: Solved (Was: running Oracle 8.0.5) Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Cejka Rudolf wrote: > > Uff. Now I have solved problems with Oracle 8.0.5 EE on our FreeBSD 3.2 box. [big snip] > [oracle@host oracle]$ ls -l /bin/ls > -rwxr-xr-x 1 root wheel 29308 Aug 6 1998 /bin/ls > > [oracle@host oracle]$ ldd /bin/ls > /compat/linux/usr/bin/ldd: /lib/ld-linux.so.2: not found > not a dynamic executable > > [oracle@host oracle]$ ldd /compat/linux/bin/ls > /compat/linux/usr/bin/ldd: /lib/ld-linux.so.2: not found > not a dynamic executable > > [oracle@host oracle]$ ls -l /lib/ld-linux.so.2 > lrwxr-xr-x 1 root wheel 11 Aug 24 14:56 /lib/ld-linux.so.2 -> ld-2.0.7.so > > [oracle@host oracle]$ ls -lL /lib/ld-linux.so.2 > -rwxr-xr-x 1 root wheel 160241 Oct 13 1998 /lib/ld-linux.so.2 > > Any suggestions? Linux ldd executes /lib/ld-linux.so.2 to do the actual work. But ld-linux.so.2 is no executable ELF wise. This is allowed on Linux but not on FreeBSD. A structural solution is worked on... -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ Amsterdam, The Netherlands tel: +31 20 4200655 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message