Teamviewer on AIX


 
Thread Tools Search this Thread
Operating Systems AIX Teamviewer on AIX
# 1  
Old 09-15-2013
Teamviewer on AIX

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

Code:
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
# 2  
Old 09-17-2013
For remote server Aix, you can trying X-windows or X-manager.

that is recomended software remote.

regard
# 3  
Old 09-19-2013
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
# 4  
Old 09-20-2013
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 Smilie

You could try to install Teamviewer without dependencies.
Code:
rpm -i --nodeps

Regards
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. AIX

Samba 3.6 on AIX 7.1 - Windows 10 Access to AIX file shares using Active Directory authentication

I am running AIX 7.1 and currently we have samba 3.6.25 installed on the server. As it stands some AIX folders are shared that can be accessed by certain Windows users. The problem is that since Windows 10 the guest feature no longer works so users have to manually type in their Windows login/pwd... (14 Replies)
Discussion started by: linuxsnake
14 Replies

2. AIX

Will it affect my AIX LPAR security, when i set up email alerts on AIX server.

Hello, I've set up email alerts on AIX Servers. so that i can get email notifications (via mail relay server) when ever there is abnormal behavior. for example 1) my script monitors CPU/disk/memory etc... when it reaches high water ark, it will send an email alert. 2) disk usage alerts 3)... (5 Replies)
Discussion started by: System Admin 77
5 Replies

3. Red Hat

Teamviewer Installation

Hello, i am trying to install Teamviewer in RHEL6 and i get this error. ------------------------------------------------------------------------------------------------------ # rpm -i teamviewer_linux.rpm warning: teamviewer_linux.rpm: Header V4 DSA/SHA1 Signature, key ID 72db573c: NOKEY... (1 Reply)
Discussion started by: AMARNATHGAINI
1 Replies

4. Red Hat

Installing teamviewer

hello i am trying to install the teamviewer in RHEL6 but it giving the error. ---------------------------------------------------------------------------------------------------------- # rpm -i teamviewer_linux.rpm warning: teamviewer_linux.rpm: Header V4 DSA/SHA1 Signature, key ID 72db573c:... (1 Reply)
Discussion started by: AMARNATHGAINI
1 Replies

5. AIX

Nim on AIX 7.1 used to migrate AIX 5.3 to AIX 6.1...is possible?

Using nimadm: nimadm -j nimadmvg -c sap024 -s spot_6100 -l lpp_6100 -d "hdisk1" -Y Initializing the NIM master. Initializing NIM client sap024. 0505-205 nimadm: The level of bos.alt_disk_install.rte installed in SPOT spot_6100 (6.1.3.4) does not match the NIM master's level (7.1.1.2).... (2 Replies)
Discussion started by: sciacca75
2 Replies

6. AIX

How to upgrade AIX Firmware & TL Maintenance Level in AIX

Steps to upgrade AIX TL ( technology Level ) / Maintenance Level in AIX ( including Firmware HMC VIOS ) This article or post covers upgrades for - Hardware Management Console ( HMC ) - Firmware ( also known as microcode ) - VIO ( Virtual I/O Server = PowerVM ) - AIX Version, Technology... (2 Replies)
Discussion started by: filosophizer
2 Replies

7. AIX

IY17981 fix required for aix 4.3.3 to aix 5L migration but not found

Hi, redbook documentation is telling that IY17981 fix is required for aix 4.3.3 to aix 5L migration. But there is no mention about that fix in any ML installation packages. - My system is ML11 : oslevel –r 4330-11 - But xlC.rte is on wrong version : lslpp -L xlC.rte xlC.rte ... (3 Replies)
Discussion started by: astjen
3 Replies

8. AIX

How to apply aix 5.3 TL8 properly on ML5 aix system ?

Is it necessary to put system into single user mode for applying aix 5.3 TL8 on a aix 5.3.5.0 system ? Is the TL8 installation not totally safe ? thank you. (6 Replies)
Discussion started by: astjen
6 Replies
Login or Register to Ask a Question