p11-glue / p11-kit

Provides a way to load and enumerate PKCS#11 modules.
https://p11-glue.github.io/p11-glue/p11-kit.html
Other
149 stars 91 forks source link

MacOS wrong library file name p11-kit-trust #612

Open KrutNA opened 8 months ago

KrutNA commented 8 months ago

Steps to reproduce:

  1. Installed p11-kit with brew on MacOS.
  2. List modules p11-kit list-modules -v

Expected:

Got a list of 1 default module

Got:

Got a linkage error: p11-kit-trust.so not found

Fix

brew ls p11-kit shows p11-kit-trust.dylib somehow.

Fixed by rename p11-kit-trust.dylib to p11-kit-trust.so