Problems Building Bro

Termcap is required by libedit, but I don't see any place in the build
process that actually uses libedit.

It's for Bro's interactive debugger (bro -d). I think (but am not sure
I'm recalling corretly) that Bro should now be able to build (including
the debugger) even if it can't build libedit.

I've compiled (but not yet actually
run) the tree without libedit (or libtermcap) successfully. Am I missing
something?

What did you do about HAVE_READLINE in config.h?

    Vern

I'm recalling corretly) that Bro should now be able to build (including
the debugger) even if it can't build libedit.

It does seem to have built properly, but I haven't had a chance to run it
quite yet.

> I've compiled (but not yet actually
> run) the tree without libedit (or libtermcap) successfully. Am I missing
> something?
What did you do about HAVE_READLINE in config.h?

I READLINE chekcing in the configure.in (and therefore configure) files.
Haven't touched it anywhere else. I removed the termcap checking from
configure.in.

I'm going back to this tonight or tomorrow.