安装zlib and Openssl and Curl-loader

 

 1. 装zlib   (http://www.zlib.net/ ) zlib是一个很好的压缩解压缩库

安装步骤:

解压 tar xzvf zlib-1.2.8.tar.gz

./configure

make

sudo make install

 -lz表示加入了zlib库

 

2. 装openssl (http://download.chinaunix.net/download/0001000/11.shtml)

安装步骤:

./config --prefix=/usr/local/ --openssldir=/usr/local/openssl -g3 shared zlib-dynamic enable-camellia
./config -t
make depend
make
make test
make install

 

3. Curl-loader:

web application testing,是一个开源的C语言编写的工具,模拟应用负载和成千上万的几十万人的HTTP / HTTPS和FTP/ FTPS的客户端

应用程序的行为

安装步骤:

1) http://sourceforge.net/projects/curl-loader/files/curl-loader/  

2) tar jxvf curl-loader-0.56.rar.bz2  

3)cat QUICK-START

4) make
5)copy an example file in "conf-examples" directory and edit it

6)run as a root user:
#./curl-loader -f <configuration filename> [other options]
curl-loader -f ./conf-user/bulk.conf


cd /usr/local
ln -s ssl-0.9.8c ssl
vi /etc/ld.so.conf, add to paths: /usr/local/ssl/lib
ldconfig
vi /root/.bash_profile, add to PATH :/usr/local/ssl/bin

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值