[Linux] 解決CentOS下Requires: libjson-c.so錯誤


當安裝某些rpm包的時候 , 會爆出這個錯誤

Requires: libjson-c.so

json-c是c語言下的json庫 , 如果在centos6下可以訪問下面這個頁面找到64位的rpm包 , 一定要看清是4位還是32位

http://rpmfind.net/linux/rpm2html/search.php?query=libjson-c.so.2()(64bit)

 

下載rpm包 ,  並且安裝它

wget http://rpmfind.net/linux/centos/6.10/os/x86_64/Packages/json-c-0.11-13.el6.x86_64.rpm

rpm -Uvh json-c-0.11-13.el6.x86_64.rpm

 

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM