当前位置:网站首页>/Bin/ld: cannot find -lgssapi_ krb5
/Bin/ld: cannot find -lgssapi_ krb5
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 -lgssapi_krb5Problems arise
/bin/ld: Can't find -lgssapi_krb5
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 libgssapi_krb5
/usr/lib64/libgssapi_krb5.so.2
/usr/lib64/libgssapi_krb5.so.2.2then , Create a library file soft link
[[email protected] ~]# ln -s /usr/lib64/libgssapi_krb5.so.2 /usr/lib/libgssapi_krb5.soafter , Compile and execute again configure that will do
[[email protected] ~]# ./configure边栏推荐
- [leetcode] 19 delete the penultimate node of the linked list
- Basic knowledge of cryptography
- Experiment collection of University Course "Fundamentals of circuit analysis". Experiment 5 - Research on equivalent circuit of linear active two terminal network
- [leetcode] 695 - maximum area of the island
- 解决BASE64Encoder报错的问题
- 愛可可AI前沿推介(7.2)
- Experiment collection of University "Fundamentals of circuit analysis". Experiment 6 - observation and measurement of typical signals
- /Bin/ld: cannot find -lxslt
- 制作p12证书[通俗易懂]
- 【LeetCode】1254-统计封闭岛屿的数量
猜你喜欢

蚂蚁集团大规模图计算系统TuGraph通过国家级评测

【LeetCode】1162-地图分析

【LeetCode】1254-统计封闭岛屿的数量

【Salesforce】如何确认你的Salesforce版本?

Experiment collection of University Course "Fundamentals of circuit analysis". Experiment 5 - Research on equivalent circuit of linear active two terminal network

How to use percona tool to add fields to MySQL table after interruption
![[development environment] install Visual Studio Ultimate 2013 development environment (download software | install software | run software)](/img/26/3f19d36c048e669c736e27384e0fa7.jpg)
[development environment] install Visual Studio Ultimate 2013 development environment (download software | install software | run software)

Two traversal sequences are known to construct binary trees

Aike AI frontier promotion (7.2)
![[leetcode] 1254 - count the number of closed Islands](/img/84/f888ae0e164951cd9623fb3bf4a984.png)
[leetcode] 1254 - count the number of closed Islands
随机推荐
[leetcode] 486 predict winners
[leetcode] 1905 statistics sub Island
Finally, I understand the event loop, synchronous / asynchronous, micro task / macro task, and operation mechanism in JS (with test questions attached)
Custom exception
《大学“电路分析基础”课程实验合集.实验七》丨正弦稳态电路的研究
/bin/ld: 找不到 -lxml2
[leetcode] 189 rotation array
6095. 强密码检验器 II
高考录取分数线爬虫
6091. Divide the array so that the maximum difference is K
Soul torture, what is AQS???
[network security] network asset collection
/bin/ld: 找不到 -lpam
[leetcode] 977 - carré du tableau ordonné
How to use percona tool to add fields to MySQL table after interruption
beforeEach
【LeetCode】200-岛屿数量
folium,确诊和密接轨迹上图
[leetcode] 200 number of islands
Analysis of the difference between array and linked list