kismetwireless / kismet

Github mirror of official Kismet repository
Other
1.55k stars 300 forks source link

configure: error: libmicrohttpd is needed and is not available #231

Open manuelmillan opened 4 years ago

manuelmillan commented 4 years ago

Getting the following error when I try to ./configure kismet

checking for MHD_start_daemon in -lmicrohttpd... no configure: error: libmicrohttpd is needed and is not available

Already did "brew reinstall libmicrohttpd"

kismetwireless commented 4 years ago

I would have to guess that wherever brew installed it isn't in your gcc search path (or gcc is in some other way unhappy); try looking at config.log for details.

Works with the documented instructions on OSX here with current brew, though, just ran through them again. Make sure you've got xcode installed and activated as well.

-m

On Tue, Mar 17, 2020 at 12:06 AM manuelmillan notifications@github.com wrote:

Getting the following error when I try to ./configure kismet

checking for MHD_start_daemon in -lmicrohttpd... no configure: error: libmicrohttpd is needed and is not available

Already did "brew reinstall libmicrohttpd"

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kismetwireless/kismet/issues/231, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFKJYY2JFDALYY534YO56W3RH3ZMNANCNFSM4LM64O2Q .