We need to figure out which repo if causing the conflict, can you run the following and upload the /tmp/yum.txt file?
Code: Select all
yum repolist >/tmp/yum.txt
yum list installed >>/tmp/yum.txtCode: Select all
yum repolist >/tmp/yum.txt
yum list installed >>/tmp/yum.txtCode: Select all
yum install perl-Test-Simple -yCode: Select all
[root@nagiosxi nagiosxi]# yum install perl-Test-Simple -y
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos.mirrors.ovh.net
* epel: fr2.rpmfind.net
* extras: miroir.univ-paris13.fr
* remi: remi.schlundtech.de
* rpmforge: mirror.nl.leaseweb.net
* updates: centos.mirrors.ovh.net
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package perl-Test-Simple.noarch 0:0.98-1.el5.rf set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
=======================================================================================================================================================
Package Arch Version Repository Size
=======================================================================================================================================================
Installing:
perl-Test-Simple noarch 0.98-1.el5.rf dag 122 k
Transaction Summary
=======================================================================================================================================================
Install 1 Package(s)
Upgrade 0 Package(s)
Total size: 122 k
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Check Error:
file /usr/share/man/man3/Test::Builder.3pm.gz from install of perl-Test-Simple-0.98-1.el5.rf.noarch conflicts with file from package perl-5.8.8-43.el5_11.i386
file /usr/share/man/man3/Test::Builder::Module.3pm.gz from install of perl-Test-Simple-0.98-1.el5.rf.noarch conflicts with file from package perl-5.8.8-43.el5_11.i386
file /usr/share/man/man3/Test::Builder::Tester.3pm.gz from install of perl-Test-Simple-0.98-1.el5.rf.noarch conflicts with file from package perl-5.8.8-43.el5_11.i386
file /usr/share/man/man3/Test::Builder::Tester::Color.3pm.gz from install of perl-Test-Simple-0.98-1.el5.rf.noarch conflicts with file from package perl-5.8.8-43.el5_11.i386
file /usr/share/man/man3/Test::More.3pm.gz from install of perl-Test-Simple-0.98-1.el5.rf.noarch conflicts with file from package perl-5.8.8-43.el5_11.i386
file /usr/share/man/man3/Test::Simple.3pm.gz from install of perl-Test-Simple-0.98-1.el5.rf.noarch conflicts with file from package perl-5.8.8-43.el5_11.i386
file /usr/share/man/man3/Test::Tutorial.3pm.gz from install of perl-Test-Simple-0.98-1.el5.rf.noarch conflicts with file from package perl-5.8.8-43.el5_11.i386
Error Summary
Code: Select all
yum provides perl
yum install --disablerepo=dag perl-Test-Simple -yCode: Select all
[root@nagiosxi nagiosxi]# yum provides perl
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: miroir.univ-paris13.fr
* epel: mirrors.ircam.fr
* extras: miroir.univ-paris13.fr
* remi: remi.schlundtech.de
* rpmforge: mirror.nl.leaseweb.net
* updates: centos.mirrors.ovh.net
4:perl-5.8.8-42.el5.i386 : The Perl programming language
Repo : base
Matched from:
4:perl-5.8.8-43.el5_11.i386 : The Perl programming language
Repo : updates
Matched from:
4:perl-5.8.8-43.el5_11.i386 : The Perl programming language
Repo : installed
Matched from:
Other : Provides-match: perl
[root@nagiosxi nagiosxi]# yum install --disablerepo=dag perl-Test-Simple -y
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: miroir.univ-paris13.fr
* epel: mirrors.ircam.fr
* extras: miroir.univ-paris13.fr
* remi: remi.schlundtech.de
* rpmforge: mirror.nl.leaseweb.net
* updates: centos.mirrors.ovh.net
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package perl-Test-Simple.noarch 0:0.98-1.el5.rf set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
=======================================================================================================================================================
Package Arch Version Repository Size
=======================================================================================================================================================
Installing:
perl-Test-Simple noarch 0.98-1.el5.rf rpmforge 122 k
Transaction Summary
=======================================================================================================================================================
Install 1 Package(s)
Upgrade 0 Package(s)
Total size: 122 k
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Check Error:
file /usr/share/man/man3/Test::Builder.3pm.gz from install of perl-Test-Simple-0.98-1.el5.rf.noarch conflicts with file from package perl-5.8.8-43.el5_11.i386
file /usr/share/man/man3/Test::Builder::Module.3pm.gz from install of perl-Test-Simple-0.98-1.el5.rf.noarch conflicts with file from package perl-5.8.8-43.el5_11.i386
file /usr/share/man/man3/Test::Builder::Tester.3pm.gz from install of perl-Test-Simple-0.98-1.el5.rf.noarch conflicts with file from package perl-5.8.8-43.el5_11.i386
file /usr/share/man/man3/Test::Builder::Tester::Color.3pm.gz from install of perl-Test-Simple-0.98-1.el5.rf.noarch conflicts with file from package perl-5.8.8-43.el5_11.i386
file /usr/share/man/man3/Test::More.3pm.gz from install of perl-Test-Simple-0.98-1.el5.rf.noarch conflicts with file from package perl-5.8.8-43.el5_11.i386
file /usr/share/man/man3/Test::Simple.3pm.gz from install of perl-Test-Simple-0.98-1.el5.rf.noarch conflicts with file from package perl-5.8.8-43.el5_11.i386
file /usr/share/man/man3/Test::Tutorial.3pm.gz from install of perl-Test-Simple-0.98-1.el5.rf.noarch conflicts with file from package perl-5.8.8-43.el5_11.i386
Error Summary
-------------
Code: Select all
yum install --disablerepo=dag,rpmforge perl-Test-Simple -yCode: Select all
cpan -i Test::SimpleCode: Select all
yum install --disablerepo=rpmforge -y 'perl(Test::Simple)' 'perl(Class::Accessor)' perl-Params-Validate perl-Config-Tiny perl-Math-Calc-Units perl-Number-FormatCode: Select all
yum install --disablerepo=rpmforge -y 'perl(Class::Accessor)' perl-Params-Validate perl-Config-Tiny perl-Math-Calc-Units perl-Number-FormatCode: Select all
mysql_upgrade -u root -pnagiosxi
service mysqld restart