Also habe ich versucht, IMAP mit yum install php5-imap zu installieren, aber das Paket wurde nicht gefunden:
[root@nv-datacenter ~]# yum install php5-imap^C
[root@nv-datacenter ~]# yum install php5-imap
Loaded plugins: fastestmirror, priorities
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: ftp.usf.edu
* epel: mirror.steadfast.net
* extras: mirror.5ninesolutions.com
* remi-safe: mirrors.mediatemple.net
* rpmforge: mirror.team-cymru.org
* updates: mirrors.centarra.com
No package php5-imap available.
Error: Nothing to do
Bei Verwendung des Befehls yum install php-imap erhalte ich den PHP-Versionsfehler:
[root@nv-datacenter ~]# yum install php-imap
Loaded plugins: fastestmirror, priorities
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: mirrors.liquidweb.com
* epel: mirror.steadfast.net
* extras: mirror.5ninesolutions.com
* remi-safe: mirrors.mediatemple.net
* rpmforge: mirror.team-cymru.org
* updates: mirrors.centarra.com
Resolving Dependencies
--> Running transaction check
---> Package php-imap.x86_64 0:5.3.3-46.el6_6 will be installed
--> Processing Dependency: php-common(x86-64) = 5.3.3-46.el6_6 for package: php-imap-5.3.3-46.el6_6.x86_64
...
Error: Package: php-imap-5.3.3-46.el6_6.x86_64 (updates)
Requires: php-common(x86-64) = 5.3.3-46.el6_6
Installed: php-common-5.4.43-1.el6.remi.x86_64 (@remi)
php-common(x86-64) = 5.4.43-1.el6.remi
Available: php-common-5.3.3-40.el6_6.x86_64 (base)
php-common(x86-64) = 5.3.3-40.el6_6
Available: php-common-5.3.3-46.el6_6.x86_64 (updates)
php-common(x86-64) = 5.3.3-46.el6_6
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Meine Konfiguration ist: Centos 6.6, Nginx 1.8.0 mit PHP-FPM, PHP-Version 5.4.43,
Irgendwelche Vorschläge?