error on opening mysql workbench on fedora 232019 Community Moderator ElectionTrouble installing MySQL from binariesMySQL not getting started on linuxCan't start mysql on Fedora 19MySQL permission denied error even after setting security context for SELinux on VMMySQL won't startInstall mysql-workbench in fedora 21MySQL Access Denied (CentOS)Ubuntu 16.04 libmfhdfalt.so.0 is missinghow to solve Linux symbol lookup error for undefined symbolserror while loading shared libraries: libmysqlclient.so.20: cannot open shared object file: No such file or directory
Should I tell my boss the work he did was worthless
Meaning of ちはース
How much stiffer are 23c tires over 28c?
Am I not good enough for you?
Is there an equal sign with wider gap?
How do I deal with a powergamer in a game full of beginners in a school club?
Does splitting a potentially monolithic application into several smaller ones help prevent bugs?
Distinction between apt-cache and dpkg -l
htop displays identical program in multiple lines
What's the "normal" opposite of flautando?
Given the sum of two powers of two, extract the exponents
How to create a hard link to an inode (ext4)?
Why does Captain Marvel assume the people on this planet know this?
Space in array system equations
Why is there a voltage between the mains ground and my radiator?
Low budget alien movie about the Earth being cooked
How did Alan Turing break the enigma code using the hint given by the lady in the bar?
Examples of a statistic that is not independent of sample's distribution?
How to clip a background including nodes according to an arbitrary shape?
Leftbar without indentation
PTIJ: How can I halachically kill a vampire?
Should I take out a loan for a friend to invest on my behalf?
Do I really need to have a scientific explanation for my premise?
What are some noteworthy "mic-drop" moments in math?
error on opening mysql workbench on fedora 23
2019 Community Moderator ElectionTrouble installing MySQL from binariesMySQL not getting started on linuxCan't start mysql on Fedora 19MySQL permission denied error even after setting security context for SELinux on VMMySQL won't startInstall mysql-workbench in fedora 21MySQL Access Denied (CentOS)Ubuntu 16.04 libmfhdfalt.so.0 is missinghow to solve Linux symbol lookup error for undefined symbolserror while loading shared libraries: libmysqlclient.so.20: cannot open shared object file: No such file or directory
I have installed mysql-workbench
on Fedora 23 Virtual machine (VMware) using the command :
yum install mysql-workbench
Now when I tried to issue the command mysql-workbench
from terminal I am getting the error :
/usr/libexec/mysql-workbench/mysql-workbench-bin: error while loading shared libraries: libzip.so.2: cannot open shared object file: No such file or directory
Also I tried to open same using the mysql icon but when I click on this it does nothing. not sure what I am missing here
mysql
bumped to the homepage by Community♦ 2 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I have installed mysql-workbench
on Fedora 23 Virtual machine (VMware) using the command :
yum install mysql-workbench
Now when I tried to issue the command mysql-workbench
from terminal I am getting the error :
/usr/libexec/mysql-workbench/mysql-workbench-bin: error while loading shared libraries: libzip.so.2: cannot open shared object file: No such file or directory
Also I tried to open same using the mysql icon but when I click on this it does nothing. not sure what I am missing here
mysql
bumped to the homepage by Community♦ 2 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
what packages your system find if you search in your repos for :yum list mysql-workbench-community
?
– lese
Nov 16 '15 at 9:55
you need to load the right repo
– unixmiah
Jan 26 '16 at 18:18
ahh, you need to purge and reinstall.
– unixmiah
Jan 26 '16 at 18:18
add a comment |
I have installed mysql-workbench
on Fedora 23 Virtual machine (VMware) using the command :
yum install mysql-workbench
Now when I tried to issue the command mysql-workbench
from terminal I am getting the error :
/usr/libexec/mysql-workbench/mysql-workbench-bin: error while loading shared libraries: libzip.so.2: cannot open shared object file: No such file or directory
Also I tried to open same using the mysql icon but when I click on this it does nothing. not sure what I am missing here
mysql
I have installed mysql-workbench
on Fedora 23 Virtual machine (VMware) using the command :
yum install mysql-workbench
Now when I tried to issue the command mysql-workbench
from terminal I am getting the error :
/usr/libexec/mysql-workbench/mysql-workbench-bin: error while loading shared libraries: libzip.so.2: cannot open shared object file: No such file or directory
Also I tried to open same using the mysql icon but when I click on this it does nothing. not sure what I am missing here
mysql
mysql
edited Nov 16 '15 at 10:51
lese
2,13331327
2,13331327
asked Nov 16 '15 at 3:35
LilRaziLilRazi
613
613
bumped to the homepage by Community♦ 2 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 2 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
what packages your system find if you search in your repos for :yum list mysql-workbench-community
?
– lese
Nov 16 '15 at 9:55
you need to load the right repo
– unixmiah
Jan 26 '16 at 18:18
ahh, you need to purge and reinstall.
– unixmiah
Jan 26 '16 at 18:18
add a comment |
what packages your system find if you search in your repos for :yum list mysql-workbench-community
?
– lese
Nov 16 '15 at 9:55
you need to load the right repo
– unixmiah
Jan 26 '16 at 18:18
ahh, you need to purge and reinstall.
– unixmiah
Jan 26 '16 at 18:18
what packages your system find if you search in your repos for :
yum list mysql-workbench-community
?– lese
Nov 16 '15 at 9:55
what packages your system find if you search in your repos for :
yum list mysql-workbench-community
?– lese
Nov 16 '15 at 9:55
you need to load the right repo
– unixmiah
Jan 26 '16 at 18:18
you need to load the right repo
– unixmiah
Jan 26 '16 at 18:18
ahh, you need to purge and reinstall.
– unixmiah
Jan 26 '16 at 18:18
ahh, you need to purge and reinstall.
– unixmiah
Jan 26 '16 at 18:18
add a comment |
1 Answer
1
active
oldest
votes
As you can see on this link, there is the same problem :
https://bugs.mysql.com/bug.php?id=75803
Check if you have libzip package installed on your machine.
If not, install it and retry.
I installed both libzip and tinyxml but still no luck. I am still getting the same error message. I had issued this terminal command to install libzip yum install libzip
– LilRazi
Nov 21 '15 at 2:55
Which error message you get ?
– Tata2
Nov 23 '15 at 10:14
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f243242%2ferror-on-opening-mysql-workbench-on-fedora-23%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
As you can see on this link, there is the same problem :
https://bugs.mysql.com/bug.php?id=75803
Check if you have libzip package installed on your machine.
If not, install it and retry.
I installed both libzip and tinyxml but still no luck. I am still getting the same error message. I had issued this terminal command to install libzip yum install libzip
– LilRazi
Nov 21 '15 at 2:55
Which error message you get ?
– Tata2
Nov 23 '15 at 10:14
add a comment |
As you can see on this link, there is the same problem :
https://bugs.mysql.com/bug.php?id=75803
Check if you have libzip package installed on your machine.
If not, install it and retry.
I installed both libzip and tinyxml but still no luck. I am still getting the same error message. I had issued this terminal command to install libzip yum install libzip
– LilRazi
Nov 21 '15 at 2:55
Which error message you get ?
– Tata2
Nov 23 '15 at 10:14
add a comment |
As you can see on this link, there is the same problem :
https://bugs.mysql.com/bug.php?id=75803
Check if you have libzip package installed on your machine.
If not, install it and retry.
As you can see on this link, there is the same problem :
https://bugs.mysql.com/bug.php?id=75803
Check if you have libzip package installed on your machine.
If not, install it and retry.
answered Nov 16 '15 at 13:33
Tata2Tata2
26515
26515
I installed both libzip and tinyxml but still no luck. I am still getting the same error message. I had issued this terminal command to install libzip yum install libzip
– LilRazi
Nov 21 '15 at 2:55
Which error message you get ?
– Tata2
Nov 23 '15 at 10:14
add a comment |
I installed both libzip and tinyxml but still no luck. I am still getting the same error message. I had issued this terminal command to install libzip yum install libzip
– LilRazi
Nov 21 '15 at 2:55
Which error message you get ?
– Tata2
Nov 23 '15 at 10:14
I installed both libzip and tinyxml but still no luck. I am still getting the same error message. I had issued this terminal command to install libzip yum install libzip
– LilRazi
Nov 21 '15 at 2:55
I installed both libzip and tinyxml but still no luck. I am still getting the same error message. I had issued this terminal command to install libzip yum install libzip
– LilRazi
Nov 21 '15 at 2:55
Which error message you get ?
– Tata2
Nov 23 '15 at 10:14
Which error message you get ?
– Tata2
Nov 23 '15 at 10:14
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f243242%2ferror-on-opening-mysql-workbench-on-fedora-23%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
-mysql
what packages your system find if you search in your repos for :
yum list mysql-workbench-community
?– lese
Nov 16 '15 at 9:55
you need to load the right repo
– unixmiah
Jan 26 '16 at 18:18
ahh, you need to purge and reinstall.
– unixmiah
Jan 26 '16 at 18:18