1. Unzip nginx-1.8.1.tar.gz 2. Unzip fastdfs-nginx-module-master.zip 3. Enter the nginx-1.8.1 directory 4. Execution Then something went wrong. Solution: 1.sudo apt-get update 2.sudo apt-get install libpcre3 libpcre3-dev 3.sudo apt-get install openssl libssl-dev Install again: success: But then executing sudo make install again went wrong: Solution: turn up CFLAGS = -pipe -O -W -Wall -Wpopinter-arith Wno-unused-parameter -Werror -g Then remove -Werror sudo make install again to complete the installation Startup Success The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM. You may also be interested in:
|
<<: Solution to ONLY_FULL_GROUP_BY error in Mysql5.7 and above
>>: Use Element+vue to implement start and end time limits
Table of contents 1. Install Docker 2. Pull the J...
Background: A long time ago (2017.6.5, the articl...
Table of contents Vue2.x Usage Global Registratio...
Table of contents webpack5 Official Start Buildin...
1. Cause The requirement is to display two lines,...
1. Compare the old virtual DOM with the new virtu...
Preface mysqlslap is a diagnostic program designe...
This article introduces 4 methods to achieve mask...
Static files Nginx is known for its high performa...
1. Background execution Generally, programs on Li...
We usually have a scanning box when we open the c...
I've been writing a WeChat applet recently an...
Command: mysqlhotcopy This command will lock the ...
Use profile to analyze slow SQL The main purpose ...
Duplicate form submission is the most common and ...