> If RH installs in the same directory, then it got overwritten. Fortunately enough, it doesn't. do rpm -ql vnc or vncserver or whatever to find out what files it installed.
> > So my question is how do I give the RH one priority ? It should already have it. If I were you I'd remove the one you installed from elsewhere. How did you install it? sounds like it was either a source build or a tarball. "make uninstall" has the potential to work if it was a source build. Otherwise I guess go to the directory you unpacked your tar ball and do rm -f $(tar tzf vncserver.tar.gz) or some similar incantation. > > Do I rebuild the rpms for vnc and vncserver ? > > > 1. If you want VNC to take over your existing display, google > > for the intuitively named `x0rfbserver' > > > > Louis> I will install this soon. Any hints on how to run this tool to > export > display would be helpful. > Cheers start out by getting the normal one to work, then play with the exotic ones. James. > > -----Original Message----- > > From: Mike MacCana [mailto:[EMAIL PROTECTED] > > Sent: Friday, 7 March 2003 11:12 > > To: Louis Selvon > > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > > Subject: Re: [Re: [[SLUG] VNC on Live Server for RH 7.1 [Next > Round]]] > > > > > > Two things: > > > > 1. If you want VNC to take over your existing display, google > > for the intuitively named `x0rfbserver' > > > > 2. Red Hat 7.1 cam with vnc packages. It looks as if you're > > using some third party ones built for a different release. > > use the ones from the CDs or a Red Hat 7.1 FTP site. > > > > Mike > > > > On Thu, 2003-03-06 at 22:41, Louis Selvon wrote: > > > Hi Scott: > > > > > > The is the log output: > > > > > > >>>>>>>>>>>>>>>>>>>>> > > > > > > [EMAIL PROTECTED] .vnc]# more ensim.rackshack.net:1.log > > > Xvnc: error while loading shared libraries: > > libstdc++-libc6.1-1.so.2: > > > cannot open shared object file > > > : No such file or directory > > > xrdb: Connection refused > > > xrdb: Can't open display 'ensim.rackshack.net:1' > > > xsetroot: unable to open display 'ensim.rackshack.net:1' > > > AfterStep: can't open display ensim.rackshack.net:1 > > [EMAIL PROTECTED] .vnc]# > > > > > > >>>>>>>>>>>>>>>>>>>>>> > > > > > > Is this library meant to be installed from XFree86 installation ? > I > > > have no clue what this library is for. Where do I get it from ? > > > > > > Cheers > > > > > > Louis. > > > > > > --snip-- > > > > > > > > Local Network: > > > > If I start vncserver multiple times on the linux local machine, > I > > > > always > > > get a > > > > new display number. > > > > > > > > Live Server Box: > > > > Starting vncserver multiple times I keep getting the same > > X desktop > > > display > > > > number, i.e 1 . This tells me that starting the vncserver is > > > > probably > > > dying > > > > straight away. So when I try to connect via the vncviewer > > remotely > > > > the connection is not there so it keeps giving connection > > not found. > > > > > > > What does the log file say? > > > Its located in ~/.vnc/ > > > > > > Cheers, > > > > > > Scott > > > -- > > > SLUG - Sydney Linux User's Group - http://slug.org.au/ > > > More Info: http://lists.slug.org.au/listinfo/slug > > > > > > > > > -- > > > SLUG - Sydney Linux User's Group - http://slug.org.au/ > > > More Info: http://lists.slug.org.au/listinfo/slug > > -- > > ______________________________________________________________ > > ______________ > > Mike MacCana Consultant RHCE, MCSE, MCP+I > > Cybersource: Providing Quality IT Professional Services for > > 11 Years Specialists in Unix/Linux, TCP/IP and Web > > Application Development Level 4, 10 Queen St, Melbourne. Ph > > : 03 9621 2377 Fax: 03 9621 2477 > > > > -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
