We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
p11-kit
brew
p11-kit list-modules -v
Got a list of 1 default module
Got a linkage error: p11-kit-trust.so not found
p11-kit-trust.so
brew ls p11-kit shows p11-kit-trust.dylib somehow.
brew ls p11-kit
p11-kit-trust.dylib
Fixed by rename p11-kit-trust.dylib to p11-kit-trust.so
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: