-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
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
[libmariadb] Missing caching_sha2_password.so for Linux/MacOs build #18749
Labels
category:port-bug
The issue is with a library, which is something the port should already support
Comments
|
@ludekvodicka Can you please provide me the reproduce steps? I think we also need to patch the load plugin path. Thanks. |
@ludekvodicka Ping for response. |
I believe it's already fixed. I already worked on this with someone else. |
Okay, please reopen this PR when it happened again. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
category:port-bug
The issue is with a library, which is something the port should already support
There are missing dynamic files for libMariaDB in the case of build on Linux and MacOS.
MariaDB connector needs for example caching_sha2_password when connecting to MySQL 8.0. Without this file, MariaDB library returns error
"Plugin caching_sha2_password could not be loaded: dlopen(PATH/caching_sha2_password.so.2) image not found
I'm installing it via
vcpkg install libmariadb
The text was updated successfully, but these errors were encountered: