From owner-freebsd-python@FreeBSD.ORG  Fri Aug  7 00:01:54 2009
Return-Path: <owner-freebsd-python@FreeBSD.ORG>
Delivered-To: freebsd-python@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 27F75106566B;
	Fri,  7 Aug 2009 00:01:54 +0000 (UTC)
	(envelope-from aus129@gmail.com)
Received: from mail-yw0-f190.google.com (mail-yw0-f190.google.com
	[209.85.211.190])
	by mx1.freebsd.org (Postfix) with ESMTP id C4C898FC08;
	Fri,  7 Aug 2009 00:01:53 +0000 (UTC)
Received: by ywh28 with SMTP id 28so1905020ywh.27
	for <multiple recipients>; Thu, 06 Aug 2009 17:01:53 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;
	h=domainkey-signature:mime-version:received:date:message-id:subject
	:from:to:content-type;
	bh=L72UAZXDx8sKbnDzTn732TgqXPzURHx4zT7N4Nted80=;
	b=lDRSeZwu74MFhmUasc3EL/z2qaasveHP6tdkva2feqYmfGPrqwMXZAg8IjGggCsnZZ
	VpcWbmzgQjj4Xd8VpSNKJVGOAUSTP4ZL5+jGReQhn5ad+ptLdZMWCY1acp8/wSbA2CZy
	3h7UsYEO/W2o0x3nFJz4VDahPE3QzuUOkO7tw=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;
	h=mime-version:date:message-id:subject:from:to:content-type;
	b=fuxOXCnhB4l89aiYTri7I7ioVKgqAh8+sWnJorrE0L2lcsRoyvIkqtiErrkYqvEw2Y
	5lRnzGDZL9SW9+DhaMFsssMrU79RhX9HQSOuzktCxYP4uOUl36YNk1Q/zo+5IfUTRjeW
	Jes4YE4Wb6X+ppekVAjSDMGWeBA2oHxIdbNW0=
MIME-Version: 1.0
Received: by 10.150.148.1 with SMTP id v1mr1004273ybd.321.1249601388161; Thu, 
	06 Aug 2009 16:29:48 -0700 (PDT)
Date: Thu, 6 Aug 2009 17:29:48 -0600
Message-ID: <81739ca0908061629m207e3a93s66b9e5172ce3b0fd@mail.gmail.com>
From: Wesley Dyk <aus129@gmail.com>
To: freebsd-python@freebsd.org, freebsd-emulation@freebsd.org
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Cc: 
Subject: How to Install Python 2.5 with Linux (2.6) ABI and linux_base-f8
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, 
	<mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>,
	<mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 07 Aug 2009 00:01:54 -0000

Has anyone installed a linux version of python 2.5 on FreeBSD?  I need the
Linux version to connect to Oracle via cx_Oracle.
I have FreeBSD 7.2 installed with compat.linux.osrelease=2.6.16 in
sysctl.conf, linux_base-f8 installed via ports and need to install a Linux
version of Python 2.5.  I have tried to install a compiled version from a
fedora10 rpm with the command:
rpm -i --ignoreos --root /compat/linux <rpmfile>
without success.  I also tried to make python 2.5.4 on ubuntu jaunty, then
copy the working folder to FreeBSD and install from there.  The other option
I have heard of is to compile python for the Linux ABI in FreeBSD, but I
don't know if there is a specific port I need additionally to be able to do
that.

Thanks for the help!

Aus