首页 > 代码库 > nginx的点点
nginx的点点
说是在新的服务器上面配置nginx,我就直接从其他服务器上面复制过去的,并不是自己安装的,结果报错
进入nginx安装目录sbin下,输入命令./nginx -t
报错:./nginx: error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory
解决办法:原来是libpcre.so.1依赖文件没有,在lib64下面没有libpcre.so.1这个文件,在网络上面也可以自己下载,我是直接从原来的里面复制过来的
然后就成功了
[root@localhost sbin]# ./nginx -t
nginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok
nginx: configuration file /usr/local/nginx/conf/nginx.conf test is successful
在后面启动的时候还是报错啊 what the fuck--------
[root@localhost sbin]# ./nginx -s reload
nginx: [error] invalid PID number "" in "/data/logs/nginx.pid"
然后输入了 下 /usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf
重新启动
nginx的点点
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。