Salvatore Basso wrote:

Hello to all, I am trying to install x0rfbserver in order to use x:0 but
when I try to install the package rpm I have an error message that it says
to me that the package is not installed, but the file libstdc++.so.5.0.1 are
found in:

/usr/lib

Since you use rpm, it is most likely you need the compatibility stdc library too. The libstdc++ found on gcc-build systems is the gcc-stdc++ library. This one differs from the (ansi ?, K&R ?) stdc++ library.


On RedHat73, `rpm -qa | grep stdc` lists the next 2 rpms.
libstdc++-2.96-113
compat-libstdc++-6.2-2.9.0.16

Hence you might need to install "compat-libstdc++". You most likely find it next to the libstdc++ on your distro disk. (by head: on RH7.3 it was on disk 2)


CBee _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to