docker-speedtest-analyser icon indicating copy to clipboard operation
docker-speedtest-analyser copied to clipboard

Openresty Issues With Latest Build

Open abrown128 opened this issue 4 years ago • 2 comments

Had to downgrade to 1.2 to get it to work on my Synology.

roest-docker-speedtest-analyser2.zip

abrown128 avatar Oct 01 '20 01:10 abrown128

I just ran into the same issue trying to install on my Synology.

beaubrewer avatar Oct 10 '20 16:10 beaubrewer

I've got these error messages associated with Openresty. I haven't mounted a volume but besides that it's just direct image pull and port mapping. I should note though, functionality still seems to be working.

Starting run.sh, Starting Cronjob, Starting nginx, nginx: [alert] detected a LuaJIT version which is not OpenResty's; many optimizations will be disabled and performance will be compromised (see https://github.com/openresty/luajit2 for OpenResty's LuaJIT or, even better, consider using the OpenResty releases from https://openresty.org/en/download.html), 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/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 '/usr/share/lua/5.1/resty/core.lua', no file '/usr/share/lua/5.1/resty/core/init.lua', no file '/usr/share/lua/common/resty/core.lua', no file '/usr/share/lua/common/resty/core/init.lua', no file './resty/core.so', no file '/usr/local/lib/lua/5.1/resty/core.so', no file '/usr/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/lib/lua/5.1/resty.so', no file '/usr/local/lib/lua/5.1/loadall.so'),

runbren avatar Oct 15 '20 09:10 runbren