Hi guys, I need to understand why I cannot install a MySQL5 into a RedHat5 distribution. I have tried to download these packages from the mysql official website but when I try to install those packages an error occur: # rpm -ivh MySQL-server-community-5.0.45-0.rhel5.i386.rpm warning: MySQL-server-community-5.0.45-0.rhel5.i386.rpm: V3 DSA signature: NOKEY, key ID 5072e1f5 error: Failed dependencies: libc.so.6(GLIBC_2.4) is needed by MySQL-server-community-5.0.45-0.rhel5.i386 rtld(GNU_HASH) is needed by MySQL-server-community-5.0.45-0.rhel5.i386 How can I solved this problem? Thanks
You must update your libc if you want to install this MySQL package, but I don't recommend it. Chances are you break something else by doing this. I suggest you either try this: http://dev.mysql.com/downloads/mysql/5.0.html#linux-static-x86-32bit-rpms or this: http://dev.mysql.com/downloads/mysql/5.0.html#linux