当前位置:网站首页>/Bin/ld: cannot find -lxslt
/Bin/ld: cannot find -lxslt
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 -lxslt
Problems arise
/bin/ld: Can't find -lxslt
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 libxslt
/usr/lib64/libxslt-plugins
/usr/lib64/libxslt.so.1
/usr/lib64/libxslt.so.1.1.28
/usr/share/doc/libxslt-1.1.28
/usr/share/doc/libxslt-1.1.28/AUTHORS
/usr/share/doc/libxslt-1.1.28/ChangeLog.gz
/usr/share/doc/libxslt-1.1.28/Copyright
/usr/share/doc/libxslt-1.1.28/FEATURES
/usr/share/doc/libxslt-1.1.28/NEWS
/usr/share/doc/libxslt-1.1.28/README
then , Create a library file soft link
[[email protected] ~]# ln -s /usr/lib64/libxslt.so.1 /usr/lib/libxslt.so
after , Compile and execute again configure that will do
[[email protected] ~]# ./configure
边栏推荐
- 愛可可AI前沿推介(7.2)
- 《大学“电路分析基础”课程实验合集.实验七》丨正弦稳态电路的研究
- floyed「建议收藏」
- 04. Some thoughts on enterprise application construction after entering cloud native
- [leetcode] 417 - Pacific Atlantic current problem
- Experiment collection of University "Fundamentals of circuit analysis". Experiment 7 - Research on sinusoidal steady-state circuit
- [leetcode] 167 - sum of two numbers II - enter an ordered array
- Cultural scores of summer college entrance examination
- 奥比中光 astra: Could not open “2bc5/[email protected]/6“: Failed to set USB interface
- 士官类学校名录
猜你喜欢
全是精华的模电专题复习资料:基本放大电路知识点
Two traversal sequences are known to construct binary trees
Aiko ai Frontier promotion (7.2)
[salesforce] how to confirm your salesforce version?
[leetcode] 417 - Pacific Atlantic current problem
Experiment collection of University "Fundamentals of circuit analysis". Experiment 6 - observation and measurement of typical signals
PostgresSQL 流复制 主备切换 主库无读写宕机场景
(Video + graphic) machine learning introduction series - Chapter 5 machine learning practice
[leetcode] 1254 - count the number of closed Islands
2022 college students in Liaoning Province mathematical modeling a, B, C questions (related papers and model program code online disk download)
随机推荐
College entrance examination score line climbing
Experiment collection of University "Fundamentals of circuit analysis". Experiment 4 - Research on linear circuit characteristics
爱可可AI前沿推介(7.2)
Add an empty column to spark dataframe - add an empty column to spark dataframe
【Salesforce】如何确认你的Salesforce版本?
2278. 字母在字符串中的百分比
【LeetCode】1254-统计封闭岛屿的数量
[leetcode] 695 - maximum area of the island
[leetcode] 1254 - count the number of closed Islands
6096. Success logarithm of spells and potions
[leetcode] 189 rotation array
【LeetCode】977-有序数组的平方
Review materials for the special topic of analog electronics with all essence: basic amplification circuit knowledge points
终于搞懂了JS中的事件循环,同步/异步,微任务/宏任务,运行机制(附笔试题)
Some problems about pytorch extension
(4) Flink's table API and SQL table schema
SQL FOREIGN KEY
2022 年辽宁省大学生数学建模A、B、C题(相关论文及模型程序代码网盘下载)
【LeetCode】977-有序數組的平方
【LeetCode】1020-飞地的数量