Digital Marketing

How to fix mysql-workbench: error while loading shared libraries: libzip.so.2: cannot open shared object file: No such file or directory

If you encounter the following problem while running mysql-workbench:

mysql-workbench/mysql-workbench-bin: error while loading shared libraries: libzip.so.2: cannot open shared object file: No such file or directory

To fix it:

$ sudo yum -y install libzip

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database