1

I get Honeyd package from github and read instructions for installing it. I installed all dependencies, but when I try to ./configure, I get this error:

configure: error: "libevent is too old - you need to install a newer version.  Check http://www.monkey.org/~provos/libevent/"

I try in Kali linux and Fedora. Also I updated my libevent to final version from libevent website. But this error so remains.

Note: I could install Honeyd on Kali, but recently I uninstalled it. Now I cannot install it and I get this error.

Richard
  • 117

1 Answers1

0

I tried ./configure --with-libevent (or ./configure --with-libevent=/usr) and this solved my problem.

Richard
  • 117