Я скачал ngx_openresty-1.2.6.6.tar.gz (стабильный выпуск) с http://openresty.org/ и выполнил следующие команды на терминале:
tar xzvf ngx_openresty-VERSION.tar.gz
cd ngx_openresty-VERSION/
./configure --with-luajit
make
make install
я не смог установить openresty на свой компьютер. Я верю, что команда make install не работает, потому что она выдает ошибку при запуске make install
.
(так далее...+)==== Установка LuaJIT 2.0.0 в /usr /local /openresty /luajit ==== mkdir -p /usr /local /openresty /luajit /bin /usr /local /openresty /luajit /lib /usr /local /openresty /luajit /include /luajit-2.0 /usr /local /openresty /luajit /share /man /man1 /usr /local /openresty /luajit /lib /pkgconfig /usr / местный /openresty /luajit /share /luajit- 2.0.0 / jit /usr/local/openresty/luajit/share/lua/5.1 /usr/local/openresty/luajit/lib/lua/5.1 cd src && install -m 0755 luajit /usr /local /openresty /luajit / Установка bin /luajit-2.0.0: невозможно удалить /usr/local/openresty/luajit/bin/luajit-2.0.0': Permission denied
make[1]: *** [install] Error 1
make[1]: Leaving directory
/ngx_openresty-1.2.6.6/build/LuaJIT-2.0.0 'make: *** [install] Ошибка 2
Пожалуйста, дайте мне знать, как установить openresty в Ubuntu.