Installa imap su PHP 5.4 CentOS


0

Quindi, ho provato a installare IMAP con yum install php5-imap ma il pacchetto non è stato trovato:

[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

Quando uso il comando php-imap di yum install, ottengo l'errore mistmach versione php:

[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

La mia configurazione è: Centos 6.6, Nginx 1.8.0 con php-fpm, PHP versione 5.4.43,

Eventuali suggerimenti?

Risposte:


0

Prova questo;

yum install php54-php-imap cercando dalla mia scatola x64 ottengo quanto segue;

Available Packages Name : php54-php-imap Arch : x86_64 Version : 5.4.44 Release : 1.el6.remi Size : 58 k Repo : remi Summary : A module for PHP applications that use IMAP URL : http://www.php.net/ License : PHP Description : The php54-php-imap module will add IMAP (Internet Message Access Protocol) : support to PHP. IMAP is a protocol for retrieving and uploading e-mail : messages on mail servers. PHP is an HTML-embedded scripting language.

Remi usa i seguenti nomi per le versioni php;

php54-php-foo - php 5.4 php55-php-foo - php 5.5 php56-php-foo - php 5.6

Dov'è fooil nome del pacchetto che desideri.

Dopo aver visto il tuo commento, il download diretto può essere trovato qui Un'altra cosa da controllare - /etc/yum.repos.d/remi.repo(o qualunque sia la tua versione chiamata) e controllare per vedere se hai le seguenti righe e cosa è abilitato.

[remi-php56]
name=Les RPM de remi de PHP 5.6 pour Enterprise Linux $releasever - $basearch
#baseurl=http://rpms.famillecollet.com/enterprise/$releasever/php56/$basearch/
mirrorlist=http://rpms.famillecollet.com/enterprise/$releasever/php56/mirror
# WARNING: If you enable this repository, you must also enable "remi"
enabled=1
gpgcheck=1
gpgkey=http://rpms.famillecollet.com/RPM-GPG-KEY-remi

Ancora disponibile Nessun pacchetto php54-php-imap disponibile. Errore: niente da fare
DadaB,

@DadaB vedi la mia risposta aggiornata ha un collegamento a una sezione di download e configurazione manuale per il file
.repo
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.