[SOLVED] Yum Transaction Check Error

Issues related to applications and software problems
Post Reply
golden3
Posts: 50
Joined: 2014/07/22 05:55:42

[SOLVED] Yum Transaction Check Error

Post by golden3 » 2016/07/21 08:30:47

The solution not enough for this scenario

[root@server1 ~]# yum install php-pecl-fileinfo
Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: mirror.nbrc.ac.in
* extras: mirror.nbrc.ac.in
* remi-safe: mirror.cedia.org.ec
* updates: mirrors.vonline.vn
* webtatic: uk.repo.webtatic.com
Resolving Dependencies
--> Running transaction check
---> Package php-pecl-fileinfo.x86_64 0:1.0.4-2.el6.rf will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
php-pecl-fileinfo x86_64 1.0.4-2.el6.rf rpmforge 24 k

Transaction Summary
================================================================================
Install 1 Package(s)

Total size: 24 k
Installed size: 52 k
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test


Transaction Check Error:
file /usr/lib64/php/modules/fileinfo.so from install of php-pecl-fileinfo-1.0. 4-2.el6.rf.x86_64 conflicts with file from package php-common-5.3.3-47.el6.x86_6 4

Error Summary
-------------


If any conclusion for this scenario

Thanks
Golden John S
Last edited by golden3 on 2016/07/21 09:20:14, edited 1 time in total.

User avatar
TrevorH
Site Admin
Posts: 33219
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: [SOLVED] Yum Transaction Check Error

Post by TrevorH » 2016/07/21 09:15:38

I have split your post away from the thread viewtopic.php?f=14&t=50923 as it's a different problem.

You have the rpmforge repo configured and installed and enabled. We no longer recommend that anyone uses rpmforge as there have been almost no updates to any packages in that repo for about 4 years. It has a package in it that conflicts with php-common. Remove rpmforge and the problem will go away.

You almost certainly do not want to install all php-* packages anyway - all 700+ of them!
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Post Reply