Then enter the cd openssl-1.0.0 for configuration, compilation, installation
Configuration
./Configure or./config
Compile
Make
Install
Make install
4. make sure that the above three libraries are installed and then install nginx
Tar zxvf nginx-1.1.12.tar.gz
Cd nginx-1.1.12/
./Configure -- user = root -- group = root -- prefix =/usr/local/nginx -- with-http_stub_status_module -- with-openssl =/usr/local/ssl/include/openssl
Make & make install
Cd ../
After the installation is complete, an nginx directory is displayed in/usr/local. OK.
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.