From owner-freebsd-questions@FreeBSD.ORG Mon Mar 1 01:19:43 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9CA316A4CE for ; Mon, 1 Mar 2004 01:19:43 -0800 (PST) Received: from slacknet.slacknet.com (slacknet.slacknet.com [204.228.135.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6917243D39 for ; Mon, 1 Mar 2004 01:19:43 -0800 (PST) (envelope-from rj45@slacknet.com) Received: from rj45 (helo=localhost) by slacknet.slacknet.com with local-esmtp (Exim 4.30 #1 (Debian)) id 1AxjaQ-00063v-Ug for ; Mon, 01 Mar 2004 02:19:42 -0700 Date: Mon, 1 Mar 2004 02:19:42 -0700 (MST) From: RJ45 To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SA-Exim-Scanned: No; SAEximRunCond expanded to false Subject: problem with linux emaulation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Mar 2004 09:19:43 -0000 I try to repost my question in different way. I had no reply. I Searched on mailing lists but I got no help too. I have a problem with linux emulation FreeBSD 5.2.1 on XP1000 I installed compaq cc compiler. I have linux emulation enabled: Id Refs Address Size Name 1 9 0xfffffc0000300000 518b70 kernel 2 2 0xfffffe0002b9c000 1e000 osf1.ko 3 1 0xfffffe0002bbe000 2a000 linux.ko when I compile something with cc and execute it I got this: ELF interpreter /usr/lib/ld.so not found Abort if I make a symbolic into /compat/linux/lib/ld-2.2.4.so I got this: Bad system call (core dumped) anyone is using compac compiler ? I remember on FreeBSD 4.x it was working without problems. but now I isntaleld the port with WANT_EV6 option. Should I have left it the default ev5 ? any hints? thanks Rick