Teamviewer on AIX

Has anyone used Teamviewer on AIX ; I tried installing the rpm package which could be downloaded from here

root@test4:/aix_software>rpm -Uvh teamviewer_linux.rpm
error: failed dependencies:
        libc.so.6(GLIBC_2.4) is needed by teamviewer-8.0.20931-1
        libgcc_s.so.1 is needed by teamviewer-8.0.20931-1
        libasound.so.2 is needed by teamviewer-8.0.20931-1
        libfreetype.so.6 is needed by teamviewer-8.0.20931-1
        libz.so.1 is needed by teamviewer-8.0.20931-1
        libSM.so.6 is needed by teamviewer-8.0.20931-1
        libXdamage.so.1 is needed by teamviewer-8.0.20931-1
        libXext.so.6 is needed by teamviewer-8.0.20931-1
        libXfixes.so.3 is needed by teamviewer-8.0.20931-1
        libXrender.so.1 is needed by teamviewer-8.0.20931-1
        libXtst.so.6 is needed by teamviewer-8.0.20931-1
root@test4:/aix_software>

Searching on the internet I came across this

Anyone know how to install Teamviewer on AIX 5.3 or 6.1 ?

thanks

For remote server Aix, you can trying X-windows or X-manager.

that is recomended software remote.

regard

what willaman said is correct, but on a side note to install the rpm your asking about you need to install the dependencies before you try to install the teamviewer RPM and this rule follows all RPM installs.

You can get some of them from: IBM AIX Toolbox for Linux Applications - Easy Install

Hi,

here is another good site containing Open Source RPMs for AIX: Perzl.org

But I'am pretty sure you will not find any Alsa-Soundmixer package for AIX :wink:

You could try to install Teamviewer without dependencies.

rpm -i --nodeps

Regards