p11-kit: Typical problem with Wine
Solution 1:
I just had the same problem. For me, it was sufficient to install the i386-version of p11-kit using
sudo apt-get install p11-kit:i386
I'm using Ubuntu 13.10 64-bit.
Solution 2:
I had the same problem and solved it in a very simple way:
All you have to do is to install the p11-kit-modules:i386
package.
You can do that like this:
sudo apt-get install p11-kit-modules:i386
And that's it, p11-kit-trust.so is part of this package and will be installed in its correct place.
Hope it helps ;-)