Nginx常見啟動錯誤

來源:互聯網
上載者:User

Nginx常見啟動錯誤 有的時候初次安裝nginx的時候會報這樣的錯誤  www.2cto.com  sbin/nginx -c conf/nginx.conf報錯內容:sbin/nginx: error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory 啟動時如果報異常error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory 這說明我們的環境還不是和啟動需要小小的配置一下   www.2cto.com  解決方案(直接運行):32位系統 [root@sever lib]# ln -s /usr/local/lib/libpcre.so.1 /lib64位系統 [root@sever lib]# ln -s /usr/local/lib/libpcre.so.1 /lib64 然後執行ps -ef | grep nginx 查看nginx進程確認是否真的已經啟動了,在進程列表裡會有最起碼兩個, worker(nginx背景工作處理序)和master(nginx主進程) root 4349 1 0 02:24 ? 00:00:00 nginx: master process sbin/nginx -c conf/nginx.confnginx 4350 4349 0 02:24 ? 00:00:00 nginx: worker process root 4356 28335 0 02:30 pts/1 00:00:00 grep nginxNGINX 就 OK了
 

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.