Last active
June 4, 2025 13:25
-
-
Save RenanLazarotto/2777412ed381e4dce632940b01c61d7c to your computer and use it in GitHub Desktop.
Fix for MySQL Workbench 'version `LIBSSH_4_10_0' not found' error on Fedora 42
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd /usr/lib64/mysql-workbench | |
sudo cp /usr/lib64/libssh.so.4.10.1 /usr/lib64/mysql-workbench | |
sudo chmod 644 libssh.so.4.10.1 | |
sudo ln -s libssh.so.4.10.1 libssh.so.4 --force |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment