From owner-freebsd-questions@FreeBSD.ORG Mon Feb 11 16:51:06 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 012B616A41B for ; Mon, 11 Feb 2008 16:51:06 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.190]) by mx1.freebsd.org (Postfix) with ESMTP id B1C4913C45E for ; Mon, 11 Feb 2008 16:51:05 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: by rn-out-0910.google.com with SMTP id s42so1889465rnb.13 for ; Mon, 11 Feb 2008 08:51:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=9K+MFHnFFtgjXU8oKDvUBN4bGjZfhRjJpmSQQHDPVmg=; b=FsMczoFK0h2aPdaJpm5SC4zY/i9fouCgarLMSVF8G1o8EUgQP7gaS5UOPS70P0ITUVwTjutrRFdrkV4Qg/fAA0CysX2MR4HL7StVHnXfkl++UhGC0mNYBP27m7dgxwxJUvuP8GAaW1SzTCzUw1/tRsOLCzx0A5VkjCB3NtW20gE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=B60Az0ay6Z7+m6+rtavZBB7tpW392kaEgULQq+oyhbU6B/lxKWZ4WkA91FfM30ZG3ugyOqpAPumSdDDAuWHKFrk3rTap0LoEmmVbVrw0PcJ5yxvgJl3gHVozxg5PtGZyrHqS662KPqhoULHK8/TXambW0WvOexA6oEcLH3rEo44= Received: by 10.143.36.15 with SMTP id o15mr148577wfj.182.1202748663540; Mon, 11 Feb 2008 08:51:03 -0800 (PST) Received: by 10.142.194.10 with HTTP; Mon, 11 Feb 2008 08:51:03 -0800 (PST) Message-ID: <539c60b90802110851x295fa8c1xd7bd7afefc094a4f@mail.gmail.com> Date: Mon, 11 Feb 2008 09:51:03 -0700 From: "Steve Franks" Sender: bahamasfranks@gmail.com To: "User Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 5c5ef0fecfb97e77 Subject: linux compat: path problem? /compat/linux/bin/sh doesn't work! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: stevefranks@ieee.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2008 16:51:06 -0000 I think I have a major problem with my linux compatibility. It started when a third party setup program complained about ELF ABI types on a shared library, so I did a little experiment: > /compat/linux/bin/sh sh-3.00$ ls ls: error while loading shared libraries: /usr/lib/librt.so.1: ELF file OS ABI invalid sh-3.00$ So............................that don't seem right. How do I get /compat/linux/bin/sh to work right? New .shrc file? Something I missed? Thanks, Steve