You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
no need to rename a file, just update the config file
--- /opt/homebrew/etc/pkcs11/modules/p11-kit-trust.module.orig 2024-12-04 10:16:11.321768885 +0000+++ /opt/homebrew/etc/pkcs11/modules/p11-kit-trust.module 2024-12-04 10:16:17.754039815 +0000@@ -1,7 +1,7 @@
# See pkcs11.conf(5) to understand this file
# This is a module config for the 'included' p11-kit trust module
-module: p11-kit-trust.so+module: p11-kit-trust.dylib
# This setting affects the order that trust policy and other information
# is looked up when going across various modules. Other trust policy modules
Steps to reproduce:
p11-kit
withbrew
on MacOS.p11-kit list-modules -v
Expected:
Got a list of 1 default module
Got:
Got a linkage error:
p11-kit-trust.so
not foundFix
brew ls p11-kit
showsp11-kit-trust.dylib
somehow.Fixed by rename
p11-kit-trust.dylib
top11-kit-trust.so
The text was updated successfully, but these errors were encountered: