当前位置:网站首页>/Bin/ld: cannot find -llz4
/Bin/ld: cannot find -llz4
2022-07-02 15:47:00 【Six element】
Catalog
scene
When we compile and install a source package , Re execution configure Sometimes because the library file cannot be found , An error is as follows :
[[email protected] ~]# ./configure
/bin/ld: Can't find -llz4
Problems arise
/bin/ld: Can't find -llz4
Problem analysis
Because compilation needs to use lib The library files , But because there is no file index relationship , As a result, the library file cannot be searched , To report a mistake .
resolvent
By using locate Load library file , Create index relationship , to update lib library , To solve this problem .
First , Load library file , Create index relationship
[[email protected] ~]# locate liblz4
/usr/lib64/liblz4.so.1
/usr/lib64/liblz4.so.1.8.3
then , Create a library file soft link
[[email protected] ~]# ln -s /usr/lib64/liblz4.so.1 /usr/lib/liblz4.so
after , Compile and execute again configure that will do
[[email protected] ~]# ./configure
边栏推荐
- 树-二叉搜索树
- Make p12 certificate [easy to understand]
- Lseek error
- Moveit 避障路径规划 demo
- [leetcode] 1905 statistics sub Island
- 【LeetCode】577-反转字符串中的单词 III
- ssh/scp 使不提示 All activities are monitored and reported.
- 愛可可AI前沿推介(7.2)
- Experiment collection of University "Fundamentals of circuit analysis". Experiment 4 - Research on linear circuit characteristics
- 夏季高考文化成绩一分一段表
猜你喜欢
树-二叉搜索树
【LeetCode】1162-地图分析
《大学“电路分析基础”课程实验合集.实验七》丨正弦稳态电路的研究
《大学“电路分析基础”课程实验合集.实验五》丨线性有源二端网络等效电路的研究
Experiment collection of University "Fundamentals of circuit analysis". Experiment 7 - Research on sinusoidal steady-state circuit
自定义异常
2022 年辽宁省大学生数学建模A、B、C题(相关论文及模型程序代码网盘下载)
全是精华的模电专题复习资料:基本放大电路知识点
动态规划入门一,队列的bfs(70.121.279.200)
Soul torture, what is AQS???
随机推荐
folium地图无法显示的问题,临时性解决方案如下
The task cannot be submitted after the installation of flick is completed
Thoroughly understand browser strong cache and negotiation cache
2303. 计算应缴税款总额
Folium, diagnosis and close contact trajectory above
6096. Success logarithm of spells and potions
Some problems about pytorch extension
爱可可AI前沿推介(7.2)
How to intercept the value of a key from the JSON string returned by wechat?
PTA 天梯赛习题集 L2-001 城市间紧急救援
Comparison between rstan Bayesian regression model and standard linear regression model of R language MCMC
Wise target detection 23 - pytoch builds SSD target detection platform
Pyinstaller's method of packaging pictures attached to exe
蚂蚁集团大规模图计算系统TuGraph通过国家级评测
自定义异常
制作p12证书[通俗易懂]
SQL FOREIGN KEY
Experiment collection of University Course "Fundamentals of circuit analysis". Experiment 5 - Research on equivalent circuit of linear active two terminal network
lseek 出错
[leetcode] 486 predict winners