: This article mainly introduces the lack of libpcreso1 for installing nginx in Ubuntu140464. For more information about PHP tutorials, see. Installation steps are the same as 12.04
After nginx is installed on a 64-bit host, the following prompt is displayed:
After pere Library is installed, the file is in the directory cd/usr/local/lib,
Some people on the Internet say that a soft link should be created for a 64-bit host:
Sudo ln-s/usr/local/lib/libpcre. so.1/lib64 (64-bit Library)
But it still does not work, so create 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 Disclaimer: This article is an original article by the blogger and cannot be reproduced without the permission of the blogger.
The above section describes the lack of libpcreso1 for installing nginx in Ubuntu1404 64, including some content. I hope to help anyone who is interested in PHP tutorials.