環境
- arch: amd64(xen DomU)
- OS(userland): NetBSD 6.1
- kernel: NetBSD 6.1
- nginx: 1.4.2
nginxコンパイル
$ tar zxvf somewhere/nginx-1.4.2.tar.gz
$ cd nginx-1.4.2
$ ./configure --prefix=/usr/local/nginx \
--with-ld-opt="-R/usr/pkg/lib -lm" \
--with-http_stub_status_module \
--with-ipv6 \
--with-http_sub_module
$ make
$ su
# make install
nginxをrestartして問題なくアクセスできることを確認して完了です。