Created
December 23, 2011 09:56
-
-
Save FigmentEngine/1513767 to your computer and use it in GitHub Desktop.
weighttp: ev library not found.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
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
wget http://dist.schmorp.de/libev/libev-4.04.tar.gz
404 file not found