+--On 23 septembre 2015 21:27:40 +0000 Evan Hunt via RT wrote: | 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? Because it's older, it does not support unicode well, things like that. Right now, I'm testing this: https://github.com/mat813/freebsd-ports/commit/a951c2a04c40c31451e7ecc930a88bac98e8cb26 Which is basically replacing readline/readline.h by editline/readline.h and readline/history.h by edithist.h in the nslookup.c and nsupdate.c. -- Mathieu Arnold