I am trying to make NFS using nfs-utils.
when .configure firstly, it prompts that I did not have libwrap inside my VectorLinux ditro.
so I download 2 packages from
http://www.tcpdump.org/#latest site,
one is libpcap, another is tcpdump, seems these can be worked for libwrap.
but when I make tcpdump, it has errors, mentioned the following info:
print-enc.o: In function 'enc_if_print':
print-enc.c: (.text+0xce): undefined reference to 'ip6_print'
I guess it's linked in libpcap library, but I have libpcap built successfully with libpcap.a generated.
Any help will be appreciated.
Thanks.
BTW, whether I can get libwrap directly or not from somewhere, not making one by myself ?