I had same problem while I was trying to compile honeyd on kali 1-x86-64. The problem is that honeyd can not find libc in specified path in configure file.
You can change path for libc in configure file or create a symbolic link to the relative libc.so in /usr/lib like this (for x86-64 architecture):
I had same problem while I was trying to compile honeyd on kali 1-x86-64. The problem is that honeyd can not find libc in specified path in configure file.
You can change path for libc in configure file or create a symbolic link to the relative libc.so in /usr/lib like this (for x86-64 architecture):
ln -s /lib/x86_64-linux-gnu/libc.so.6 /usr/lib/libc.so