how to fix?
./Telegram: /lib/x86_64-linux-gnu/libc.so.6: versionGLIBC_2.15' not found (required by ./Telegram)
./Telegram: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.14' not found (required by ./Telegram)
Linux Kali 1.1.0a x64
I try to install on CentOS 6.6 Final..
[ay@p6 Telegram]$ ./Telegram
./Telegram: /lib64/libc.so.6: version `GLIBC_2.15' not found (required by ./Telegram)
./Telegram: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by ./Telegram)
[ay@p6 Telegram]$ cat /etc/redhat-release
CentOS release 6.6 (Final)
[ay@p6 Telegram]$ getconf -a | grep -i GNU_LIBC_VERSION
GNU_LIBC_VERSION glibc 2.12
Only web?
To install glib on CentOS/RedHat/Fedora:
yum install glib*(From http://geeksterminal.com/how-to-install-glib-glibc/1392/)
2.12 is max for CentOS 6.x, RedHat Enterprise Linux 6.x, Scientific Linux 6.x , Oracle Enterpise Linux 6.x
If 2.15 is not available, it's not possible to use Telegram Desktop on CentOS
Download pre-compiled binaries from here
Extract the binaries in /opt/gcc-4.7.2
and run the following commands
glibpath=/opt/gcc-4.7.2 (path where you have extracted glib )
export LD_LIBRARY_PATH=$glibpath/glib-2.49.4-kgesagxmtbemim2denf65on4iixy3miy/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=$glibpath/libffi-3.2.1-wk2luzhfdpbievnqqtu24pi774esyqye/lib64:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=$glibpath/pcre-8.39-itdbuzevbtzqeqrvna47wstwczud67wx/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=$glibpath/gettext-0.19.8.1-aoweyaoufujdlobl7dphb2gdrhuhikil/lib:$LD_LIBRARY_PATH