From owner-freebsd-ports@FreeBSD.ORG Fri Sep 5 17:53:23 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 71A0916A4BF for ; Fri, 5 Sep 2003 17:53:23 -0700 (PDT) Received: from lapdance.yazzy.org (yazzy.org [217.8.140.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF5BA43F75 for ; Fri, 5 Sep 2003 17:53:22 -0700 (PDT) (envelope-from freebsd@yazzy.org) Received: from yazzy.org (localhost [127.0.0.1]) by lapdance.yazzy.org (Postfix) with ESMTP id DF5F345B8 for ; Sat, 6 Sep 2003 00:40:22 +0200 (CEST) Message-ID: <3F5910D6.203@yazzy.org> Date: Sat, 06 Sep 2003 00:40:22 +0200 From: YazzY User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5b) Gecko/20030904 Thunderbird/0.2 X-Accept-Language: en-us, en MIME-Version: 1.0 To: ports@FreeBSD.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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: Sat, 06 Sep 2003 00:53:23 -0000 Hi. I am trying to port an applicatcon 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? Error message: checking for dlsym in -ldl... no configure: error: libdl is required ===> Script "configure" failed unexpectedly. Cheers, YazzY