From owner-freebsd-emulation@FreeBSD.ORG Fri Aug 7 09:46:49 2009 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72ABD1065675 for ; Fri, 7 Aug 2009 09:46:49 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id 2F7208FC1A for ; Fri, 7 Aug 2009 09:46:48 +0000 (UTC) Received: from gate.ipt.ru ([194.62.233.123] helo=h30.sp.ipt.ru) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1MZM2B-00022v-RE; Fri, 07 Aug 2009 13:46:47 +0400 To: Wesley Dyk References: <81739ca0908061629m207e3a93s66b9e5172ce3b0fd@mail.gmail.com> From: Boris Samorodov Date: Fri, 07 Aug 2009 13:46:47 +0400 In-Reply-To: <81739ca0908061629m207e3a93s66b9e5172ce3b0fd@mail.gmail.com> (Wesley Dyk's message of "Thu\, 6 Aug 2009 17\:29\:48 -0600") Message-ID: <12842216@h30.sp.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-emulation@freebsd.org Subject: Re: How to Install Python 2.5 with Linux (2.6) ABI and linux_base-f8 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Aug 2009 09:46:49 -0000 (trim freebsd-python@, the topic is freebsd-emulation@ specific) On Thu, 6 Aug 2009 17:29:48 -0600 Wesley Dyk wrote: > I have tried to install a compiled version from a > fedora10 rpm with the command: > rpm -i --ignoreos --root /compat/linux To extract an rpm file to a current directory use: % rpm2cpio < /path/to/rpm/file | cpio -id Note: you should brandelf(1) any binary executable file extracted from a distro). -- WBR, bsam