0

I'm running a dedicated server with CentOS 6 64bit, here is the output when trying to install IMAP:

[root@localhost ~]# yum install php-imap
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirror.nforce.com
 * extras: mirror.serverius.net
 * remi: remi.mirrors.cu.be
 * remi-php56: remi.mirrors.cu.be
 * remi-safe: remi.mirrors.cu.be
 * updates: mirror.sitbv.nl
base                                                     | 3.7 kB     00:00
epel                                                     | 4.7 kB     00:00
extras                                                   | 3.4 kB     00:00
remi                                                     | 3.0 kB     00:00
remi-php56                                               | 3.0 kB     00:00
remi-safe                                                | 3.0 kB     00:00
updates                                                  | 3.4 kB     00:00
Setting up Install Process
No package php-imap available.
Error: Nothing to do

An answer on this problem would be great.

kasperd
  • 30,455
  • 17
  • 76
  • 124
Jabare
  • 1
  • 1
  • Package is there... don't see why yum don't find it. Check exclude directives in main yum.conf https://rpms.remirepo.net/enterprise/6/php56/x86_64/repoview/php-imap.html – Remi Collet Jan 21 '19 at 07:30
  • @kasperd Where you able to install it? I am facing the same issue on CentOS7 – user1690835 May 27 '21 at 09:38

1 Answers1

1

You can try this, check the result then install it:

yum search php | grep imap
RoseHosting
  • 199
  • 4