error on opening mysql workbench on fedora 23Trouble installing MySQL from binariesCan't start mysql on...
Optimization terminology: "Exact" v. "Approximate"
Cracking the Coding Interview — 1.5 One Away
As the Dungeon Master, how do I handle a player that insists on a specific class when I already know that choice will cause issues?
Is there any word for "disobedience to God"?
Received a dinner invitation through my employer's email, is it ok to attend?
How can I get a player to accept that they should stop trying to pull stunts without thinking them through first?
Confirming the Identity of a (Friendly) Reviewer After the Reviews
Credit score and financing new car
How to memorize multiple pieces?
How is angular momentum conserved for the orbiting body if the centripetal force disappears?
How to md5 a list of filepaths contained in a file?
How to tell someone I'd like to become friends without letting them think I'm romantically interested in them?
What is a solution?
How to properly say "bail on somebody" in German?
US Civil War story: man hanged from a bridge
Combining latex input and sed
What is this triple-transistor arrangement called?
Is a request to book a business flight ticket for a graduate student an unreasonable one?
Why does the U.S. tolerate foreign influence from Saudi Arabia and Israel on its domestic policies while not tolerating that from China or Russia?
Do I have a right to cancel a purchase of foreign currency in the UK?
How to convert a file with several spaces into a tab-delimited file?
Would dual wielding daggers be a viable choice for a covert bodyguard?
During copyediting, journal disagrees about spelling of paper's main topic
Is anyone advocating the promotion of homosexuality in UK schools?
error on opening mysql workbench on fedora 23
Trouble installing MySQL from binariesCan't start mysql on Fedora 19MySQL permission denied error even after setting security context for SELinux on VMMySQL won't startFreeBSD Reinstall postfix with mysql supportInstall 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
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
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♦ 13 mins 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♦ 13 mins 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,1253 gold badges13 silver badges27 bronze badges
2,1253 gold badges13 silver badges27 bronze badges
asked Nov 16 '15 at 3:35
LilRaziLilRazi
61 silver badge3 bronze badges
61 silver badge3 bronze badges
bumped to the homepage by Community♦ 13 mins 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♦ 13 mins 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
2651 silver badge5 bronze badges
2651 silver badge5 bronze badges
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
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