程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 數據庫知識 >> MYSQL數據庫 >> MySQL綜合教程 >> 【MySQL案例】tpcc--執行tpcc_load報錯errorwhileloadingsharedlibraries:libperconaserverclient.s

【MySQL案例】tpcc--執行tpcc_load報錯errorwhileloadingsharedlibraries:libperconaserverclient.s

編輯:MySQL綜合教程

【MySQL案例】tpcc--執行tpcc_load報錯errorwhileloadingsharedlibraries:libperconaserverclient.s


【報錯信息】

針對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

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved