當安裝某些rpm包的時候 , 會爆出這個錯誤 Requires: libjson-c.so json-c是c語言下的json庫 , 如果在centos6下可以訪問下麵這個頁面找到64位的rpm包 , 一定要看清是4位還是32位 http://rpmfind.net/linux/rpm2html/se ...
當安裝某些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