当前位置:网站首页>/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边栏推荐
- Why does the system convert the temp environment variable to a short file name?
- [leetcode] 695 - maximum area of the island
- 【LeetCode】876-链表的中间结点
- Digital collection system development (program development) - Digital Collection 3D modeling economic model system development source code
- Ant group's large-scale map computing system tugraph passed the national evaluation
- Add an empty column to spark dataframe - add an empty column to spark dataframe
- Aiko ai Frontier promotion (7.2)
- Make p12 certificate [easy to understand]
- floyed「建议收藏」
- 【LeetCode】877-石子游戏
猜你喜欢

动态规划入门一,队列的bfs(70.121.279.200)
![[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)

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

Comparison between rstan Bayesian regression model and standard linear regression model of R language MCMC

Wechat Alipay account system and payment interface business process

PTA 天梯赛习题集 L2-001 城市间紧急救援

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

Pytoch saves tensor to Mat file

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

【Salesforce】如何确认你的Salesforce版本?
随机推荐
[leetcode] 877 stone game
制作p12证书[通俗易懂]
Pyinstaller's method of packaging pictures attached to exe
Astra: could not open "2bc5/ [email protected] /6“: Failed to set USB interface
6092. 替换数组中的元素
【LeetCode】1905-统计子岛屿
[network security] network asset collection
【LeetCode】200-岛屿数量
Lseek error
Fiddler实现手机抓包——入门
(4) Flink's table API and SQL table schema
[2. Basics of Delphi grammar] 3 Object Pascal constants and variables
《大学“电路分析基础”课程实验合集.实验七》丨正弦稳态电路的研究
【LeetCode】977-有序数组的平方
2279. Maximum number of backpacks filled with stones
Redux - detailed explanation
Analysis of the difference between array and linked list
目标检测—利用labelimg制作自己的深度学习目标检测数据集
全是精华的模电专题复习资料:基本放大电路知识点
Basic knowledge of cryptography