CentOS 7 64ビットの専用サーバーを実行しています。IMAPをインストールしようとしたときの出力は次のとおりです。
yum install php-imap
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: ftp.ciril.fr
* extras: ftp.ciril.fr
* updates: ftp.ciril.fr
No package php-imap available.
Error: Nothing to do
除外を無効にする場合も同じです:
Sudo yum install --disableexcludes=all php-imap
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: ftp.ciril.fr
* extras: ftp.ciril.fr
* updates: ftp.ciril.fr
No package php-imap available.
Error: Nothing to do
次のコマンドを実行するだけです
yum install epel-release*
yum install php-imap*
Epelリポジトリにあります。そのようなものの検索機能については http://pkgs.org を参照してください。
centos 7.1にPHP7.0 IMAP Extensionをインストールするために私がしたことはここにありました
ここからsetup-ius.shをダウンロードしました: https://Gist.github.com/SunDi3yansyah/3edc2370268c335362c896cd2d1094ad
次に、コマンドを使用してインストールします。
yum install php70u-imap
そしてそれはうまくいった!幸運を!