From owner-freebsd-current Tue May 21 00:13:09 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA03567 for current-outgoing; Tue, 21 May 1996 00:13:09 -0700 (PDT) Received: from covina.lightside.com (covina.lightside.com [198.81.209.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id AAA03556 for ; Tue, 21 May 1996 00:13:06 -0700 (PDT) Received: by covina.lightside.com (Smail3.1.28.1 #6) id m0uLlcj-0004K0C; Tue, 21 May 96 00:12 PDT Date: Tue, 21 May 1996 00:12:51 -0700 (PDT) From: Jake Hamby To: "Charles C. Figueiredo" cc: current@FreeBSD.ORG Subject: Re: Linux Compatibility In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 20 May 1996, Charles C. Figueiredo wrote: > > Hi, > > I'm experimenting with the Linux compatibility in ELF. I made > /usr/lib/linux, put libc.so.5 (from Linux) in there and ldconfig'ed it. > Where can I get the things like: > > ELF interpreter /compat/linux/lib/ld-linux.so.1 not found > > To put in that directory and use certain ELF applications? > > Regards, > > Marxx The best thing to do is download the Linux libraries port "linux_lib" which is in ports-current. It contains the most common a.out and ELF Linux libraries as well as ld-linux.so.1 and ld.so. Enjoy! ---Jake