MySQL Forums
Forum List  »  Install & Repo

Re: mysql Workbench cannot install
Posted by: Steve Morrisby
Date: April 12, 2023 05:19AM

I found a program

openssl-3.1.0

and installed it.
It made no difference and I still got

Quote

bash-5.1$ mysql-workbench
/usr/bin/mysql-workbench: line 26: ldconfig: command not found
Workbench can't find libproj.so, some options may be unavailable.
/usr/bin/bash: error while loading shared libraries: libcrypto.so.3: cannot open shared object file: No such file or directory
cut: error while loading shared libraries: libcrypto.so.3: cannot open shared object file: No such file or directory
grep: error while loading shared libraries: libcrypto.so.3: cannot open shared object file: No such file or directory
/usr/bin/bash: error while loading shared libraries: libcrypto.so.3: cannot open shared object file: No such file or directory
cut: error while loading shared libraries: libcrypto.so.3: cannot open shared object file: No such file or directory
grep: error while loading shared libraries: libcrypto.so.3: cannot open shared object file: No such file or directory
/usr/bin/bash: error while loading shared libraries: libcrypto.so.3: cannot open shared object file: No such file or directory
cut: error while loading shared libraries: libcrypto.so.3: cannot open shared object file: No such file or directory
grep: error while loading shared libraries: libcrypto.so.3: cannot open shared object file: No such file or directory
/bin/sh: error while loading shared libraries: libcrypto.so.3: cannot open shared object file: No such file or directory
bash-5.1$

As root the errors are slightly different

[/quote]
bash-5.1$ su
Password:
bash-5.1# mysql-workbench
Found /usr/lib64/libproj.so.25
/usr/bin/bash: error while loading shared libraries: libcrypto.so.3: cannot open shared object file: No such file or directory
cut: error while loading shared libraries: libcrypto.so.3: cannot open shared object file: No such file or directory
grep: error while loading shared libraries: libcrypto.so.3: cannot open shared object file: No such file or directory
/usr/bin/bash: error while loading shared libraries: libcrypto.so.3: cannot open shared object file: No such file or directory
cut: error while loading shared libraries: libcrypto.so.3: cannot open shared object file: No such file or directory
grep: error while loading shared libraries: libcrypto.so.3: cannot open shared object file: No such file or directory
/usr/bin/bash: error while loading shared libraries: libcrypto.so.3: cannot open shared object file: No such file or directory
cut: error while loading shared libraries: libcrypto.so.3: cannot open shared object file: No such file or directory
grep: error while loading shared libraries: libcrypto.so.3: cannot open shared object file: No such file or directory
/bin/sh: error while loading shared libraries: libcrypto.so.3: cannot open shared object file: No such file or directory
bash-5.1# ^C
[/quote]

Options: ReplyQuote


Subject
Written By
Posted
Re: mysql Workbench cannot install
April 12, 2023 05:19AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.