【Linux】 解決報錯: ImportError: libSM.so.6: cannot open shared object file: No such file or directory

https://www.cnblogs.com/richerdyoung/p/8458910.html

#使用如下命令查看缺少得共享庫
yum whatprovides libSM.so.6
#找到後安裝
yum install libSM-1.2.2-2.el7.x86_64 --setopt=protected_multilib=false
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章