Skocz do zawartości
Zaloguj się, aby obserwować  
Dawid Sobieraj

Implementacja imap do php w centos

Polecane posty

Cześć,

 

Mam głupi problem z zależnościami, może coś poradzicie:

 

yum install php-imap
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.xmission.com
* epel: mirrors.xmission.com
* extras: mirror.serversurgeon.com
* updates: centos.icyboards.com
Setting up Install Process
Resolving Dependencies
There are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them.
The program yum-complete-transaction is found in the yum-utils package.
--> Running transaction check
---> Package php-imap.x86_64 0:5.1.6-39.el5_8 set to be updated
--> Processing Dependency: php-common = 5.1.6-39.el5_8 for package: php-imap
--> Processing Dependency: libc-client.so.1()(64bit) for package: php-imap
--> Running transaction check
---> Package libc-client.x86_64 0:2004g-2.2.1 set to be updated
---> Package php-imap.x86_64 0:5.1.6-39.el5_8 set to be updated
--> Processing Dependency: php-common = 5.1.6-39.el5_8 for package: php-imap
--> Finished Dependency Resolution
php-imap-5.1.6-39.el5_8.x86_64 from base has depsolving problems
--> Missing Dependency: php-common = 5.1.6-39.el5_8 is needed by package php-imap-5.1.6-39.el5_8.x86_64 (base)
Error: Missing Dependency: php-common = 5.1.6-39.el5_8 is needed by package php-imap-5.1.6-39.el5_8.x86_64 (base)
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest
The program package-cleanup is found in the yum-utils package.

 

 

Proszę o podpowiedź.

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

A jak spróbujesz zainstalować po prostu php-common:

yum install php-common

to co się dzieje?

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

Wynik:

 

yum install php-common
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.team-cymru.org
* epel: mirrors.syringanetworks.net
* extras: dallas.tx.mirror.xygenhosting.com
* updates: mirrordenver.fdcservers.net
Setting up Install Process
Package matching php-common-5.1.6-39.el5_8.x86_64 already installed. Checking for update.
Nothing to do

 

 

Dziwna sprawa.

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

Wykonaj:

yum clean all

a potem spróbuj zainstalować jeszcze raz.

 

Możesz sprawdzić co pokaże:

rpm -qa | grep php

Ewentualnie możesz wyłączyć repozytorium epel i zobaczyć czy bez niego się uda.

 

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

Po wykonaniu polecenia:

 

 

rpm -qa | grep php
php-common-5.3.23-1.w5
php-cli-5.3.23-1.w5
php-mysql-5.3.23-1.w5
php-pdo-5.3.23-1.w5
php-5.3.23-1.w5
php-mbstring-5.3.23-1.w5
php-gd-5.3.23-1.w5

 

 

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

Zaloguj się, aby skomentować

Będziesz mógł dodać komentarz po zalogowaniu się



Zaloguj się
Zaloguj się, aby obserwować  

×