openresty 环境搭建
博客已經搬家,請訪問如下地址:http://www.czhphp.com
?
??? drizzle 的安裝:
??? http://agentzh.org/misc/nginx/drizzle7-2011.07.21.tar.gz
??? When you get the drizzle7 2011.07.21 release tarball, you can install libdrizzle-1.0 like this:
??? tar xzvf drizzle7-2011.07.21.tar.gz
??? cd drizzle7-2011.07.21/
??? ./configure --without-server
??? make libdrizzle-1.0
??? make install-libdrizzle-1.0
?? ?
??? export LIBDRIZZLE_LIB=/usr/local/lib
??? ngx_openresty安裝:
??? 下載: wget http://agentzh.org/misc/nginx/ngx_openresty-1.2.4.14.tar.gz
??? 解壓:tar xzvf ngx_openresty-1.2.4.14.tar.gz
??? 編譯:cd ngx_openresty-1.2.4.14
??? mkdir -p /usr/local/openresty
??? ./configure --prefix=/usr/local/openresty \
??????????? --with-http_drizzle_module \
??????????? --with-http_iconv_module \
??????????? --with-http_stub_status_module \
??????????? --with-libdrizzle=/usr/local \
??????????? --with-luajit
??? gmake && gmake install
引自:http://openresty.org/cn/
博客已經搬家,請訪問如下地址:http://www.czhphp.com
轉載于:https://www.cnblogs.com/czh-liyu/archive/2013/01/06/2847489.html
總結
以上是生活随笔為你收集整理的openresty 环境搭建的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: [分享]另一种对 IDisposable
- 下一篇: zigbee 常规配置