首页 > 其他 > 详细

编译安装-varnish-4.1.2

时间:2016-06-01 13:00:23      阅读:185      评论:0      收藏:0      [点我收藏+]

1.首先去官网下载

  wget http://repo.varnish-cache.org/source/varnish-4.1.2.tar.gz

2.解压缩 安装所需其他库文件

   tar zxf  varnish-4.1.2.tar.gz

  编译安装过程可能会缺少以下包  libedit-devel  pcre-devel  ncurses-devel

  yum -y install libedit-devel 

  yum -y install pcre-devel 

  yum -y install ncurses-devel

  ./configure --prefix=/usr/local/varnish  \

        --bindir=/usr/local/varnish/bin   \

        --sbindir=/usr/local/varnish/sbin

编译安装-varnish-4.1.2

原文:http://www.cnblogs.com/betajj-blog/p/5549082.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!