From owner-freebsd-ports@FreeBSD.ORG Fri Sep 5 16:16:55 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7F3416A4BF for ; Fri, 5 Sep 2003 16:16:55 -0700 (PDT) Received: from mail.yazzy.org (yazzy.org [217.8.140.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96DDC43FE5 for ; Fri, 5 Sep 2003 16:16:54 -0700 (PDT) (envelope-from freebsd@yazzy.org) Received: from localhost (localhost [127.0.0.1]) by mail.yazzy.org (Postfix) with ESMTP id 54C6339814 for ; Sat, 6 Sep 2003 01:16:50 +0200 (CEST) Received: from mail.yazzy.org ([127.0.0.1]) by localhost (urukhai.yazzy.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 21870-02 for ; Sat, 6 Sep 2003 01:16:49 +0200 (CEST) Received: from yazzy.org (localhost [127.0.0.1]) by mail.yazzy.org (Postfix) with SMTP id DB90E39812 for ; Sat, 6 Sep 2003 01:16:47 +0200 (CEST) Received: from 193.215.241.28 (SquirrelMail authenticated user freebsd@yazzy.org) by mail.yazzy.org with HTTP; Sat, 6 Sep 2003 01:16:47 +0200 (CEST) Message-ID: <21881.193.215.241.28.1062803807.squirrel@mail.yazzy.org> Date: Sat, 6 Sep 2003 01:16:47 +0200 (CEST) From: "Martin Jessa" To: X-Priority: 3 Importance: Normal X-Mailer: SquirrelMail (version 1.2.11) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Problem with porting of an application which depends on linux libs. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd@yazzy.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2003 23:16:55 -0000 Hi. I am trying to port tsocks - http://tsocks.sourceforge.net which depends on libdl. The libdl library is included in glibc which is located in /usr/compat/linux/lib/libdl.so.2 How can I use this library with my port? I suspect it isn't possible to link freebsd executables against linux libs. Or is it? Error message: checking for dlsym in -ldl... no configure: error: libdl is required ===> Script "configure" failed unexpectedly. Cheers, YazzY