<code>$ cd /usr/downloads $ wget -c http://nginx.org/download/nginx-1.8.1.tar.gz $ tar -xvf nginx-1.8.1.tar.gz $ cd nginx-1.8.1 </code>
<code>$ cd .. $ wget -c ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-10.21.tar.gz $ tar -xvf pcre2-10.21.tar.gz $ ./configure $ make & make install $ pcre2grep --help > "error while loading shared libraries: libpcre8.so.0 cannot find" $ ls /usr/local/lib #查看是否存在该so文件 $ sudo /sbin/ldconfig -v #更新共享库文件的索引 </code>
<code>$ ./configure --with-pcre=/usr/software/pcre2-10.21 #ok $ sudo make > pcre.h 文件找不到 $ sudo ../pcre2-10.21/configure ## 发现 nginx 中引用的是 pcre.h,而pcre2-10.21释放的是pcre2.h, 好吧,被自己不认真给坑了 </code>
').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i ').text(i)); }; $numbering.fadeIn(1700); }); });
以上就介紹了Ubuntu 1610下源碼安裝nginx的步驟,包括了ubuntu方面的內容,希望對PHP教程有興趣的朋友有所幫助。