A problem encountered during nginx Installation

Source: Internet
Author: User

I believe that you will encounter some problems when installing nginx. I encountered a problem during the experiment, that is, running

./Configure -- prefix =/usr/local/ngix -- conf-Path =/etc/ngix. conf,

 

./Configure: Error:The HTTP gzip module requires the zlib library.
You can either disable the module by using-without-http_gzip_module
Option, or install the zlib library into the system, or build the zlib
Library
Statically from the source with nginx by using-with-zlib = <path> Option


The red part shows you that zlib is missing, so you have to install zlib. I directly reported an error in the result of Yum install zlib. Why? devel contains a common package, only the header file is more than the normal package. If the dynamic link library is used, both packages are available. If you need to use this library during compilation, you need to install the devel of this library because the header file is required.


Yum install-y zlib-devel


Then the execution succeeds./configure -- prefix =/usr/local/ngix -- conf-Path =/etc/ngix. conf

Then you can complete the operation.

This article is from the "Linux" blog, please be sure to keep this source http://clarence.blog.51cto.com/8161461/1440225

A problem encountered during nginx Installation

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.