My way of building nginx 0.8.53 on ubuntu 10.04:
(assembled from various sources on the net)
- wget http://nginx.org/download/nginx-0.8.53.tar.gz
- sudo aptitude install libpcre3 libpcre3-dev libpcrecpp0 libssl-dev zlib1g-dev libgcrypt11
- ./configure --prefix=/opt/nginx-0.8.53 --with-http_ssl_module --with-sha1-asm --with-sha1=/usr/include
No comments:
Post a Comment