MySQL Forums
Forum List  »  Install & Repo

mysql Workbench cannot install
Posted by: Steve Morrisby
Date: April 08, 2023 05:02AM

I have a Linux Slackware 15 laptop.
I'm trying to install mysql-workbench
During the install process the laptop slows right down and the install eventually fails with the following error:

Quote

[ 98%] Building CXX object protobuf-3.19.6/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/subprocess.cc.o
[ 98%] Building CXX object protobuf-3.19.6/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/zip-writer.cc.o
c++: fatal error: Killed signal terminated program cc1plus
compilation terminated

The above was using a binaries from a Slackware repository.

I also used the files from the MYSQL site
which installed OK but returned the following error when I tried to run it:

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$

I'm at a bit of a loss

Options: ReplyQuote


Subject
Written By
Posted
mysql Workbench cannot install
April 08, 2023 05:02AM


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.