当前位置:网站首页>/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
边栏推荐
- 【LeetCode】1140-石子游戏II
- Comparison between rstan Bayesian regression model and standard linear regression model of R language MCMC
- 【LeetCode】876-链表的中间结点
- [salesforce] how to confirm your salesforce version?
- ssh/scp 使不提示 All activities are monitored and reported.
- Strings and arrays
- Pytoch saves tensor to Mat file
- 怎样从微信返回的json字符串中截取某个key的值?
- Fiddler实现手机抓包——入门
- 2303. Calculate the total tax payable
猜你喜欢
Ant group's large-scale map computing system tugraph passed the national evaluation
[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
《大学“电路分析基础”课程实验合集.实验五》丨线性有源二端网络等效电路的研究
Redux - detailed explanation
已知兩種遍曆序列構造二叉樹
Finally, I understand the event loop, synchronous / asynchronous, micro task / macro task, and operation mechanism in JS (with test questions attached)
03. Preliminary use of golang
Review materials for the special topic of analog electronics with all essence: basic amplification circuit knowledge points
动态规划入门一,队列的bfs(70.121.279.200)
随机推荐
Experiment collection of University "Fundamentals of circuit analysis". Experiment 4 - Research on linear circuit characteristics
Aiko ai Frontier promotion (7.2)
Comparison between rstan Bayesian regression model and standard linear regression model of R language MCMC
Thoroughly understand browser strong cache and negotiation cache
/bin/ld: 找不到 -lxslt
[leetcode] 977 - carré du tableau ordonné
/bin/ld: 找不到 -lpam
《大学“电路分析基础”课程实验合集.实验六》丨典型信号的观察与测量
6092. Replace elements in the array
[leetcode] 695 - maximum area of the island
蚂蚁集团大规模图计算系统TuGraph通过国家级评测
Wise target detection 23 - pytoch builds SSD target detection platform
Cultural scores of summer college entrance examination
[leetcode] 876 intermediate node of linked list
【LeetCode】695-岛屿的最大面积
6096. 咒语和药水的成功对数
lseek 出错
6095. Strong password checker II
/bin/ld: 找不到 -lcrypto
2278. Percentage of letters in string