From each@isc.org Wed Sep 23 21:27:38 2015 CC: MIME-Version: 1.0 In-Reply-To: Content-Disposition: inline X-RT-Interface: API References: <926761D6DF7209FEAD8AEBC5@ogg.in.absolight.net> <20150923160747.GE20142@isc.org> <20150923202212.GD23329@isc.org> Message-ID: <20150923212737.GA44657@isc.org> content-type: text/plain; charset="utf-8" X-RT-Original-Encoding: utf-8 Received: from bikeshed.isc.org (bikeshed.isc.org [IPv6:2001:4f8:3:d::19]) by bugs.isc.org (Postfix) with ESMTP id 167BE71B583 for ; Wed, 23 Sep 2015 21:27:38 +0000 (UTC) Received: by bikeshed.isc.org (Postfix, from userid 10292) id 015A7216C57; Wed, 23 Sep 2015 21:27:37 +0000 (UTC) Delivered-To: bind9-bugs@bugs.isc.org Subject: Re: [ISC-Bugs #40811] Problem with the new libedit in bIND 9.9.8 and 9.10.3 on FreeBSD 11 User-Agent: Mutt/1.5.23 (2014-03-12) Return-Path: X-Original-To: bind9-bugs@bugs.isc.org Date: Wed, 23 Sep 2015 21:27:37 +0000 To: "Mathieu Arnold via RT" From: "Evan Hunt" RT-Message-ID: Content-Length: 601 On Wed, Sep 23, 2015 at 09:01:36PM +0000, Mathieu Arnold via RT wrote: > Ok, but, no, you almost got me, in the event BIND uses libedit, it MUST NOT > use the version from the base system, it MUST use libedit from the ports > tree, which has its readline.h in /usr/local/include/editline/readline.h. I think I missed something. Why mustn't it use the version from the base system? I'm thinking in configure we can check for libreadline or libedit, then check for readline/readline.h, edit/readline/readlineh, or editline/readline.h and then do test compiles until we get a combination that works.