我从http://openresty.org/下载了ngx_openresty-1.2.6.6.tar.gz (稳定版本),并在终端上执行以下命令:
tar xzvf ngx_openresty-VERSION.tar.gz
cd ngx_openresty-VERSION/
./configure --with-luajit
make
make install但是我不能把它安装在我的电脑里。我假设make命令不起作用,因为当我使用make install时,它会提示我出错。
请在Ubuntu上安装openresty的方法。
发布于 2013-08-08 17:12:03
在配置步骤之前:
apt-get -y update
apt-get -y install libreadline-dev libncurses5-dev libpcre3-dev libssl-dev perl makehttps://askubuntu.com/questions/268135
复制相似问题