Ubuntu 17.10, PlayOnLinux, Wine v2.22, Office 2010, p11-kit: couldn't load module

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
Under Ubuntu 17.10, I have had Office 2010 running on PlayOnLinux, Wine v2.22, for some months. Out of nowhere this morning â I probably havenâÂÂt tried to open it for a week or so â I get the following error when trying to open Word:
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
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: cannot open shared object file: No such file or directory
wine 17.10 playonlinux microsoft-office
add a comment |Â
up vote
0
down vote
favorite
Under Ubuntu 17.10, I have had Office 2010 running on PlayOnLinux, Wine v2.22, for some months. Out of nowhere this morning â I probably havenâÂÂt tried to open it for a week or so â I get the following error when trying to open Word:
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
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: cannot open shared object file: No such file or directory
wine 17.10 playonlinux microsoft-office
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Under Ubuntu 17.10, I have had Office 2010 running on PlayOnLinux, Wine v2.22, for some months. Out of nowhere this morning â I probably havenâÂÂt tried to open it for a week or so â I get the following error when trying to open Word:
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
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: cannot open shared object file: No such file or directory
wine 17.10 playonlinux microsoft-office
Under Ubuntu 17.10, I have had Office 2010 running on PlayOnLinux, Wine v2.22, for some months. Out of nowhere this morning â I probably havenâÂÂt tried to open it for a week or so â I get the following error when trying to open Word:
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
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: cannot open shared object file: No such file or directory
wine 17.10 playonlinux microsoft-office
wine 17.10 playonlinux microsoft-office
asked Mar 18 at 1:24
Andrew Conley
757
757
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
I searched and found that the folder pkcs11 exists in a different place in /usr/lib so I made a symlink to it and, voilÃÂ , it works again.
sudo ln -s /usr/lib/x86_64-linux-gnu/pkcs11 /usr/lib/i386-linux-gnu/pkcs11
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
I searched and found that the folder pkcs11 exists in a different place in /usr/lib so I made a symlink to it and, voilÃÂ , it works again.
sudo ln -s /usr/lib/x86_64-linux-gnu/pkcs11 /usr/lib/i386-linux-gnu/pkcs11
add a comment |Â
up vote
0
down vote
accepted
I searched and found that the folder pkcs11 exists in a different place in /usr/lib so I made a symlink to it and, voilÃÂ , it works again.
sudo ln -s /usr/lib/x86_64-linux-gnu/pkcs11 /usr/lib/i386-linux-gnu/pkcs11
add a comment |Â
up vote
0
down vote
accepted
up vote
0
down vote
accepted
I searched and found that the folder pkcs11 exists in a different place in /usr/lib so I made a symlink to it and, voilÃÂ , it works again.
sudo ln -s /usr/lib/x86_64-linux-gnu/pkcs11 /usr/lib/i386-linux-gnu/pkcs11
I searched and found that the folder pkcs11 exists in a different place in /usr/lib so I made a symlink to it and, voilÃÂ , it works again.
sudo ln -s /usr/lib/x86_64-linux-gnu/pkcs11 /usr/lib/i386-linux-gnu/pkcs11
answered Mar 18 at 1:24
Andrew Conley
757
757
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1016886%2fubuntu-17-10-playonlinux-wine-v2-22-office-2010-p11-kit-couldnt-load-modul%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password