
nginx
空腹熊猫
普通后台开发,喜欢看源码,对机器学习深度学习感兴趣
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
nginx学习:启动nginx报错:error while loading shared libraries: libpcre.so.1: cannot open shared object file
ubuntu14 编译安装了nginx ,貌似一切正常,但是启动时报错:error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory找不到pcre库,这个库在 /usr/local/lib 目录,执行:export LD_LI...原创 2019-01-16 15:43:08 · 3916 阅读 · 0 评论 -
nginx学习:ubuntu 编译安装nginx
环境:ubuntu 14.04 64位 必要的库sudo apt-get install libpcre3 libpcre3-dev libpcrecpp0 libssl-dev zlib1g-devnginx下载$ tar -zxf nginx-1.14.2.tar.gz$ cd nginx-1.14.2$ ./configure$ make$ sudo make in...原创 2019-01-16 15:37:03 · 635 阅读 · 0 评论