System: ubuntu
Install nginx
./configure error: the HTTP rewrite module requires the PREC Liberary
Install PREC Liberary
This is using the root user
apt-get upgrade apt-get install libpcre3 libpcre3-dev
error: The HTTP gzip module requires the zlib Liberary
Install the zlibc library
apt-get install zlibc apt-get install zlib1g.dev
Copyright statement: This article is an original article by the blogger and may not be reproduced without the blogger's permission.
The above introduces the additional libraries that need to be installed for ubuntu nginx configure, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.