Home  >  Article  >  Backend Development  >  Ubuntu nginx configure requires additional installed libraries

Ubuntu nginx configure requires additional installed libraries

WBOY
WBOYOriginal
2016-07-29 09:15:37997browse

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.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:Zabbix monitors NginxNext article:Zabbix monitors Nginx