Subject: Re: ntop2
To: None <tech-pkg@netbsd.org>
From: Bernd Ernesti <netbsd@lists.veego.de>
List: tech-pkg
Date: 08/02/2002 16:44:49
On Fri, Aug 02, 2002 at 03:12:42PM +0200, Manuel Bouyer wrote:
> On Fri, Aug 02, 2002 at 08:38:05AM +0200, Bernd Ernesti wrote:
> > [...]
[..]
> On my system it's defined in librealdine, so you should not need extra
> libraries.

Ok, I did a grep and stoped at the first library which had it and didn't
notice that libreadline also contains it.

> swing:/home/bouyer>nm /usr/pkg/lib/libreadline.a | grep story_list
>          U history_list
> 00000120 T history_list
>          U history_list
>          U history_list
> 
> Maybe your libraries are corrupted ?

No, BUT your second mail gave me the answer:

pkgsrc/net/ntop2/work.i386/.buildlink/lib> ll libread*
lrwxr-xr-x  1 bernd  users  18 Aug  2 16:23 libreadline.a -> /usr/lib/libedit.a
lrwxr-xr-x  1 bernd  users  19 Aug  2 16:23 libreadline.so -> /usr/lib/libedit.so
lrwxr-xr-x  1 bernd  users  21 Aug  2 16:23 libreadline.so.2 -> /usr/lib/libedit.so.2
lrwxr-xr-x  1 bernd  users  23 Aug  2 16:23 libreadline.so.2.6 -> /usr/lib/libedit.so.2.6

Ok, ntop2/Makefile really needs a USE_GNU_READLINE=yes.

I commited the fix. Thank you.

Bernd