F16 - Install Wine - dependency problem?

Michael Schwendt mschwendt at gmail.com
Sun Jul 15 15:35:19 UTC 2012


On Sun, 15 Jul 2012 11:13:37 -0400, Jeffrey Ross wrote:

> I tried to install wine with a simple "yum -y install wine" and of 
> course I got a whole list of dependencies that needed to be installed as 
> well, however the installation failed with this dependency requirement:
> 
> --> Processing Dependency: libsqlite3.so.0 for package: 
> nss-softokn-3.13.4-1.fc16.i686
> ---> Package pixman.i686 0:0.24.4-1.fc16 will be installed
> --> Running transaction check
> ---> Package sqlite.i686 0:3.7.7.1-1.fc16 will be installed
> --> Processing Dependency: libreadline.so.6 for package: 
> sqlite-3.7.7.1-1.fc16.i686
> --> Running transaction check
> ---> Package readline.i686 0:6.2-2.fc16 will be installed
> --> Finished Dependency Resolution
> Error: Protected multilib versions: sqlite-3.7.7.1-1.fc16.i686 != 
> sqlite-3.7.9-1.fc17.x86_64

fc16 and fc17 -> why?
What is it? Fedora 16 or Fedora 17?

> system is x86_64
> 
> How can I either tell yum that 3.7.7.1-1 is ok (which is currently on 
> the system) or upgrade to 3.7.9-1.fc17?
> 
> Thanks, Jeff

What do you get for "yum list sqlite"? Multilib packages typically are
published for x86_64 *and* i686 at the same time, so one would need to
examine they don't match for you.

# yum list sqlite
Loaded plugins: auto-update-debuginfo, langpacks, presto, refresh-packagekit
Installed Packages
sqlite.x86_64                      3.7.11-3.fc17                       installed
Available Packages
sqlite.i686                        3.7.11-3.fc17                       updates  


More information about the users mailing list