From owner-freebsd-questions@FreeBSD.ORG Tue Oct 14 07:57:36 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 4E4191065695 for ; Tue, 14 Oct 2008 07:57:36 +0000 (UTC) (envelope-from talk@holon.urwis.cc) Received: from holon.urwis.cc (urwis.cc [82.177.38.81]) by mx1.freebsd.org (Postfix) with ESMTP id 0F72B8FC1A for ; Tue, 14 Oct 2008 07:57:35 +0000 (UTC) (envelope-from talk@holon.urwis.cc) Received: from [82.177.38.80] (artax.pwsz.elblag.pl [82.177.38.80]) (Authenticated sender: talk) by holon.urwis.cc (Postfix) with ESMTP id 41B8F32AF84 for ; Tue, 14 Oct 2008 09:57:33 +0200 (CEST) Message-ID: <48F450E9.1090308@holon.urwis.cc> Date: Tue, 14 Oct 2008 09:57:29 +0200 From: Adam Zaleski User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: Python + cx_Oracle 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: Tue, 14 Oct 2008 07:57:36 -0000 Hello, Lately i have installed linux Oracle instant_client with sqlplus and sdk packages. I have configured it properly and it works fine right now. Now I'am having trouble to compile cx_Oracle python module.. My Python use FreeBSD system libraries but cx_Oracle need to use libraries from linux Instant Client. I think that I need to install another version of Python that will be compiled with Linux libraries and will be running from Linux emulation. But how to compile that will be running from Linux ABI? Maybe someone have an issue with Python + cx_Oracle module running under FreeBSD greetings