码迷,mamicode.com
首页 > 编程语言 > 详细

解决libstdc++.so.5问题

时间:2017-03-23 14:09:01      阅读:191      评论:0      收藏:0      [点我收藏+]

标签:bre   .com   sha   bsp   系统   lin   erro   yum   ann   

./bowtie2-build
bowtie2-build: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory

系统为 fedora

首先安装libstdc++.so.5

yum install libstdc++.so.5

可惜又报错找不到libstdc++.so.5 。。。。

ln -s /usr/lib/libstdc++.so.6 /usr/lib/libstdc++.so.5

再次报错: bowtie2-build: error while loading shared libraries: libtbb.so.2: cannot open shared object file: No such file or directory
yum install tbb

 

终于运行成功了~~
 

参考 http://www.programgo.com/article/25042282935/

解决libstdc++.so.5问题

标签:bre   .com   sha   bsp   系统   lin   erro   yum   ann   

原文地址:http://www.cnblogs.com/yangyongzhi/p/6604413.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!