LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Setup VNC to access Amazon Linux via Windows (https://www.linuxquestions.org/questions/linux-newbie-8/setup-vnc-to-access-amazon-linux-via-windows-920325/)

alrarea 12-24-2011 04:07 AM

Setup VNC to access Amazon Linux via Windows
 
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 : installing-running-vnc-redhat-rpm-linux in this site

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

jefro 12-25-2011 01:18 PM

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


Install those but I suspect that you need much more than the above. Does it have some gui on it already?

alrarea 12-25-2011 11:06 PM

thanks for reply

... ec2-user]# yum install libXaw.so.7
this made install
libXaw
libXmu
libXpm
libXt

but error is still there
error: Failed dependencies:
libstdc++-libc6.2-2.so.3 is needed by vnc-3.3.6-2.i386

how we can install this too.

Does it have some gui on it already?
you mean do i have to install gui tools too. please guide me how to test gui is present. if not then how to install.
but before that i need to setup VNC


All times are GMT -5. The time now is 05:41 PM.