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
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
Post a Comment