nicolasff / webdis

A Redis HTTP interface with JSON output
https://webd.is
BSD 2-Clause "Simplified" License
2.84k stars 304 forks source link

Compiling event.h not found #108

Closed torque59 closed 8 years ago

torque59 commented 10 years ago

event.h header file missing while trying to do a clean install

nicolasff commented 10 years ago

Hi,

You need to install the development package for libevent, probably named libevent-dev.

penguinpowernz commented 10 years ago

This worked for me on Linux Mint 17!

sudo apt-get install libevent-dev
LalithKumarKothapalli commented 9 years ago

On Mac OSX mavericks - The first time I tried "make" it failed because of the event.h not found error.....Just run make again and it might work. It worked for me the second time !