mysql installation - failed with dependency error [closed] - mysql

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
In my 32 bit linux system, i tried to install mysql 5.
#rpm -ivh MySQL-server-community-5.1.72-1.rhel5.i386.rpm MySQL-client-community-5.1.72-1.rhel5.i386.rpm
warning: MySQL-server-community-5.1.72-1.rhel5.i386.rpm: V3 DSA signature: NOKEY, key ID 5072e1f5
error: Failed dependencies:
libc.so.6(GLIBC_2.3.4) is needed by MySQL-server-community-5.1.72-1.rhel5
libc.so.6(GLIBC_2.4) is needed by MySQL-server-community-5.1.72-1.rhel5
libpthread.so.0(GLIBC_2.3.4) is needed by MySQL-server-community-5.1.72-1.rhel5
rtld(GNU_HASH) is needed by MySQL-server-community-5.1.72-1.rhel5
libc.so.6(GLIBC_2.3.4) is needed by MySQL-client-community-5.1.72-1.rhel5
libc.so.6(GLIBC_2.4) is needed by MySQL-client-community-5.1.72-1.rhel5
rtld(GNU_HASH) is needed by MySQL-client-community-5.1.72-1.rhel5
Could anyone help me in installing?
Thanks in advance

It says you need glibc version 2.4 as a minimum, and 2.3.4 isn't there as well. Since RHEL4 ends at 2.3.4 and you don't have it, your problem is either:
You're trying to install a RHEL5 RPM on a (pre-4.8) RHEL4 box.
You don't have the 32-bit versions of glibc installed on a RHEL5-64 box.
You said it's a 32-bit box, so it looks like the former. You might be able to rebuild the RPMs from the source one, but if your OS is that old, it's unlikely to work.

Related

Fedora scientific 26 cannot be downloaded [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
I want to download fedora scientific. I tried, of course the official website, but it doesn't work. Where can I download it from? I googled this problem but nobody seems to have it. Am I doing sth wrong?
To be more specific... when I click the download button it redirects me here
and after 2 seconds appears the frustrating 404 Not found.
I went to the fedora forum and found this archive with older versions (I guess), but I don't know exactly what to download from there.
If you may, please help me! Thanks a lot!
It seems like it's not being maintained anymore. There are other ISO files there and the beta releases for v27 labs are there but there's not a scientific one.
I would try getting v25 and then updating the packages (suggestion taken from here).
The archive you found has Fedora Core releases. Oldies but none seems to be your desired Fedora.

Erlang MySQL Library for ejabberd [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 8 years ago.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Improve this question
I have just started playing with ejabberd server for XMPP stuff.
I could setup it up successfully on a VPS using the default Mnesia database.
Now I am trying to configure ejabberd to use a mysql database (instead of Mnesia). I am following the documentation. I have done everything except install the Erlang MySQL library. Unfortunately, the link they give in the document is broken. The link is: https://support.process-one.net/doc/display/CONTRIBS/Yxa.
By, googling I could fing this github repo that claims to be an extension and enhancement of the driver that is linked on ejabberd documentation.
I WOULD LIKE TO KNOW WHAT IS THE RECOMMENDED ERLANG MYSQL LIBRARY (TO WORK WITH EJABBERD).
I found here a supposedly enhanced version of the library. According to the site:
This MySQL driver for Erlang is based on the Yxa driver obtained from
Process One (at
https://support.process-one.net/doc/display/CONTRIBS/Yxa) It includes
several new features such as prepared statements, transactions, binary
queries, type-converted query results, more efficient logging and a
new connection pooling mechanism.
I installed erlang tools on my ubuntu instance that allowed me to compile the library.
There are a lot of forks of emysql driver in the wild b/c of original driver is no longer maintained, but recent news I heard that it was picked and improved, check this repo

Gentoo can't install mysql [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
When I try to install MySQL on Gentoo
emerge mysql
I get these errors
... ...
Calculating dependencies... done!
>>> Verifying ebuild manifests
!!! A file is not listed in the Manifest: '/usr/portage/perl-core/Storable/Storable-2.20.ebuild'
!!! A file is not listed in the Manifest: '/usr/portage/virtual/perl-Storable/perl-Storable-2.20.ebuild'
... ...
Any ideas?
I searched on Google, and didn't find any answers.
Finally, I refreshed portage like this
rm -rf /usr/portage
emerge --sync
Now it works!

creating new project with firebreath [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I am currently tasked to create an NPAPI plugin. And I've read that it will be better to do it with firebreath. The problem is I don't know how to start a project. So I researched and found a tutorial from firebreath.org. But when I tried what he had done in the tutorial, I can't do it. He used CMD to retrieve the source code for firebreath. The command was "git clone git://github.com/firebreath/FireBreath firebreath"... In the tutorial it retrieved the source code.. in my case it returned an error... saying git is not a recognized batch command... any ideas what happened? thanks :D
You need to install git. If you need help with that, it's probably a question for superuser.com, since it's not really a programming question.
You can either install Git from here or simply download the firebreath zip file. Once you've done that, follow the instructions as in this answer: How is an ActiveX wrapper created with FireBreath?
As Taxilian says, git has to be in your system path (environment variables of Windows) if you want to use git from the commandline. Setting/adding the path happens during the installation of git.
If 'git' is not recognized in windows even after adding to the system path try using Git for Windows which provides 'Git Bash' (a command prompt like interface) which is convenient for using git by commands.

Is there free ERD tool mysql in unix suse 8? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
i have an older test unix server with mysql 4.1 enterprise edition on it.
i'm looking for a tool that i can use to automatically generate an erd?
preferably free and easy to setup...
i try to install workbench but i didn't have the know how and after checking with my server guys he told me that i can't install the latest version. and i've been googling around and i can't find any older version for workbench as well.
so i was thinking maybe there's some other open source tools hidden out there that i don't know about.
thanks!
Well, Power Architect is one candidate. I have not tried it with MySQL or on Linux but it reckons to support MySQL and it has a generic *nix download. Plus it is FOSS.