【发布时间】:2021-07-28 07:30:02
【问题描述】:
您好,我收到以下错误:
“错误:包:php-intl-7.3.28-1.el7.remi.x86_64” 在我完成了在 CentOS 7 上安装 iRedMail 的所有设置步骤之后。
Error: Package: php-intl-7.3.28-1.el7.remi.x86_64 (remi-php73)
Requires: libicuio.so.65()(64bit)
Error: Package: php-mbstring-7.3.28-1.el7.remi.x86_64 (remi-php73)
Requires: libonig.so.105()(64bit)
Error: Package: php-intl-7.3.28-1.el7.remi.x86_64 (remi-php73)
Requires: libicudata.so.65()(64bit)
Error: Package: php-intl-7.3.28-1.el7.remi.x86_64 (remi-php73)
Requires: libicuuc.so.65()(64bit)
Error: Package: php-intl-7.3.28-1.el7.remi.x86_64 (remi-php73)
Requires: libicui18n.so.65()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
<< ERROR >> Installation failed, please check the terminal output.
<< ERROR >> If you're not sure what the problem is, try to get help in iRedMail
<< ERROR >> forum: https://forum.iredmail.org/
[root@mail iRedMail-1.4.0]# php -v
PHP 7.3.28 (cli) (built: Apr 27 2021 13:57:06) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.3.28, Copyright (c) 1998-2018 Zend Technologies
with Zend OPcache v7.3.28, Copyright (c) 1999-2018, by Zend Technologies
我之前安装过 PHP 7.3 使用以下指南 https://linuxize.com/post/install-php-7-on-centos-7/
你们能告诉我可能是什么问题吗?我可以提供任何其他详细信息。
【问题讨论】:
-
您是否尝试阅读错误信息?它提供了有关在哪里询问该工具的支持问题的提示。另外,这与编程有什么关系吗?