美文网首页
error while loading shared libra

error while loading shared libra

作者: 煮梦斋_bioinfo | 来源:发表于2020-11-05 22:19 被阅读0次

    Ubuntu error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
    原因是这个是需要32位libstdc++,解决办法:

    sudo apt-get install libstdc++5
    sudo apt-get install libstdc++5:i386
    

    相关文章

      网友评论

          本文标题:error while loading shared libra

          本文链接:https://www.haomeiwen.com/subject/fxfzvktx.html