Chinaunix首页 | 论坛 | 博客
  • 博客访问: 489815
  • 博文数量: 99
  • 博客积分: 3621
  • 博客等级: 中校
  • 技术积分: 1089
  • 用 户 组: 普通用户
  • 注册时间: 2010-06-22 16:29
文章存档

2012年(21)

2011年(28)

2010年(50)

分类: Mysql/postgreSQL

2012-05-07 15:23:29


点击(此处)折叠或打开

  1. #download files
  2. [root@brucetest6 ~]# wget http://sourceforge.net/projects/sysbench/files/sysbench/0.4.12/sysbench-0.4.12.tar.gz/download
  3. [root@brucetest6 ~]# tar zxvf sysbench-0.4.12.tar.gz
  4. [root@brucetest6 bzuo]# cd sysbench-0.4.12
  5. [root@brucetest6 sysbench-0.4.12]# yum install gcc
  6. [root@brucetest6 sysbench-0.4.12]# yum install libtool
  7. [root@brucetest6 sysbench-0.4.12]# ./autogen.sh
  8. [root@brucetest6 sysbench-0.4.12]# ./configure LDFLAGS='-ldl' --with-mysql-libs=/usr/lib64/mysql --with-mysql-includes=/usr/include/mysql
  9. [root@brucetest6 sysbench-0.4.12]# whereis libtool
  10. libtool: /usr/bin/libtool /usr/share/libtool
  11. #在configure的时候,会生成libtool,这个有问题,需要删除,软前面yum安装的到当前目录,再进行make,make install
  12. [root@brucetest6 sysbench-0.4.12]# rm -rf libtool
  13. [root@brucetest6 sysbench-0.4.12]# ln -s /usr/bin/libtool .
  14. [root@brucetest6 sysbench-0.4.12]# ll libtool
  15. lrwxrwxrwx 1 root root 16 May 7 13:13 libtool -> /usr/bin/libtool
  16. [root@brucetest6 sysbench-0.4.12]# make
  17. [root@brucetest6 sysbench-0.4.12]# make install

阅读(989) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~