当前位置:网站首页>/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边栏推荐
- 蚂蚁集团大规模图计算系统TuGraph通过国家级评测
- SQL FOREIGN KEY
- [leetcode] 1162 map analysis
- Soul torture, what is AQS???
- (5) Flink's table API and SQL update mode and Kafka connector case
- PTA 天梯赛习题集 L2-001 城市间紧急救援
- 2279. 装满石头的背包的最大数量
- 6092. Replace elements in the array
- Make p12 certificate [easy to understand]
- How to intercept the value of a key from the JSON string returned by wechat?
猜你喜欢

Basic knowledge of cryptography

Redux - detailed explanation

《大学“电路分析基础”课程实验合集.实验七》丨正弦稳态电路的研究

How to intercept the value of a key from the JSON string returned by wechat?

爱可可AI前沿推介(7.2)

全是精华的模电专题复习资料:基本放大电路知识点

《大学“电路分析基础”课程实验合集.实验六》丨典型信号的观察与测量

二叉树前,中,后序遍历
![[network security] network asset collection](/img/3e/6665b5af0dedfcbc7bd548cc486878.png)
[network security] network asset collection

Review materials for the special topic of analog electronics with all essence: basic amplification circuit knowledge points
随机推荐
[leetcode] 977 - carré du tableau ordonné
【LeetCode】1020-飞地的数量
Target detection - make your own deep learning target detection data set with labelimg
[leetcode] 1254 - count the number of closed Islands
Finally, I understand the event loop, synchronous / asynchronous, micro task / macro task, and operation mechanism in JS (with test questions attached)
将点云坐标转换成世界坐标的demo
College entrance examination admission score line climbing
[development environment] install Visual Studio Ultimate 2013 development environment (download software | install software | run software)
(5) Flink's table API and SQL update mode and Kafka connector case
Add an empty column to spark dataframe - add an empty column to spark dataframe
Lseek error
[leetcode] 1905 statistics sub Island
2022 college students in Liaoning Province mathematical modeling a, B, C questions (related papers and model program code online disk download)
Two traversal sequences are known to construct binary trees
Astra: could not open "2bc5/ [email protected] /6“: Failed to set USB interface
【LeetCode】283-移动零
[leetcode] 876 intermediate node of linked list
Basic knowledge of cryptography
Analysis of the difference between array and linked list
Comparison between rstan Bayesian regression model and standard linear regression model of R language MCMC