好吧,要使用Blocktrail的API,我尝试使用此命令安装php的 gmp 包: -
yum install php5-gmp
结果是: -
[root@dsfx ~]# yum install php5-gmp
Loaded plugins: fastestmirror, security
Setting up Install Process
Loading mirror speeds from cached hostfile
* rpmforge: mirror.de.leaseweb.net
No package php5-gmp available.
Error: Nothing to do
我在网上尝试了很多解决方案,但都失败了。 我在这里做错了什么?
CentOS版本: - 用于VSI的CentOS7.0-64 LAMP
PHP版: - PHP 5.5.37
答案 0 :(得分:0)
系统上的yum存储库没有要安装的软件包。您需要找到另一个包含该包的repo并将其添加到您的系统或尝试下载rpm并以这种方式安装它,例如从这里开始:
https://www.rpmfind.net/linux/rpm2html/search.php?query=php5-gmp(x86-32)
新的回购可以保存在/etc/yum.repos.d/reponame.repo中,如下所示:
[examplerepo]
name=Example Repository
baseurl=http://mirror.cisp.com/CentOS/6/os/i386/
enabled=1
gpgcheck=0