Results 1 to 6 of 6
I am trying to install mysql-server using the command
# yum -y mysql-server
but get the following error
Transaction Check Error:
package libcom_err-1.41.9-7.fc12.x86_64 (which is newer than libcom_err-1.41.9-6.fc12.i686) is already ...
- 02-23-2010 #1Just Joined!
- Join Date
- Feb 2010
- Posts
- 3
help with installing mysql-server
I am trying to install mysql-server using the command
# yum -y mysql-server
but get the following error
Transaction Check Error:
package libcom_err-1.41.9-7.fc12.x86_64 (which is newer than libcom_err-1.41.9-6.fc12.i686) is already installed
package mysql-libs-5.1.43-1.fc12.x86_64 (which is newer than mysql-libs-5.1.42-7.fc12.i686) is already installed
file /usr/share/mysql/czech/errmsg.sys from install of mysql-libs-5.1.42-7.fc12.i686 conflicts with file from package
mysql-libs-5.1.43-1.fc12.x86_64
file /usr/share/mysql/danish/errmsg.sys from install of mysql-libs-5.1.42-7.fc12.i686 conflicts with file from package
mysql-libs-5.1.43-1.fc12.x86_64
file /usr/share/mysql/dutch/errmsg.sys from install of mysql-libs-5.1.42-7.fc12.i686 conflicts with file from package
mysql-libs-5.1.43-1.fc12.x86_64
file /usr/share/mysql/english/errmsg.sys from install of mysql-libs-5.1.42-7.fc12.i686 conflicts with file from package
mysql-libs-5.1.43-1.fc12.x86_64
file /usr/share/mysql/estonian/errmsg.sys from install of mysql-libs-5.1.42-7.fc12.i686 conflicts with file from package
mysql-libs-5.1.43-1.fc12.x86_64
file /usr/share/mysql/french/errmsg.sys from install of mysql-libs-5.1.42-7.fc12.i686 conflicts with file from package
mysql-libs-5.1.43-1.fc12.x86_64
file /usr/share/mysql/greek/errmsg.sys from install of mysql-libs-5.1.42-7.fc12.i686 conflicts with file from package
mysql-libs-5.1.43-1.fc12.x86_64
file /usr/share/mysql/hungarian/errmsg.sys from install of mysql-libs-5.1.42-7.fc12.i686 conflicts with file from package
mysql-libs-5.1.43-1.fc12.x86_64
file /usr/share/mysql/italian/errmsg.sys from install of mysql-libs-5.1.42-7.fc12.i686 conflicts with file from package
mysql-libs-5.1.43-1.fc12.x86_64
file /usr/share/mysql/japanese/errmsg.sys from install of mysql-libs-5.1.42-7.fc12.i686 conflicts with file from package
mysql-libs-5.1.43-1.fc12.x86_64
file /usr/share/mysql/korean/errmsg.sys from install of mysql-libs-5.1.42-7.fc12.i686 conflicts with file from package
mysql-libs-5.1.43-1.fc12.x86_64
file /usr/share/mysql/norwegian-ny/errmsg.sys from install of mysql-libs-5.1.42-7.fc12.i686 conflicts with file from package
mysql-libs-5.1.43-1.fc12.x86_64
file /usr/share/mysql/norwegian/errmsg.sys from install of mysql-libs-5.1.42-7.fc12.i686 conflicts with file from package
mysql-libs-5.1.43-1.fc12.x86_64
file /usr/share/mysql/polish/errmsg.sys from install of mysql-libs-5.1.42-7.fc12.i686 conflicts with file from package
mysql-libs-5.1.43-1.fc12.x86_64
file /usr/share/mysql/portuguese/errmsg.sys from install of mysql-libs-5.1.42-7.fc12.i686 conflicts with file from package
mysql-libs-5.1.43-1.fc12.x86_64
file /usr/share/mysql/romanian/errmsg.sys from install of mysql-libs-5.1.42-7.fc12.i686 conflicts with file from package
mysql-libs-5.1.43-1.fc12.x86_64
file /usr/share/mysql/russian/errmsg.sys from install of mysql-libs-5.1.42-7.fc12.i686 conflicts with file from package
mysql-libs-5.1.43-1.fc12.x86_64
file /usr/share/mysql/serbian/errmsg.sys from install of mysql-libs-5.1.42-7.fc12.i686 conflicts with file from package
mysql-libs-5.1.43-1.fc12.x86_64
file /usr/share/mysql/slovak/errmsg.sys from install of mysql-libs-5.1.42-7.fc12.i686 conflicts with file from package
mysql-libs-5.1.43-1.fc12.x86_64
file /usr/share/mysql/spanish/errmsg.sys from install of mysql-libs-5.1.42-7.fc12.i686 conflicts with file from package
mysql-libs-5.1.43-1.fc12.x86_64
file /usr/share/mysql/ukrainian/errmsg.sys from install of mysql-libs-5.1.42-7.fc12.i686 conflicts with file from package
mysql-libs-5.1.43-1.fc12.x86_64
Can any one help me out.
- 02-23-2010 #2Just Joined!
- Join Date
- Feb 2010
- Posts
- 3
I am running x_64 Fedora and don't know if removing the i686 mysql package using rmdir command will solve the problem.
Thank you.
- 02-23-2010 #3Linux Newbie
- Join Date
- Jun 2008
- Location
- Georgia, USA
- Posts
- 117
Instead of:
# yum -y mysql-server
have you tried:
# yum install -y mysql-serverThanks.
--Willie
If there was no Linux, my life would not be complete.
- 02-23-2010 #4Just Joined!
- Join Date
- Feb 2010
- Posts
- 3
unfortunately i have the same problem. Can anyone advise me on removing the conflict between the x_64 files and the i686 files?
Thank you.
- 02-24-2010 #5Just Joined!
- Join Date
- Feb 2010
- Posts
- 5
- 02-24-2010 #6
if it wasn't installed with yum, i'm not sure if it that will remove it. you might able to use
or maybe --nodeps, to ignore dependency complaintsCode:rpm -e --force mysql-server
This will force it gone, so anything depending on it is going to break.
you could also try:
If you got other repos like rpmforge or something you should seriously consider installing yum-priorities and assigning priority values to your RPM repositories.Code:yum reinstall mysql-server
linux user # 503963


Reply With Quote
