您好,登錄后才能下訂單哦!
第一步:下載文件:Nginx下載網址
第二步:上傳到相關目錄中,解壓 tar -zxvf nginx.tar.gz (下載后修改名字是nginx.tar.gz,基本上會帶有版本號)
第三步:./configure [--prefix]指定文件目錄,不指定目錄默認安裝在系統目錄下。
執行上面命令可能會出現的錯誤信息:
checking for OS
Linux 2.6.32-431.el6.x86_64 x86_64
checking for C compiler ... not found
則需要執行以下命令:
**yum -y install gcc gcc-c++ autoconf automake make**
當在執行./configure [--prefix]時,會出現2,
編譯安裝nginx需要pcre包,未安裝會有如下提示:
./configure: error: the HTTP rewrite module requires the PCRE library.
You can either disable the module by using --without-http_rewrite_module
option, or install the PCRE library into the system, or build the PCRE library
statically from the source with nginx by using --with-pcre=<path> option.
需要安裝pcre的devel包,pcre-devel。使用yum安裝即可:(以下命令還帶有ssl、zlib等依賴的安裝)
**yum -y install zlib zlib-devel openssl openssl--devel pcre pcre-devel**
第四步:make && make install
執行命令啟動和停止命令進行測試
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。