./configure --prefix=/usr/local/nginx --with-pcre=../pcre-8.36#【--with-pcre=/usr/local/pcre不可以,/opt/pcre-8.36,是pcre加压后的路径】。
[root@centos1 sbin]# netstat -tnlp|grep :70   
tcp        0      0 0.0.0.0:70                  0.0.0.0:*                   LISTEN      25965/nginx 
原文:http://www.cnblogs.com/stay-sober/p/4231497.html