March 29, 2024, 09:33:17 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: Setup VNC to access Amazon Linux via Windows  (Read 8059 times)

Offline alrarea

  • New Member
  • Posts: 1
Setup VNC to access Amazon Linux via Windows
« on: December 24, 2011, 10:39:59 AM »
Hi,

I need to setup VNC to access Amazon Linux via Windows. To linux i have only access to console through putty.

I tried this link : linuxforums.org/forum/linux-tutorials-howtos-reference-material/971-installing-running-vnc-redhat-rpm-linux.html

In the Installing section i am stucked with an error. The detail is pasted below :

[root@ip-XXX-XXX-XXX-XXX ec2-user]# cat /proc/version
Linux version 2.6.35.14-97.44.amzn1.i686 (mockbuild@build-31005.builion 4.4.5 20110214 (Red Hat 4.4.5-6) (GCC) ) #1 SMP Mon Oct 24 16:03
[root@ip-XXX-XXX-XXX-XXX ec2-user]# rpm vnc-3.3.6-2.i386.rpm -i
error: Failed dependencies:
        libstdc++-libc6.2-2.so.3 is needed by vnc-3.3.6-2.i386
        libXaw.so.7 is needed by vnc-3.3.6-2.i386
        libXmu.so.6 is needed by vnc-3.3.6-2.i386
        libXpm.so.4 is needed by vnc-3.3.6-2.i386
        libXt.so.6 is needed by vnc-3.3.6-2.i386
[root@ip-XXX-XXX-XXX-XXX ec2-user]# yum install libstdc++
Loaded plugins: fastestmirror, priorities, security, update-motd
Loading mirror speeds from cached hostfile
 * amzn-main: packages.us-east-1.amazonaws.com
 * amzn-updates: packages.us-east-1.amazonaws.com
Setting up Install Process
Package libstdc++-4.4.5-6.35.amzn1.i686 already installed and latest version
Nothing to do

Please guide me how to setup VNC to access Amazon Linux via Windows

Thanks in advance