当前位置:网站首页>/Bin/ld: cannot find -lssl
/Bin/ld: cannot find -lssl
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 -lsslProblems arise
/bin/ld: Can't find -lssl
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 libssl
/usr/lib64/.libssl.so.1.0.2k.hmac
/usr/lib64/.libssl.so.10.hmac
/usr/lib64/libssl.so.1.0.2k
/usr/lib64/libssl.so.10
/usr/lib64/libssl3.sothen , Create a library file soft link
[[email protected] ~]# ln -s /usr/lib64/libssl.so.1.0.2k /usr/lib/libssl.soafter , Compile and execute again configure that will do
[[email protected] ~]# ./configure边栏推荐
- Fiddler realizes mobile packet capturing - getting started
- 《大学“电路分析基础”课程实验合集.实验七》丨正弦稳态电路的研究
- Digital collection system development (program development) - Digital Collection 3D modeling economic model system development source code
- The outline dimension function application of small motherboard
- College entrance examination admission score line crawler
- [leetcode] 1254 - count the number of closed Islands
- 【LeetCode】189-轮转数组
- /bin/ld: 找不到 -lcrypto
- [leetcode] 486 predict winners
- fastjson List转JSONArray以及JSONArray转List「建议收藏」
猜你喜欢

Redux - detailed explanation
![[experience cloud] how to get the metadata of experience cloud in vscode](/img/45/012c2265402ba1b44f4497f468bc61.png)
[experience cloud] how to get the metadata of experience cloud in vscode

《大学“电路分析基础”课程实验合集.实验四》丨线性电路特性的研究

Review materials for the special topic of analog electronics with all essence: basic amplification circuit knowledge points
![[leetcode] 417 - Pacific Atlantic current problem](/img/30/c541bc1e81eb4e348ca11116a05e84.png)
[leetcode] 417 - Pacific Atlantic current problem

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

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

动态规划入门二(5.647.62)

How to use percona tool to add fields to MySQL table after interruption
![[salesforce] how to confirm your salesforce version?](/img/ce/4c844b1b686397faa1b6aa3d57e034.png)
[salesforce] how to confirm your salesforce version?
随机推荐
《大学“电路分析基础”课程实验合集.实验五》丨线性有源二端网络等效电路的研究
Loss function and positive and negative sample allocation: Yolo series
已知两种遍历序列构造二叉树
Aike AI frontier promotion (7.2)
Golang MD5 encryption and MD5 salt value encryption
[2. Basics of Delphi grammar] 3 Object Pascal constants and variables
2303. Calculate the total tax payable
使用FFmpeg命令行进行UDP、RTP推流(H264、TS),ffplay接收
数组和链表的区别浅析
2279. 装满石头的背包的最大数量
Redux - detailed explanation
For the problem that Folium map cannot be displayed, the temporary solution is as follows
[idea] recommend an idea translation plug-in: translation "suggestions collection"
6091. 划分数组使最大差为 K
[leetcode] 486 predict winners
(Wanzi essence knowledge summary) basic knowledge of shell script programming
Experiment collection of University "Fundamentals of circuit analysis". Experiment 7 - Research on sinusoidal steady-state circuit
Xpt2046 four wire resistive touch screen
树-二叉搜索树
PHP static members