Wine can't find gnome-keyring-pkcs11.so
Posted
by
Jackie
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Jackie
Published on 2012-04-29T15:37:20Z
Indexed on
2012/06/03
4:48 UTC
Read the original article
Hit count: 508
wine
|gnome-keyring
I am trying to start a program using wine on ubuntu lts 12.04 64 bit
When I do this I get the following error message...
/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
When I try to symlink the 64 bit libraries, of course I get the following...
jackie@jackie-Latitude-E6410:~/tmp/AC$ wine TTG.exe p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: >/usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: wrong ELF class: ELFCLASS64 wine: Unhandled page fault on read access to 0x00000000 at address (nil) (thread 0009), >starting debugger... err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7bc47aac
Is there a package that installs the 32-bit as well as the 64bit?
UPDATE:
Appears to be a bug in Ubuntu w/ 1.4
https://launchpad.net/~ubuntu-wine/+archive/ppa
I used these steps and my application worked
http://www.noobslab.com/2012/04/install-wine-152-on-ubuntu.html
Not sure exactly why but it appears to ignore the error if you use the 1.5.
© Ask Ubuntu or respective owner