Install TeamViewer 14 on Cent OS 6

Because of some software compatibility limits, I cannot use Cent OS 7 or other Linux distributions. So I'm using Cent OS 6.9. When I try to install TeamViewer 14 with command

yum install teamviewer_14.1.9025.x86_64.rpm

I got an error saying:

Error: Package: teamviewer-14.1.9025-0.x86_64 (/teamviewer_14.1.9025.x86_64)
Requires: libc.so.6(GLIBC_2.17)(64bit)

Even though I have already installed GLIBC 2.17:

[root@localhost Downloads]# strings /lib64/libc.so.6 | grep GLIBC
GLIBC_2.2.5
GLIBC_2.2.6
GLIBC_2.3
GLIBC_2.3.2
GLIBC_2.3.3
GLIBC_2.3.4
GLIBC_2.4
GLIBC_2.5
GLIBC_2.6
GLIBC_2.7
GLIBC_2.8
GLIBC_2.9
GLIBC_2.10
GLIBC_2.11
GLIBC_2.12
GLIBC_2.13
GLIBC_2.14
GLIBC_2.15
GLIBC_2.16
GLIBC_2.17
GLIBC_PRIVATE

After a lot of Google searching, I guess it may because that the RPM package is for EL7 but I'm installing it on an EL6 platform.

So how should I fix this problem? Or is there any other way to install TeamViewer on this platform?

THX.

More:

I have also tried TeamViewer 13. It failed in the same way.

Then I tried TeamViewer 10 and it was a success. But I wonder if I can use the latest version on this system.