1833012 Members
3030 Online
110048 Solutions
New Discussion

vnc

 
Fadia Almarei
Super Advisor

vnc

Dear All
when i try to install the vnc rpm i have the following error message
"

[root@ORACLE user]# rpm -i vnc-server-3.3.3r2-47.i386.rpm
error: Failed dependencies:
bash >= 2.0 is needed by vnc-server-3.3.3r2-47
"
what is the cause for this problem and what how to solve it
fadia.marei
6 REPLIES 6
Ranjith_5
Honored Contributor

Re: vnc

Hi Fadia,

Are u installing VNC on Redhat linux?
is bash v2.0 or above is available on your system?

read the pre-requisites of different linux distributions here.

you can also download the required products from the same place.

http://rpmfind.net/linux/rpm2html/search.php?query=vnc-server

regards,
Syam
NiCK_76
Respected Contributor

Re: vnc

You can have a try without bash 2.0. Perform rpm with --nodeps switch.
rpm -i --nodeps vnc-server-3.3.3r2-47.i386.rpm
If vnc still not work. You have to upgrade bash 2.0+ rpm.As bash rpm at following url.
http://www.rpmfind.net/linux/rpm2html/search.php?query=bash
just for fun
Fadia Almarei
Super Advisor

Re: vnc

thanks nick
it give me the following message that t is installed
"package vnc-server-3.3.3r2-47 is already installed"

put also when i start the vncviewer but the photo for the system does not apper the only thing appears is the command line session .
what should i do for that
fadia.marei
NiCK_76
Respected Contributor

Re: vnc

What you mean by "when i start the vncviewer but the photo for the system does not apper the only thing appears is the command line session"


just for fun
Fadia Almarei
Super Advisor

Re: vnc

i start the vncviewer from my windows2k pc and i put the password it open for me a session for the server ,but it is not the server interface it is only a a desktop with a session of terminal only. as the attached if you can view it
fadia.marei
NiCK_76
Respected Contributor

Re: vnc

1/ perform command "vncpasswd" on linux server to assign a password

2/ perform command "vncserver" on linux server to start vnc service. You must notice the stdout line.

For example as following:

Warning: NiCK:2 is taken because of /tmp/.X11-unix/X2
Remove this file if there is no X server NiCK:2

New 'NiCK:3 (root)' desktop is NiCK:3

Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/NiCK:3.log

3/ start vnc clinet on windows pc and fill "ipaddress:3" in the server,then input password and open linux desktop
just for fun