linux mcrypt 扩展yum 更新软件,centos环境yum 安装mcrypt扩展

逃离我推掉我的手 2023-01-21 05:23 38阅读 0赞

centos环境yum 安装mcrypt扩展

(2014-11-20 19:24:17)

标签:

magento

mcrypt

yum

杂谈

因为安装magento时发现,需要mcrypt的扩展。

所以用以下命令安装。

yum install php-mcrypt

没有安装成功,出现以下错误

Is this ok [y/N]: y

Downloading Packages:

warning: rpmts_HdrFromFdno: Header V3 RSA/SHA1 Signature, key ID

4520afa9: NOKEY

Retrieving key from

file:///etc/pki/rpm-gpg/RPM-GPG-KEY.art.txt

The GPG keys listed for the “CentOS / Red Hat Enterprise Linux 6 -

atomicrocketturtle.com” repository are already installed but they

are not correct for this package.

Check that the correct key URLs are configured for this

repository.

此时只要加上“—nogpgcheck”就可以了,即去掉gpg检查,

如“yum install php-mcrypt —nogpgcheck”

最后还得重启一下服务器

service httpd restart

分享:

a4c26d1e5885305701be709a3d33442f.png喜欢

0

a4c26d1e5885305701be709a3d33442f.png赠金笔

加载中,请稍候……

评论加载中,请稍候…

发评论

登录名: 密码: 找回密码 注册记住登录状态

昵 称:

评论并转载此博文

a4c26d1e5885305701be709a3d33442f.png

发评论

以上网友发言只代表其个人观点,不代表新浪网的观点或立场。

发表评论

表情:
评论列表 (有 0 条评论,38人围观)

还没有评论,来说两句吧...

相关阅读

    相关 Centosyum扩展安装

    这是因为像centos这类衍生出来的发行版,他们的源有时候内容更新的比较滞后,或者说有时候一些扩展的源根本就没有。 所以在使用yum来search python-pip的时候