content-type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 7bit X-RT-Original-Encoding: utf-8 Content-Length: 917 +--On 23 septembre 2015 20:48:22 +0000 Mathieu Arnold via RT wrote: | | | +--On 23 septembre 2015 20:22:13 +0000 Evan Hunt via RT | wrote: || On Wed, Sep 23, 2015 at 07:47:53PM +0000, Mathieu Arnold via RT wrote: ||> It doesn't. It has libedit, not readline :-) || || Right, but the functions that used to be exported by libreadline and are || now exported by libedit, such as readline() and add_history(), must still || have prototypes in a header file somewhere. What header file is that? || || "grep -R add_history /usr/include" will probably tell us the answer. | | Ah, yes, it has /usr/include/edit/readline/readline.h. 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. -- Mathieu Arnold