Ubuntu1404 64 installation of nginx is missing libpcreso1

WBOY
Release: 2016-07-30 13:30:45
Original
1974 people have browsed it

The installation steps are the same as 12.04

After installing nginx on a 64-bit machine, the prompt when running:


After we install the pere library, this file is in cd /usr/local/lib/ In this directory,

Some people on the Internet said that for 64-bit machines, you need to create a soft link:

sudo ln -s /usr/local/lib/libpcre.so.1 /lib64 (64-bit library )

But it still didn’t work, so I created a link under /lib (32-bit library)

sudo ln -s /usr/local/lib/libpcre.so.1 /lib

Then run: cd /usr/local/nginx/sbin/

sudo ./nginx

sudo netstat -ntlp

Appears:

Copyright statement: This article is an original article by the blogger and may not be reproduced without the blogger's permission.

The above introduces the lack of libpcreso1 in Ubuntu1404 64 installation of nginx, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!