My machine is running RHEL 5 x86_64
I'm facing a problem with oh-my-zsh
The zsh version on my machine is
zsh --version
zsh 4.2.6 (x86_64-redhat-linux-gnu)
There are no upgrades available via yum. How can I install a newer version of zsh?
I've tried to look for rpms on the internet but they're for fedora or other distros.
➜ src sudo rpm -ivh zsh-5.0.2-1.fc18.x86_64.rpm
warning: zsh-5.0.2-1.fc18.x86_64.rpm: Header V3 RSA/SHA256 signature: NOKEY, key ID de7f38bd
error: Failed dependencies:
libc.so.6(GLIBC_2.11)(64bit) is needed by zsh-5.0.2-1.fc18.x86_64
libc.so.6(GLIBC_2.14)(64bit) is needed by zsh-5.0.2-1.fc18.x86_64
libc.so.6(GLIBC_2.15)(64bit) is needed by zsh-5.0.2-1.fc18.x86_64
libc.so.6(GLIBC_2.7)(64bit) is needed by zsh-5.0.2-1.fc18.x86_64
libtinfo.so.5()(64bit) is needed by zsh-5.0.2-1.fc18.x86_64
rpmlib(FileDigests) <= 4.6.0-1 is needed by zsh-5.0.2-1.fc18.x86_64
rpmlib(PayloadIsXz) <= 5.2-1 is needed by zsh-5.0.2-1.fc18.x86_64
➜ src sudo rpm -ivh zsh-4.3.17-1.fu2012.x86_64.rpm
warning: zsh-4.3.17-1.fu2012.x86_64.rpm: Header V4 DSA signature: NOKEY, key ID 42d68235
error: Failed dependencies:
libc.so.6(GLIBC_2.11)(64bit) is needed by zsh-4.3.17-1.fu2012.x86_64
libc.so.6(GLIBC_2.14)(64bit) is needed by zsh-4.3.17-1.fu2012.x86_64
libc.so.6(GLIBC_2.15)(64bit) is needed by zsh-4.3.17-1.fu2012.x86_64
libc.so.6(GLIBC_2.7)(64bit) is needed by zsh-4.3.17-1.fu2012.x86_64
libgdbm.so.3()(64bit) is needed by zsh-4.3.17-1.fu2012.x86_64
libtinfo.so.5()(64bit) is needed by zsh-4.3.17-1.fu2012.x86_64
rpmlib(FileDigests) <= 4.6.0-1 is needed by zsh-4.3.17-1.fu2012.x86_64
rpmlib(PayloadIsXz) <= 5.2-1 is needed by zsh-4.3.17-1.fu2012.x86_64
It appears that I can't install the latest version of glibc either :|