Here is problem I have. So I download mysql 5.5.13 on the web site, but when I rpm
the packages, it required me to update glibc.
Failed dependencies:
libc.so.6(GLIBC_2.7) is needed by MySQL-server-5.5.13-1.sles11.i586
I am reluctant to do it, since I might break stuffs (system calls, script and other things). For some reason, my SUSE does not have yast2
either. (This is the company server not my personal server). So my guess would be to downgrade the mysql server rpm package to some thing that compatible with SUSE 10.3 without the need to upgrade glibc
.
1.Does anyone know what version of mysql server that compatible with SUSE 10.3 out of the box?
2.I am using SUSE Enterprise Edition 10.3, what is the likelihood that when i update glibc, something will break. I have lot of bash script running, and I am scare if I update glibc, there is chance that my bash script will not work anymore.