Meituan-Dianping / Meituan-Dianping/SQLAdvisor
关于Linux安装最后一步失败
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 5.6k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
Linking CXX executable sqladvisor
/usr/bin/ld: cannot find -lperconaserverclient_r
collect2: error: ld returned 1 exit status
make[2]: *** [sqladvisor] Error 1
make[1]: *** [CMakeFiles/sqladvisor.dir/all] Error 2
make: *** [all] Error 2
我出现上面问题是因为我的linux上已经安装了mysql
我的操作是:
1 . rpm -qa |grep mysql 查看mysql
- rpm -e xxx 卸载
3, 再次安装Percona-Server-shared-56 成功
-
重新建立连接
-
成功
其实主要是 ln -s libperconaserverclient_r.so.18 libperconaserverclient_r.so 没有成功建立连接(虽然有libperconaserverclient_r.so文件)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the reported Linux build failure and inspect the CMake link step for sqladvisor, especially the missing -lperconaserverclient_r library. Verify how the Percona client library and its symlink are discovered after an existing MySQL installation. Done means the documented installation or build process completes without the linker error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, cpp, linux, mysql
- Domain
- build-system, databases, operating-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100