- 积分
- 52
- 威望
-
- 金钱
-
- 注册时间
- 2019-5-4
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
centos 7.3
lnmp beta 1.6,安装完成后升级nginx到1.16.0
执行lnmp nginx restart结果如下,经百度后未发现相关文档
- [root@iZwz9avyv2945ilt432lffZ wwwroot]# lnmp nginx restart
- +-------------------------------------------+
- | Manager for LNMP, Written by Licess |
- +-------------------------------------------+
- | https://lnmp.org |
- +-------------------------------------------+
- Stoping nginx... done
- Starting nginx... nginx: [error] lua_load_resty_core failed to load the resty.core module from https://github.com/openresty/lua-resty-core; ensure you are using an OpenResty release from https://openresty.org/en/download.html (rc: 2, reason: module 'resty.core' not found:
- no field package.preload['resty.core']
- no file './resty/core.lua'
- no file '/usr/local/share/luajit-2.1.0-beta3/resty/core.lua'
- no file '/usr/local/share/lua/5.1/resty/core.lua'
- no file '/usr/local/share/lua/5.1/resty/core/init.lua'
- no file './resty/core.so'
- no file '/usr/local/lib/lua/5.1/resty/core.so'
- no file '/usr/local/lib/lua/5.1/loadall.so'
- no file './resty.so'
- no file '/usr/local/lib/lua/5.1/resty.so'
- no file '/usr/local/lib/lua/5.1/loadall.so')
- done
- [root@iZwz9avyv2945ilt432lffZ wwwroot]#
复制代码
|
|