From owner-freebsd-questions@FreeBSD.ORG Tue Aug 23 16:24:18 2005 Return-Path: X-Original-To: questions@freebsd.org 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 26B2416A41F for ; Tue, 23 Aug 2005 16:24:18 +0000 (GMT) (envelope-from chickyshnoodlesoup@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4ECCB43D45 for ; Tue, 23 Aug 2005 16:24:16 +0000 (GMT) (envelope-from chickyshnoodlesoup@gmail.com) Received: by xproxy.gmail.com with SMTP id i27so364989wxd for ; Tue, 23 Aug 2005 09:24:15 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ligoNbJJ5q/Fod+Zt4w7Vz9pxhebsqV6gAEJiNyxmvaRHqu3mlbXZP+QH99iZN99V/8sr5ZHdp9dkfR28zMgNgwR2HSgvmSxRCtLKOKWaGVSy70pBlcz7vZiV1r6fWqKCpBOf4G0sUx6yHg1siYEVsFE0Ca34vqoCbtEmn9/hNM= Received: by 10.70.46.5 with SMTP id t5mr45841wxt; Tue, 23 Aug 2005 09:24:15 -0700 (PDT) Received: by 10.70.18.4 with HTTP; Tue, 23 Aug 2005 09:24:15 -0700 (PDT) Message-ID: <8eebe439050823092472df2e75@mail.gmail.com> Date: Tue, 23 Aug 2005 09:24:15 -0700 From: Chicky ShnoodleSoup To: Kris Kennaway , questions@freebsd.org In-Reply-To: <20050822232220.GA28675@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <8eebe4390508221620393d8f86@mail.gmail.com> <20050822232220.GA28675@xor.obsecurity.org> Cc: Subject: Re: how to use linux .so in freebsd application 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, 23 Aug 2005 16:24:18 -0000 Could you point me to the thread discussing it? I went through the 2 archives and couldn't find it :( Thanks, C On 8/22/05, Kris Kennaway wrote: > On Mon, Aug 22, 2005 at 04:20:50PM -0700, Chicky ShnoodleSoup wrote: > > Hi, > > > > Thanks to the linux binary compatibility > > (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/linuxemu-lbc= -install.html), > > I am able to run a linux application using the linux dynamic library > > on a freebsd machine. > > > > Now I am trying to get a freebsd application (same application but > > compiled on freebsd) using the linux .so (don't have the source to > > compile it on freebsd) running on freebsd. > > > > Is that possible? if yes, how to do it? > > How to tell the compiler to use freebsd libraries for the application > > and the linux ones for the linux .so? >=20 > This was recently discussed here and on -hackers. >=20 > Kris >=20 >