Red HatThis forum is for the discussion of Red Hat Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Freshly installed rhel 5.3, I ran yum update and then ran yum install ImageMagick and get this:
Transaction Check Error:
package dbus-1.1.2-12.el5.x86_64 (which is newer than dbus-1.0.0-7.el5_2.1.i386) is already installed
file /etc/dbus-1/session.conf from install of dbus-1.0.0-7.el5_2.1.i386 conflicts with file from package dbus-1.1.2-12.el5.x86_64
file /etc/dbus-1/system.conf from install of dbus-1.0.0-7.el5_2.1.i386 conflicts with file from package dbus-1.1.2-12.el5.x86_64
file /usr/share/man/man1/dbus-daemon.1.gz from install of dbus-1.0.0-7.el5_2.1.i386 conflicts with file from package dbus-1.1.2-12.el5.x86_64
file /usr/share/man/man1/dbus-uuidgen.1.gz from install of dbus-1.0.0-7.el5_2.1.i386 conflicts with file from package dbus-1.1.2-12.el5.x86_64
What version of ImageMagick are you trying to install?
The version of ImageMagick you are trying to install requires an older version of dbus than the version of dbus already on the system. It also looks like you are trying to install the 32bit version of ImageMagick rather than the 64bit version.
Sorry Im running rhel 64 bit but im only trying to install the one on the repo imagemagik 6.2
Quote:
Originally Posted by lazlow
What version of ImageMagick are you trying to install?
The version of ImageMagick you are trying to install requires an older version of dbus than the version of dbus already on the system. It also looks like you are trying to install the 32bit version of ImageMagick rather than the 64bit version.
You told it to install dbus, since the 64bit version was already installed, it assumed the operator understood what he was doing and complied by attempting to install the 32bit version. As to why it tried to in the first place, best guess would be that you were trying to install the 32bit version of Imagemagick. Did you check to see if you already had the 64bit of imagemagick installed? A lot of packages have it as a dependency.
You told it to install dbus, since the 64bit version was already installed, it assumed the operator understood what he was doing and complied by attempting to install the 32bit version. As to why it tried to in the first place, best guess would be that you were trying to install the 32bit version of Imagemagick. Did you check to see if you already had the 64bit of imagemagick installed? A lot of packages have it as a dependency.
#rpm -qa | grep ImageMagick
#
So i dont think its installed.
Just to check:
rpm -qa | grep dbus
dbus-1.1.2-12.el5
dbus-glib-0.73-8.el5
dbus-python-0.70-7.el5
dbus-libs-1.1.2-12.el5
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.