Hi, I?m running Centos 4.3 x86_64-smp here and now I?m trying to install mysql without success.> yum install mysql------------------------------------------------ ( ... ) Dependencies Resolved ============================================================================ Package Arch Version Repository Size ============================================================================Installing: mysql x86_64 4.1.20-1.RHEL4.1 update 2.9M mysql i386 4.1.20-1.RHEL4.1 update 2.9M Installing for dependencies: e2fsprogs i386 1.35-12.3.EL4 base 770 k glibc i686 2.3.4-2.19 base 5.0 M krb5-libs i386 1.3.4-27 base 479 k libgcc i386 3.4.5-2 base 57 k libstdc++ i386 3.4.5-2 base 279 k ncurses i386 5.4-13 base 1.5 M openssl i686 0.9.7a-43.8 base 1.1 M zlib i386 1.2.1.2-1.2 base 44 k Transaction Summary ============================================================================Install 10 Package(s) Update 0 Package(s) Remove 0 Package(s) Total download size: 15 M ------------------------------------------------ Here?s some information about my system:> uname -aLinux XXX.localdomain 2.6.9-34.0.2.ELsmp #1 SMP Fri Jul 7 18:22:55 CDT 2006 x86_64 x86_64 x86_64 GNU/Linux> rpm -qa |grep mysql(nothing)> rpm -qa --qf '%{name}.%{version}.%{release} %{arch}\n' | grep i686(nothing)> rpm -qa --qf '%{name}.%{version}.%{release} %{arch}\n' | grep i386(nothing) I?m running this machine inside VMware Server and VMware package was installed once, but I?ve removed it. I also have removed some two i386 other packages that were installed, and also some (one or two) i686 packages. As you can see, yum is asking to install i386 and i686 packages. It was expected to ask only for x86_64 , wasn?t it? -- Vilela -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20060730/da6fc13c/attachment-0001.html>
> I?m running this machine inside VMware Server and VMware package was > installed once, but I?ve removed it. I also have removed some two i386 other > packages that were installed, and also some (one or two) i686 packages. > > As you can see, yum is asking to install i386 and i686 packages. It was > expected to ask only for x86_64 , wasn?t it?Not really. There are x86 packages in the x86_64 tree for compatiblity reasons. Since you didn't specify "which" arch you want to install, or exclude, it matches the first one it hits, which is the i386 version. This has been covered at quite some length in the mailing list archives, on the order of around 2-3 times a month. Mostly, you can exclude the x86 arches, or give the install a specific arch to look for. Search the archives for exact syntax. -- During times of universal deceit, telling the truth becomes a revolutionary act. George Orwell
Possibly Parallel Threads
- CentOS-announce Digest, Vol 16, Issue 4
- problem with package function and removing rpms
- CentOS-announce Digest, Vol 26, Issue 2
- CESA-2007:1155 Important CentOS 4 s390(x) mysql - security update
- CESA-2007:0152 Moderate CentOS 4 s390(x) mysql - security update