From owner-freebsd-questions@FreeBSD.ORG Mon Feb 11 20:13:39 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 545BF16A420 for ; Mon, 11 Feb 2008 20:13:39 +0000 (UTC) (envelope-from michael.ross@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 9A47D13C474 for ; Mon, 11 Feb 2008 20:13:38 +0000 (UTC) (envelope-from michael.ross@gmx.net) Received: (qmail invoked by alias); 11 Feb 2008 20:13:33 -0000 Received: from e176182104.adsl.alicedsl.de (EHLO localhost) [85.176.182.104] by mail.gmx.net (mp050) with SMTP; 11 Feb 2008 21:13:33 +0100 X-Authenticated: #11429267 X-Provags-ID: V01U2FsdGVkX1/HGghB8BzHxs34NqbHyUXy0zWMl+BEoSJDtOV3Jy aouE0YCpSZq4U6 Date: Mon, 11 Feb 2008 21:13:32 +0100 To: stevefranks@ieee.org, "Reid Linnemann" From: "Michael Ross" Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 MIME-Version: 1.0 References: <539c60b90802110851x295fa8c1xd7bd7afefc094a4f@mail.gmail.com> <20080211181636.L4825@wojtek.tensor.gdynia.pl> <20080211185246.B5043@wojtek.tensor.gdynia.pl> <539c60b90802111011m4dd2609dmffc3f5bbe23e63bb@mail.gmail.com> <47B09353.3030106@cs.okstate.edu> <47B09CD2.1000806@cs.okstate.edu> <539c60b90802111156o63c06c49l9aa63cb62e686ec5@mail.gmail.com> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <539c60b90802111156o63c06c49l9aa63cb62e686ec5@mail.gmail.com> User-Agent: Opera Mail/9.25 (FreeBSD) X-Y-GMX-Trusted: 0 Cc: Wojciech Puchar , User Questions Subject: Re: 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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2008 20:13:39 -0000 Am 11.02.2008, 20:56 Uhr, schrieb Steve Franks : > So should I be fixing my path, or linking linux/usr/lib to linux/lib, or > what? > On Feb 11, 2008 12:06 PM, Reid Linnemann wrote: >> work around this by linking >> /usr/compat/linux/usr/lib/librt.so.1 to the actual lib at >> /usr/compat/linux/lib/librt.so.1 ln -s /usr/compat/linux/lib/librt.so.1 /usr/compat/linux/usr/lib/librt.so.1 works for me. I am not sure though if and where-to to file a PR (let alone where to look for the source to patch). Just for the record: serafina# pkg_info | grep linux | awk '{print $1}' linux-expat-1.95.8 linux-fontconfig-2.2.3_7 linux-xorg-libs-6.8.2_5 linux_base-fc-4_10 Michael