Description:
Hello I am trying to install the latest Mysql onto a new AMD 64 bit Red Hat Ent Server.
Red Hat Enterprise Linux ES release 3 (Taroon Update 5)
AMD 64bit.
rpm -ihv MySQL-server-standard-4.1.12-0.rhel3.x86_64.rpm MySQL-client-standard-4.1.12-0.rhel3.x86_64.rpm MySQL-debuginfo-4.1.12-0.rhel3.x86_64.rpm MySQL-devel-standard-4.1.12-0.rhel3.x86_64.rpm MySQL-shared-standard-4.1.12-0.rhel3.x86_64.rpm
Or to keep it simple : rpm -ihv MySQL-server-standard-4.1.12-0.rhel3.x86_64.rpm
error: Failed dependencies:
libc.so.6()(64bit) is needed by MySQL-server-standard-4.1.12-0.rhel3
libc.so.6(GLIBC_2.2.5)(64bit) is needed by MySQL-server-standard-4.1.12-0.rhel3
libc.so.6(GLIBC_2.3)(64bit) is needed by MySQL-server-standard-4.1.12-0.rhel3
libcrypt.so.1()(64bit) is needed by MySQL-server-standard-4.1.12-0.rhel3
libcrypt.so.1(GLIBC_2.2.5)(64bit) is needed by MySQL-server-standard-4.1.12-0.rhel3
libdl.so.2()(64bit) is needed by MySQL-server-standard-4.1.12-0.rhel3
libdl.so.2(GLIBC_2.2.5)(64bit) is needed by MySQL-server-standard-4.1.12-0.rhel3
libm.so.6()(64bit) is needed by MySQL-server-standard-4.1.12-0.rhel3
libm.so.6(GLIBC_2.2.5)(64bit) is needed by MySQL-server-standard-4.1.12-0.rhel3
libnsl.so.1()(64bit) is needed by MySQL-server-standard-4.1.12-0.rhel3
libpthread.so.0()(64bit) is needed by MySQL-server-standard-4.1.12-0.rhel3
libpthread.so.0(GLIBC_2.2.5)(64bit) is needed by MySQL-server-standard-4.1.12-0.rhel3
libpthread.so.0(GLIBC_2.3.2)(64bit) is needed by MySQL-server-standard-4.1.12-0.rhel3
librt.so.1()(64bit) is needed by MySQL-server-standard-4.1.12-0.rhel3
libz.so.1()(64bit) is needed by MySQL-server-standard-4.1.12-0.rhel3
I keep getting Dependency issues.
rpm -qa | grep glibc
glibc-headers-2.3.2-95.33
compat-glibc-7.x-2.2.4.32.6
glibc-kernheaders-2.4-8.34.1
glibc-2.3.2-95.33
glibc-devel-2.3.2-95.33
glibc-profile-2.3.2-95.33
glibc-common-2.3.2-95.33
glibc-utils-2.3.2-95.33
It appears I have the Libs ?
How to repeat:
rpm -ihv MySQL-server-standard-4.1.12-0.rhel3.x86_64.rpm