RealVNC

Alexander Apprich a.apprich at science-computing.de
Tue Feb 22 12:23:55 UTC 2005


Brad,

brad.mugleston at comcast.net wrote:
> Upgraded my notebook to FC2 - added my VPN software and installed 
> RealVNC.  When I try to run RealVNC I get the error 
> libstcd++-libc6.1-1.so.2 can't be found (or something like that).  
> I also can't find it on the web - found references to it but it's 
> not there.

you probably couldn't find it, because you misspelled the shared object
file name :-)

Just install

    compat-libstdc++-7.3-2.96.126.i386.rpm

and you should be good to go.

If you like to see all library dependencies use ldd
root at elmstreet / # ldd /usr/local/bin/vncviewer
         libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x006ff000)
         libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x006bb000)
         libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x00733000)
         libXaw.so.7 => /usr/X11R6/lib/libXaw.so.7 (0x0074a000)
         libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x00bd5000)
         libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x04332000)
         libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x006ef000)
         libstdc++.so.5 => /usr/local/lib/libstdc++.so.5 (0xb7f30000)
         libm.so.6 => /lib/tls/libm.so.6 (0x036b0000)
         libgcc_s.so.1 => /usr/local/lib/libgcc_s.so.1 (0xb7f28000)
         libc.so.6 => /lib/tls/libc.so.6 (0x001b5000)
         libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x0089d000)
         libdl.so.2 => /lib/libdl.so.2 (0x00303000)
         /lib/ld-linux.so.2 (0x0019c000)

If there would be a missing library there would be a "not found" in the
listing



> 
> Anyone know where I can get RealVNC complied to run under FC2 
> (I'm taking it that that is the problem).
> 
> Thanks,
> 

Alex




More information about the Redhat-install-list mailing list