LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 08-27-2012, 11:41 AM   #1
elephthhouse
LQ Newbie
 
Registered: Aug 2012
Posts: 2

Rep: Reputation: Disabled
EPEL issues....CENTOS 6


I am trying to install imapsync on this server, but I am unable to because of several issues (below)


yum install imapsync
Loaded plugins: fastestmirror, refresh-packagekit
Loading mirror speeds from cached hostfile
* base: mirrors.cicku.me
* elrepo: elrepo.org
* epel: mirrors.cat.pdx.edu
* extras: mirrors.cicku.me
* rpmforge: mirror.hmc.edu
* updates: mirrors.cat.pdx.edu
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package imapsync.noarch 0:1.488-1.el5 set to be updated
--> Processing Dependency: perl(Mail::IMAPClient) >= 3.25 for package: imapsync-1.488-1.el5.noarch
--> Processing Dependency: perl(Term::ReadKey) for package: imapsync-1.488-1.el5.noarch
--> Processing Dependency: perl(Mail::IMAPClient) for package: imapsync-1.488-1.el5.noarch
--> Processing Dependency: perl(Digest::HMAC_MD5) for package: imapsync-1.488-1.el5.noarch
--> Processing Dependency: perl(Authen::NTLM) for package: imapsync-1.488-1.el5.noarch
--> Running transaction check
---> Package perl-Digest-HMAC.noarch 0:1.01-22.el6 set to be updated
---> Package perl-Mail-IMAPClient.noarch 0:3.31-1.el5 set to be updated
--> Processing Dependency: perl(Parse::RecDescent) for package: perl-Mail-IMAPClient-3.31-1.el5.noarch
--> Processing Dependency: perl(:MODULE_COMPAT_5.8.8) for package: perl-Mail-IMAPClient-3.31-1.el5.noarch
---> Package perl-NTLM.noarch 0:1.09-1.el5 set to be updated
--> Processing Dependency: perl(:MODULE_COMPAT_5.8.8) for package: perl-NTLM-1.09-1.el5.noarch
---> Package perl-TermReadKey.x86_64 0:2.30-13.el6 set to be updated
--> Running transaction check
---> Package perl-Mail-IMAPClient.noarch 0:3.31-1.el5 set to be updated
--> Processing Dependency: perl(:MODULE_COMPAT_5.8.8) for package: perl-Mail-IMAPClient-3.31-1.el5.noarch
---> Package perl-NTLM.noarch 0:1.09-1.el5 set to be updated
--> Processing Dependency: perl(:MODULE_COMPAT_5.8.8) for package: perl-NTLM-1.09-1.el5.noarch
---> Package perl-Parse-RecDescent.noarch 0:1.965-1.el5 set to be updated
--> Processing Dependency: perl(:MODULE_COMPAT_5.8.8) for package: perl-Parse-RecDescent-1.965-1.el5.noarch
--> Finished Dependency Resolution
Error: Package: perl-Parse-RecDescent-1.965-1.el5.noarch (epel)
Requires: perl(:MODULE_COMPAT_5.8.8)
Error: Package: perl-NTLM-1.09-1.el5.noarch (epel)
Requires: perl(:MODULE_COMPAT_5.8.8)
Error: Package: perl-Mail-IMAPClient-3.31-1.el5.noarch (epel)
Requires: perl(:MODULE_COMPAT_5.8.8)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest



I haven't been able to figure out what's completely wrong with it i tried almost everything written on the elepel.org and other sites.

As you know RHEL distro does not come with the extra packages (EPEL) per-installed, so you have to install this manually.

I already did. I installed epel-release-6-7.noarch on my CENTOS 6 machine.

[root@centos tmp]# yum repolist
Loaded plugins: fastestmirror, refresh-packagekit
Loading mirror speeds from cached hostfile
* base: mirrors.cicku.me
* elrepo: repos.lax-noc.com
* epel: mirrors.cat.pdx.edu
* extras: mirrors.cicku.me
* rpmforge: mirror.hmc.edu
* updates: mirrors.cat.pdx.edu
repo id repo name status
base CentOS-6 - Base 6,346
elrepo ELRepo.org Community Enterprise Linux Repository - el6 211
epel Extra Packages for Enterprise Linux 5 - x86_64 7,130
extras CentOS-6 - Extras 4
rpmforge RHEL 6 - RPMforge.net - dag 4,404
updates CentOS-6 - Updates 482
repolist: 18,577



ANY SUGGESTIONS????
 
Old 08-28-2012, 04:35 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
stop using epel 5 would be a start. use epel 6 on el6 systems.

You say you installed the epel-6 release? Can you show us the eperl repo file in /etc/yum.repos.d?
 
Old 08-28-2012, 04:41 PM   #3
elephthhouse
LQ Newbie
 
Registered: Aug 2012
Posts: 2

Original Poster
Rep: Reputation: Disabled
I have figured out and resolve this issue. Thank you for your reply.


Solution:


If you found Epel 5 on Centos6 and you don ‘t know what do ?

ANSWER: If they conflict —-then you must remove the exiting version with the correct one.

# yum repolist
base CentOS-6 – Base 6,346
elrepo ELRepo.org Community Enterprise Linux Repository – el6 211
epel Extra Packages for Enterprise Linux 5 – x86_64

According to the
Policy for Conflicting Packages

EPEL packages must never conflict with packages in RHEL Base (Including Advanced Platform).

http://fedoraproject.org/wiki/EPEL/G...nesAndPolicies

STEP: 1

Please install: EPEL 6 (below) installation

http://www.thegeekstuff.com/2012/06/...el-repository/

One you do this you will have to find epel version 5

#cd /etc/yum.repos.d/

You will see two epels ——> epel.repo & epel.repo.rpmnew

you will REMOVE epel.repo

# rm epel.repo

THEN MOVE epel.repo.rpmnew

#mv epel.repo.rpmnew epel.repo
Check that the changes have been made and enter

#yum clean all

# yum update

THEN DONE
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Email with Postfix,Dovecot & MySQL on CentOS 5-CentOS 6 issues redhat19 Linux - Server 6 05-12-2012 09:15 AM
Install phpMyAdmin on Linux Centos 6.2 without EPEL repo rewards Linux - Software 6 03-21-2012 03:51 PM
Epel 6 jokar.mohsen Linux - Software 1 03-10-2012 02:47 AM
EPEL jokar.mohsen Linux - Software 1 04-26-2011 06:32 AM
epel repo centos 5.4 fernfrancis Linux - Newbie 12 10-02-2010 05:36 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 09:54 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration