当前位置:网站首页>/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边栏推荐
- Experiment collection of University "Fundamentals of circuit analysis". Experiment 7 - Research on sinusoidal steady-state circuit
- Fiddler realizes mobile packet capturing - getting started
- [leetcode] 876 intermediate node of linked list
- Moveit 避障路径规划 demo
- Aike AI frontier promotion (7.2)
- Locate: cannot execute stat() `/var/lib/mlocate/mlocate Db ': there is no such file or directory
- PHP static members
- [leetcode] 486 predict winners
- College entrance examination admission score line crawler
- Deux séquences ergodiques connues pour construire des arbres binaires
猜你喜欢

PTA ladder game exercise set l2-001 inter city emergency rescue

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

Aiko ai Frontier promotion (7.2)

Aike AI frontier promotion (7.2)

Finally, I understand the event loop, synchronous / asynchronous, micro task / macro task, and operation mechanism in JS (with test questions attached)
![[development environment] install the Chinese language pack for the 2013 version of visual studio community (install test agents 2013 | install visual studio 2013 simplified Chinese)](/img/cf/38e4035c3b318814672f21c8a42618.jpg)
[development environment] install the Chinese language pack for the 2013 version of visual studio community (install test agents 2013 | install visual studio 2013 simplified Chinese)

树-二叉搜索树

Experiment collection of University "Fundamentals of circuit analysis". Experiment 4 - Research on linear circuit characteristics

Pytoch saves tensor to Mat file

【Experience Cloud】如何在VsCode中取得Experience Cloud的MetaData
随机推荐
高考录取分数线爬取
6091. Divide the array so that the maximum difference is K
Loss function and positive and negative sample allocation: Yolo series
【LeetCode】1162-地图分析
Review materials for the special topic of analog electronics with all essence: basic amplification circuit knowledge points
PHP static members
【LeetCode】344-反转字符串
【LeetCode】695-岛屿的最大面积
[leetcode] 200 number of islands
Name of institution approved in advance
《大学“电路分析基础”课程实验合集.实验六》丨典型信号的观察与测量
【LeetCode】486-预测赢家
高考录取分数线爬虫
【LeetCode】1905-统计子岛屿
Moveit 避障路径规划 demo
[leetcode] 577 reverse word III in string
【LeetCode】977-有序數組的平方
Pyinstaller打包exe附带图片的方法
Astra: could not open "2bc5/ [email protected] /6“: Failed to set USB interface
【LeetCode】1254-统计封闭岛屿的数量