rewrite module requires the PCRE library

在编译nginx时遇到rewrite module requires the PCRE library错误,提示需要PCRE库,解决方法:

ubuntu下执行
apt-get install libpcre3-dev

RHEL下执行
yum -y install pcre-devel