Tag: mail
mutt 找不到 libtasn1.so.3 动态链接库文件的解决方法
系统为 CentOS 6.6,使用 yum 安装的 mutt,无法运行,提示 libtasn1.so.3 => not found,使用 ldd 命令来查看可执行文件依赖的动态链接库有哪些。
ldd /usr/bin/mutt
libtasn1.so.3 => not found
解决步骤一:在系统中查找这个文件
find /* -type f -name "libtasn1*"
/usr/lib/libtasn1.so.6.4.0
/usr/lib/pkgconfig/libtas... [阅读全文]