/usr/bin/ld: cannot find -lperconaserverclient_r 解决
Posted yaohan
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了/usr/bin/ld: cannot find -lperconaserverclient_r 解决相关的知识,希望对你有一定的参考价值。
编译sqladvisor安装遇到:
[[email protected] sqladvisor]# cd SQLAdvisor/sqladvisor/ [[email protected] sqladvisor]# cmake -DCMAKE_BUILD_TYPE=debug ./ -- Configuring done -- Generating done -- Build files have been written to: /opt/SQLAdvisor/sqladvisor [[email protected] sqladvisor]# make Scanning dependencies of target sqladvisor [100%] Building CXX object CMakeFiles/sqladvisor.dir/main.cc.o Linking CXX executable sqladvisor /usr/bin/ld: cannot find -lperconaserverclient_r collect2: ld returned 1 exit status make[2]: *** [sqladvisor] Error 1 make[1]: *** [CMakeFiles/sqladvisor.dir/all] Error 2 make: *** [all] Error 2
/usr/bin/ld: cannot find -lperconaserverclient_
解决:
yum install http://www.percona.com/downloads/percona-release/redhat/0.1-3/percona-release-0.1-3.noarch.rpmyum | apt-get install --enablerepo=Percona56 Percona-Server-shared-56
验证:
[[email protected] sqladvisor]# find / -name *perconaserverclient_r*
/usr/lib64/libperconaserverclient_r.so.18
/usr/lib64/libperconaserverclient_r.so.18.1.0
122
以上是关于/usr/bin/ld: cannot find -lperconaserverclient_r 解决的主要内容,如果未能解决你的问题,请参考以下文章
/usr/bin/ld: cannot find -lmariadb
/usr/bin/ld: cannot find -lmariadb
[tech][转] 解决/usr/bin/ld: cannot find -lxxx 问题