7.安裝模塊memc,lua,drizzle模塊

安裝模塊memc,lua,drizzle模塊

相關文檔: html

http://chenxiaoyu.org/2011/10/30/nginx-modules.html linux

http://www.codinglabs.org/html/nginx-memc-and-srcache.html nginx

http://zacharyhu.org/?p=25 git

 

詳細模塊地址分別爲:  

a.安裝drizzle7-2011.07.21.tar.gz github

wget  http://agentzh.org/misc/nginx/drizzle7-2011.07.21.tar.gz
tar zxvf drizzle7-2011.07.21.tar.gz 
cd drizzle7-2011.07.21
./configure --prefix=/usr/local/drizzle7 --without-server
make install-libdrizzle-1.0
echo  "/usr/local/drizzle7/lib/" >> /etc/ld.so.conf

ldconbfig json

 

b.安裝lua vim

 

tar zxvf readline-6.1. tar .gz
cd readline-6.1
. /configure
make
make install
 
爲了讓動態連接庫爲系統所共享,咱們這裏用ldconfig
ldconfig - v
若是下面仍是報錯  yum install readline-devel ncurses-devel

 

 

tar zxvf lua-5.1.4. tar .gz
cd lua-5.1.4
 
# 64位系統,需在CFLAGS里加上-fPIC ,咱們用vim編輯下src/Makefile文件,修改代碼以下所示:
vi src /Makefile
CFLAGS= -O2 -Wall -fPIC $(MYCFLAGS)
 
 
vi Makefile
INSTALL_TOP= /usr/local/lua         #修改安裝路徑
 
 
make linux
make install

 

 c.配置變量。 bash

[root@HANginxBackup ngx_mod] # export LUA_LIB=/usr/local/lua/lib/
[root@HANginxBackup ngx_mod] # export LUA_INC=/usr/local/lua/include/
   
[root@HANginxBackup ngx_mod] # export LIBDRIZZLE_INC=/usr/local/drizzle7/include/libdrizzle-1.0/
[root@HANginxBackup ngx_mod] # export LIBDRIZZLE_LIB=/usr/local/drizzle7/lib/

d.下載解壓模塊 lua

根據「詳細模塊地址分別爲」  下載 spa

 

 

unzip drizzle-nginx-module-v0.1.2-0-gb05c67f.zip -d /usr/src/ngx_mod/
  unzip echo -nginx-module-v0.41-1-gb3ad5c1.zip -d /usr/src/ngx_mod/
  unzip lua-nginx-module-v0.5.14-0-g7b363ee.zip -d /usr/src/ngx_mod/
  unzip memc-nginx-module-v0.13rc3-17-gecaf870.zip -d /usr/src/ngx_mod/
unzip ngx_devel_kit-v0.2.17-10-g4192ba6.zip -d /usr/src/ngx_mod/
unzip rds-json-nginx-module-v0.12rc10-1-g804371f.zip -d /usr/src/ngx_mod
unzip set -misc-nginx-module-v0.22rc8-5-ge79e7f0.zip -d /usr/src/ngx_mod/
  unzip srcache-nginx-module-v0.14-1-gec3c754.zip -d /usr/src/ngx_mod/

 

e安裝nginx

上模塊一塊兒安裝

cd nginx-1.0.10/
 
. /configure --user=nginx --group=nginx --prefix= /usr/local/ngx_mod/ --with-http_stub_status_module --with-http_ssl_module --with-sha1= /usr/lib --add-module= /usr/src/nginx-1 .0.10 /trunk/ --add-module= /usr/src/ngx_mod/simpl-ngx_devel_kit-4192ba6 --add-module= /usr/src/ngx_mod/agentzh-set-misc-nginx-module-e79e7f0 --add-module= /usr/src/ngx_mod/agentzh-memc-nginx-module-ecaf870 --add-module= /usr/src/ngx_mod/agentzh-echo-nginx-module-b3ad5c1 --add-module= /usr/src/ngx_mod/chaoslawful-lua-nginx-module-7b363ee --add-module= /usr/src/ngx_mod/agentzh-srcache-nginx-module-ec3c754 --add-module= /usr/src/ngx_mod/chaoslawful-drizzle-nginx-module-b05c67f --add-module= /usr/src/ngx_mod/agentzh-rds-json-nginx-module-804371f
 
make && make install
相關文章
相關標籤/搜索