From owner-freebsd-ports@FreeBSD.ORG Sun Apr 20 10:28:54 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 6CF4137B401 for ; Sun, 20 Apr 2003 10:28:54 -0700 (PDT) Received: from netgecko.info (netgecko.info [217.160.92.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65D1D43F93 for ; Sun, 20 Apr 2003 10:28:53 -0700 (PDT) (envelope-from alex.kiesel@document-root.de) Received: from [192.168.1.31] (p508B24C3.dip.t-dialin.net [80.139.36.195]) by netgecko.info (Postfix) with ESMTP id 6842887FF6 for ; Sun, 20 Apr 2003 19:30:36 +0200 (CEST) From: Alex Kiesel To: freebsd-ports In-Reply-To: <20030420171505.GE36951@freepuppy.bellavista.cz> References: <20030420171505.GE36951@freepuppy.bellavista.cz> Content-Type: text/plain Organization: Message-Id: <1050859724.42322.14.camel@detention.home.ahk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 20 Apr 2003 19:28:44 +0200 Content-Transfer-Encoding: 7bit Subject: Re: libedit / readline X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 17:28:54 -0000 On Sun, 2003-04-20 at 19:15, Roman Neuhauser wrote: > Hi there, > > I'd like to build PHP with libedit. The problem is, PHP's ./configure > script checks for readline() in libedit, but libedit.so.3 doesn't > contain that symbol; the port version of libedit is also configured to > not export it. > > What I'd like to know is this: if libedit is meant to be a drop-in > replacement for readline, why doesn't it export readline()? Is it really? Hm, readline is in the base system. Why don't you link against it? Greets, -Alex