<div class="gmail_quote">On Tue, May 8, 2012 at 11:19 AM, Paul Smith <span dir="ltr"><<a href="mailto:paul@mad-scientist.net" target="_blank">paul@mad-scientist.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

I'm trying to run a program under Wine in my Ubuntu 12.04 64bit fresh<br>
installation.  When I run it I get this error:<br>
<br>
        p11-kit: couldn't load<br>
        module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory<br>
<br>
I've discovered that the 64bit version of that file lives in<br>
gnome-keyring and so I tried to "sudo apt-get install<br>
gnome-keyring:i386".  I found some libraries it requires and those<br>
require other libraries, all of which do exist, until I get down to a<br>
requirement for:<br>
<br>
        $ sudo apt-get install libgcr-3-common:i386<br>
        Package libgcr-3-common:i386 is not available, but is referred<br>
        to by another package.<br>
        This may mean that the package is missing, has been obsoleted,<br>
        or<br>
        is only available from another source<br>
<br>
        E: Package 'libgcr-3-common:i386' has no installation candidate<br>
<br>
However it's odd because if I go to the Ubuntu site to look it up, that<br>
library seems to be packaged properly; for example:<br>
<br>
        <a href="https://launchpad.net/ubuntu/precise/i386/libgcr-3-common" target="_blank">https://launchpad.net/ubuntu/precise/i386/libgcr-3-common</a><br>
<br>
Can anyone explain what the message means and how I can get a copy of<br>
that library to install?  Am I missing some extra repo (I think I've<br>
turned them all on at this point)?<span class="HOEnZb"><font color="#888888"></font></span><br></blockquote><div><br>This is bug #885492 [1].<br><br>My understanding is that this is something broken by the transition to multiarch, which will be fixed when libgcr-3-common is converted to the new multiarch format. Not 100% sure though.<br>

<br>Evan<br><br>[1] <a href="https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/885492">https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/885492</a><br></div></div>