>데이터 베이스 >MySQL 튜토리얼 >【MySQL案例】tpcc--执行tpcc_load报错errorwhileloadingsharedlibraries_MySQL

【MySQL案例】tpcc--执行tpcc_load报错errorwhileloadingsharedlibraries_MySQL

WBOY
WBOY원래의
2016-06-01 13:04:301164검색

【报错信息】

针对mysql官方社区版进行测试的时候,执行tpcc_load脚本提示缺少libperconaserverclient.so.18库文件:

time ./tpcc_load 127.0.0.1 tpcc1000 root"" 500

./tpcc_load: error while loading sharedlibraries: libperconaserverclient.so.18: cannot open shared object file: Nosuch file or directory

【报错原因】

Tpcc-mysql是依赖于percona mysql开发的工具,它依赖于一些percona的库文件,而本案例中测试的是mysql community社区版。

【解决方法】

安装对应版本的Percona-Server-shared包,

本案例中需要安装的包是Percona-Server-shared-55-5.5.40-rel36.1.el5.x86_64.rpm

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.