ERROR: luajit is required but is not available according to /opt/nginx/site/../bin/resty: LuaJIT 2.1.ROLLING
bsiara opened this issue · 1 comments
bsiara commented
Hi,
I use latest openresty from git and when I try to install some packages using opm I get error as in title. I think regex in opm script should be fixed:
if ($? != 0 || !defined $out || $out !~ /^LuaJIT (\d+\.\d+\.\d+)/) {
xiaocang commented
Thanks for reporting the bug, I've made it compatible with the ROLLING version!