Has anyone been able to compile this in linux?
"tor/compat_libevent.h:18:25: fatal error: event2/util.h: No such file or directory"
I have libevent2 and the event2/util.h file, but its having trouble locating it for some reason. Any tips?
1) apt-get install libevent-dev
2) ldconfig
3) run make again

you must be running as root..