nori0428 / mod_websocket

mod_websocket for lighty ( http://www.lighttpd.net/ )
BSD 3-Clause "New" or "Revised" License
103 stars 27 forks source link

Unable to locate package libev3 #26

Closed UNIVAC-Colonel-Panic closed 10 years ago

UNIVAC-Colonel-Panic commented 11 years ago

Hi,

I'm attempting to install on a Raspberry Pi running Raspbian (a variant of Debian 7 "Wheezy").

I'm at step 2 of the INSTALL step.

$ sudo apt-get install libev3 libev-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package libev3
$

Can you help me resolve this error?

reinder commented 11 years ago

Try: $ sudo apt-get install libev4 libev-dev

In Debian wheezy this the package is called libev4.

UNIVAC-Colonel-Panic commented 11 years ago

That works -- thanks so much for the help!