From owner-freebsd-emulation Wed May 26 14:33:28 1999 Delivered-To: freebsd-emulation@freebsd.org Received: from gaia.euronet.nl (gaia.euronet.nl [194.134.0.10]) by hub.freebsd.org (Postfix) with ESMTP id 3684D157A6 for ; Wed, 26 May 1999 14:33:25 -0700 (PDT) (envelope-from marcel@scc.nl) Received: from scones.sup.scc.nl (p258.asi.euronet.nl [194.134.123.186]) by gaia.euronet.nl (8.8.8/8.8.8) with ESMTP id XAA08802; Wed, 26 May 1999 23:33:19 +0200 (MET DST) Received: from scc.nl (scones.sup.scc.nl [192.168.2.4]) by scones.sup.scc.nl (8.9.3/8.9.1) with ESMTP id XAA57193; Wed, 26 May 1999 23:33:09 +0200 (CEST) (envelope-from marcel@scc.nl) Message-ID: <374C6895.7F73B916@scc.nl> Date: Wed, 26 May 1999 23:33:09 +0200 From: Marcel Moolenaar Organization: SCC vof X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: uday kiran , freebsd-emulation@FreeBSD.ORG Subject: Re: [uday@aravalli.novalink.stpn.soft.net: linux-emulator] References: <19990526114240.A8555@cs.tu-berlin.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Wolfram Schneider wrote: > > ----- Forwarded message from uday kiran ----- > > I have freebsd 2.2.8 running on my machine and installed the > linux_libs using the ports. > I reconfigured the kernel enabling LINUX_COMPAT option. Now when i > use ldd-linux on itself > as a matter of fact on any other binary (say ls which i got from a > linux box) it is cribbing ld-linux-so.1.2.. > syntax errot '(' not expected and i tried using the lib file from a > linux box but the same problem arises. > please solve my problem. > Upgrading the port should solve this problem or alternatively install linux-base from http://www.scc.nl/~marcel/ instead of linux_lib. Note that ldd won't work out of the box. This is because ldd executes a shared library to do the work. FreeBSD doesn't allow execution of libaries. As a work-around to that, use the FreebSD native ldd or search this mailing list for a kernel-patch I once posted. I don't have the patch anymore, but it's still on my TODO list... -- 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