Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Aug 1999 09:19:16 +0200
From:      Marcel Moolenaar <marcel@scc.nl>
To:        emulation@FreeBSD.ORG
Subject:   Re: Solved (Was: running Oracle 8.0.5)
Message-ID:  <37C398F4.96EE4FE8@scc.nl>
References:  <19990820104732.F602@bnc.net>, <19990824185203.A56005@dcse.fee.vutbr.cz>

next in thread | previous in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?37C398F4.96EE4FE8>