Need for a 32-bits version

Jeffrey Walton noloader at gmail.com
Wed Dec 21 18:55:24 UTC 2022


On Wed, Dec 21, 2022 at 1:33 PM Andreas Metzler <ametzler at bebt.de> wrote:
>
> On 2022-12-02 Guillaume TERRÉE <guillaume.terree at aliceadsl.fr> wrote:
> > Hello P11-glue list,
>
> >     I may have an original usecase to submit to you.
> >     I am a Linux Mint 17.3 user, who tries to run under PlayOnLinux an
> > old 32-bits video game meant for Windows. After some work, the
> > software fails during loading, with error message from Wine :
> > /p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so/
> > I looked for this module around, but I have found only 64-bits version
> > of that library, already installed on my machine at
> > //usr/lib/x86_64-linux-gnu/pkcs11/p11-kit-trust.so/
> >     Is there a possibility to get a 32-bits version of p11-kit ? I
> > have downloaded the sources from GitHub, but I am afraid that I
> > probably have not the skills needed to operate the needed conversion.
> [...]
>
> That is a question for Linux Mint support channels. You will need to
> install the i386 package of p11-kit-modules. (multi arch)

As Adrian said, you probably have to install the i386 version of the library.

    apt-get install p11-kit:i386

may work for you. And you can look up the P11-kit components available using:

   apt-cache search P11-kit

Also see https://superuser.com/questions/741380/how-to-install-i386-package-under-amd64-ubuntu-debian
.

Jeff


More information about the p11-glue mailing list