当前位置:网站首页>/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 -lxsltProblems 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/READMEthen , Create a library file soft link
[[email protected] ~]# ln -s /usr/lib64/libxslt.so.1 /usr/lib/libxslt.soafter , Compile and execute again configure that will do
[[email protected] ~]# ./configure边栏推荐
- 【Experience Cloud】如何在VsCode中取得Experience Cloud的MetaData
- Thoroughly understand browser strong cache and negotiation cache
- /bin/ld: 找不到 -llz4
- 《大学“电路分析基础”课程实验合集.实验七》丨正弦稳态电路的研究
- 【LeetCode】877-石子游戏
- Target detection - make your own deep learning target detection data set with labelimg
- 【LeetCode】695-岛屿的最大面积
- 提前批院校名称
- Digital collection system development (program development) - Digital Collection 3D modeling economic model system development source code
- 6096. 咒语和药水的成功对数
猜你喜欢

Experiment collection of University "Fundamentals of circuit analysis". Experiment 6 - observation and measurement of typical signals

Ant group's large-scale map computing system tugraph passed the national evaluation

【LeetCode】1905-统计子岛屿

动态规划入门二(5.647.62)
![[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)
![[salesforce] how to confirm your salesforce version?](/img/ce/4c844b1b686397faa1b6aa3d57e034.png)
[salesforce] how to confirm your salesforce version?

终于搞懂了JS中的事件循环,同步/异步,微任务/宏任务,运行机制(附笔试题)
![[network security] network asset collection](/img/3e/6665b5af0dedfcbc7bd548cc486878.png)
[network security] network asset collection

Thoroughly understand browser strong cache and negotiation cache

已知兩種遍曆序列構造二叉樹
随机推荐
[leetcode] 977 - carré du tableau ordonné
怎样从微信返回的json字符串中截取某个key的值?
《大学“电路分析基础”课程实验合集.实验五》丨线性有源二端网络等效电路的研究
PostgresSQL 流复制 主备切换 主库无读写宕机场景
[idea] recommend an idea translation plug-in: translation "suggestions collection"
【LeetCode】1020-飞地的数量
(4) Flink's table API and SQL table schema
高考录取分数线爬取
《大学“电路分析基础”课程实验合集.实验七》丨正弦稳态电路的研究
[leetcode] 167 - sum of two numbers II - enter an ordered array
【LeetCode】344-反转字符串
睿智的目标检测23——Pytorch搭建SSD目标检测平台
Golang MD5 encryption and MD5 salt value encryption
【LeetCode】977-有序数组的平方
Experiment collection of University Course "Fundamentals of circuit analysis". Experiment 5 - Research on equivalent circuit of linear active two terminal network
Comparison between rstan Bayesian regression model and standard linear regression model of R language MCMC
【LeetCode】695-岛屿的最大面积
matlab中wavedec2,说说wavedec2函数[通俗易懂]
PTA ladder game exercise set l2-001 inter city emergency rescue
【LeetCode】1254-统计封闭岛屿的数量