繁体   English   中英

libltdl.so.3:无法打开共享对象文件:Ubuntu 14.04中没有这样的文件或目录

[英]libltdl.so.3: cannot open shared object file: No such file or directory in Ubuntu 14.04

我有一个程序需要共享库libltdl.so.3。 在14.04运行此程序时遇到以下错误:

error while loading shared libraries: libltdl.so.3: cannot open shared object file: No such file or directory

我已经安装并更新了libtool。 在运行atp-get install libltdl3时,我得到以下输出

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package libltdl3 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libltdl3' has no installation candidate

在运行locate libltdl.so时,我得到了

/usr/lib/x86_64-linux-gnu/libltdl.so
/usr/lib/x86_64-linux-gnu/libltdl.so.7
/usr/lib/x86_64-linux-gnu/libltdl.so.7.3.0

谁能告诉我如何获取libltdl.so.3?

我找到的唯一解决方案是创建符号链接

ln -s /usr/lib/x86_64-linux-gnu/libltdl.so /usr/lib/x86_64-linux-gnu/libltdl.so.3

请参阅: http//englanders.us/~jason/howtos.php?howto = libtool

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM