Troubleshooting Common Problems

From PlayOnLinux
Revision as of 03:10, 3 March 2015 by RoninDusette (talk | contribs) (p11-kit: couldn't load module: ...)
Jump to: navigation, search

Here is a list of common errors and possible solutions. Not everything will be here, but this list will get a lot bigger as time goes on. When trying a possible solution for an issue, please only try ONE solution at a time, and test to see if it worked.

p11-kit: couldn't load module: ...

Full Error:

p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: cannot open shared object file: No such file or directory

Who might see encounter this error?

Ubuntu, Kubuntu, etc., Mint (and derivatives), 64-bit systems.

Common solutions:

  • Install 32-bit version of p11-kit-trust.so:

$ sudo apt-get install p11-kit-modules:i386


$ sudo /usr/local/bin/getlibs -p p11-kit:i386

$ sudo ln -s /usr/lib32/i386-linux-gnu/pkcs11/p11-kit-trust.so /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so