Skip to content

Instantly share code, notes, and snippets.

@FigmentEngine
Created December 23, 2011 09:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FigmentEngine/1513767 to your computer and use it in GitHub Desktop.
Save FigmentEngine/1513767 to your computer and use it in GitHub Desktop.
weighttp: ev library not found.
# install weighttp
git clone https://github.com/lighttpd/weighttp
wget http://dist.schmorp.de/libev/libev-4.04.tar.gz
tar xvf libev-4.04.tar.gz
cd libev-4.04
sudo ./configure
sudo make
sudo make install
cd ../weighttp
./waf configure
./waf build
sudo ./waf install
sudo /etc/ld.so.conf # add /usr/local/lib at end
sudo /sbin/ldconfig
@KanwalSingh
Copy link

@zamronypj
Copy link

wget http://dist.schmorp.de/libev/libev-4.04.tar.gz
404 file not found

As of 23 Oct 2018

wget http://dist.schmorp.de/libev/libev-4.24.tar.gz

Try browse to http://dist.schmorp.de/libev for latest version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment