LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Need help on installing mysql (https://www.linuxquestions.org/questions/linux-software-2/need-help-on-installing-mysql-698262/)

ZAMO 01-19-2009 01:47 AM

Need help on installing mysql
 
Hi all,

This is my server OS details.
Code:

$ uname -a
Linux myserver 2.6.9-67.ELsmp #1 SMP Fri Nov 16 12:49:06 EST 2007 x86_64 x86_64 x86_64 GNU/Linux
$ cat /etc/redhat-release
CentOS release 4.6 (Final)


I want to install a free version of mysql-5 server for this.I need help on

1.Where to download the suitable Version?
2.I need a http download not ftp(blocked by firewall?
3. Am unable to install the MySQL-server-community-5.1.30-0.rhel4.ia64 as it throws the following error.
Code:

warning: MySQL-server-community-5.1.30-0.rhel4.ia64.rpm: V3 DSA signature: NOKEY, key ID 5072e1f5
error: Failed dependencies:
        libc.so.6.1()(64bit) is needed by MySQL-server-community-5.1.30-0.rhel4.ia64
        libc.so.6.1(GLIBC_2.2)(64bit) is needed by MySQL-server-community-5.1.30-0.rhel4.ia64
        libc.so.6.1(GLIBC_2.2.4)(64bit) is needed by MySQL-server-community-5.1.30-0.rhel4.ia64
        libc.so.6.1(GLIBC_2.3)(64bit) is needed by MySQL-server-community-5.1.30-0.rhel4.ia64
        libc.so.6.1(GLIBC_PRIVATE)(64bit) is needed by MySQL-server-community-5.1.30-0.rhel4.ia64
        libcrypt.so.1(GLIBC_2.0)(64bit) is needed by MySQL-server-community-5.1.30-0.rhel4.ia64
        libdl.so.2(GLIBC_2.0)(64bit) is needed by MySQL-server-community-5.1.30-0.rhel4.ia64
        libdl.so.2(GLIBC_2.1)(64bit) is needed by MySQL-server-community-5.1.30-0.rhel4.ia64
        libm.so.6.1()(64bit) is needed by MySQL-server-community-5.1.30-0.rhel4.ia64
        libpthread.so.0(GLIBC_2.2)(64bit) is needed by MySQL-server-community-5.1.30-0.rhel4.ia64
        libunwind.so.7()(64bit) is needed by MySQL-server-community-5.1.30-0.rhel4.ia64
        MySQL conflicts with mysql-4.1.20-2.RHEL4.1.0.1.i386
        MySQL conflicts with mysql-4.1.20-2.RHEL4.1.0.1.x86_64

How to remove the mysql-4.1.20-2.RHEL4.1.0.1.i386 and to install Version 5.

Thanks

es0teric 01-19-2009 03:04 AM

Try installing it with Yum, or some other kind of package-management software. This should automatically do dependency checking and install the libraries which are apparently missing.

servat78 01-19-2009 06:13 PM

Is this your own server, or is it some hosted pre-installed hardware. I once ran into a dedicated CentOS server where mySQL and some other components have been set up in some unusual way, so installing packages with yum was successful, only that the yum installed package didn't get used. The other install location came earlier in the $PATH.
If that's not the case, than yum will certainly do a better job, then getteing each dependency one-by-one.

Debian

ZAMO 01-20-2009 06:22 AM

Thanks


All times are GMT -5. The time now is 07:31 PM.