Details
Description
I noticed that several symbolic links in Debian have incorrect paths.
This concerns the files listed below.
Of course, the variable ${DEB_HOST_MULTIARCH} should not be in the filesystem path.
Perhaps that variable should have been set somewhere before it could be used.
It's probably related to this file: https://github.com/MariaDB/server/blob/main/debian/mariadb-server.links
/usr/lib/mysql/plugin # ls -l | grep DEB_HOST_MULTIARCH
|
lrwxrwxrwx 1 root root 71 Jan 31 15:37 caching_sha2_password.so -> ../../${DEB_HOST_MULTIARCH}/libmariadb3/plugin/caching_sha2_password.so
|
lrwxrwxrwx 1 root root 64 Jan 31 15:37 client_ed25519.so -> ../../${DEB_HOST_MULTIARCH}/libmariadb3/plugin/client_ed25519.so
|
lrwxrwxrwx 1 root root 56 Jan 31 15:37 dialog.so -> ../../${DEB_HOST_MULTIARCH}/libmariadb3/plugin/dialog.so
|
lrwxrwxrwx 1 root root 70 Jan 31 15:37 mysql_clear_password.so -> ../../${DEB_HOST_MULTIARCH}/libmariadb3/plugin/mysql_clear_password.so
|
lrwxrwxrwx 1 root root 65 Jan 31 15:37 sha256_password.so -> ../../${DEB_HOST_MULTIARCH}/libmariadb3/plugin/sha256_password.so
|
Attachments
Issue Links
- is caused by
-
MDEV-34744 server cannot load client plugins on Debian
-
- Closed
-