From owner-freebsd-questions@FreeBSD.ORG Tue Apr 15 09:32:11 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98E9B37B401 for ; Tue, 15 Apr 2003 09:32:11 -0700 (PDT) Received: from delivery.infowest.com (delivery.infowest.com [204.17.177.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E55B43F3F for ; Tue, 15 Apr 2003 09:32:11 -0700 (PDT) (envelope-from wbs@infowest.com) Received: from infowest.com (unknown [208.186.105.29]) by delivery.infowest.com (Postfix) with ESMTP id 83C30E3D03D for ; Tue, 15 Apr 2003 10:32:08 -0600 (MDT) Message-ID: <3E9C33A5.7060202@infowest.com> Date: Tue, 15 Apr 2003 10:30:29 -0600 From: Lorin Lund User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 X-Accept-Language: en,ja MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: ODBC access under Linux compatibility X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2003 16:32:11 -0000 I am using an interpreted language whose interpreter is built for Linux. So I am relying on Linux compatibility. I have built and installed /usr/ports/databases/libiodbc. Calls to the library fail. It just occurred to me that libiodbc.so is a FreeBSD format library and the program that is trying to access it is a Linux format binary. How can I get Linux compatible ODBC service running? At this time I don't need native FreeBSD ODBC access and Linux compatible access concurrently, but what if I did?