Discussion:
Installing MySQL via RPM on RHEL4 glibc errors
Josh
2008-08-21 16:29:52 UTC
Permalink
When I try to install mysql on rhel4 I get errors saying glibc needs
updated but when I do rpm -qa | grep glibc it tells me I have glibc2.3.4
which is newer than the version the mysql rpm tells me I need? I'm just
trying to get MySQL installed. Can someone help me out? Exact errors are
below...


[***@localhost ~]# rpm -i MySQL-server-standard-5.0.22-0.rhel4.ia64.rpm
warning: MySQL-server-standard-5.0.22-0.rhel4.ia64.rpm: V3 DSA signature:
NOKEY, key ID 5072e1f5
error: Failed dependencies:
libc.so.6.1()(64bit) is needed by
MySQL-server-standard-5.0.22-0.rhel4.ia64
libc.so.6.1(GLIBC_2.2)(64bit) is needed by
MySQL-server-standard-5.0.22-0.rhel4.ia64
libc.so.6.1(GLIBC_2.2.4)(64bit) is needed by
MySQL-server-standard-5.0.22-0.rhel4.ia64
libc.so.6.1(GLIBC_2.3)(64bit) is needed by
MySQL-server-standard-5.0.22-0.rhel4.ia64
libcrypt.so.1(GLIBC_2.0)(64bit) is needed by
MySQL-server-standard-5.0.22-0.rhel4.ia64
libdl.so.2(GLIBC_2.0)(64bit) is needed by
MySQL-server-standard-5.0.22-0.rhel4.ia64
libdl.so.2(GLIBC_2.1)(64bit) is needed by
MySQL-server-standard-5.0.22-0.rhel4.ia64
libm.so.6.1()(64bit) is needed by
MySQL-server-standard-5.0.22-0.rhel4.ia64
libpthread.so.0(GLIBC_2.2)(64bit) is needed by
MySQL-server-standard-5.0.22-0.rhel4.ia64
[***@localhost ~]#
[***@localhost ~]#
[***@localhost ~]# rpm -qa | grep glibc
glibc-2.3.4-2.41
glibc-2.3.4-2.41
glibc-common-2.3.4-2.41
[***@localhost ~]#
Jos Vos
2008-08-21 16:36:10 UTC
Permalink
^^^^

Are you really trying to install this on an Itanium (ia64) system?

Otherwise you're using the wrong rpm, you should have the x86_64 version.
--
-- Jos Vos <***@xos.nl>
-- X/OS Experts in Open Systems BV | Phone: +31 20 6938364
-- Amsterdam, The Netherlands | Fax: +31 20 6948204
Josh
2008-08-21 17:06:16 UTC
Permalink
You were right, doh!, thanks
Post by Jos Vos
^^^^
Are you really trying to install this on an Itanium (ia64) system?
Otherwise you're using the wrong rpm, you should have the x86_64 version.
--
-- X/OS Experts in Open Systems BV | Phone: +31 20 6938364
-- Amsterdam, The Netherlands | Fax: +31 20 6948204
_______________________________________________
Rpm-list mailing list
https://www.redhat.com/mailman/listinfo/rpm-list
Loading...