On Thu, 26 Dec 2002 03:26:28 +0200 (EET) Nerijus Baliunas <[EMAIL PROTECTED]> wrote:
> > ./xc-mail: error while loading shared libraries: libg++-libc6.2-2.so.3: > > cannot open shared object file: No such file or directory > > You probably meant libstdc++-libc6.2-2.so.3. > $ rpm -qf /usr/lib/libstdc++-libc6.2-2.so.3 > compat-libstdc++-7.3-2.96.110 > Just installing compat-libstdc++ rpm should probably help. Or, if it was really libg++-libc6.2-2.so.3, install compat-libstdc++ rpm and make a link from /usr/lib/libstdc++-libc6.2-2.so.3 to /usr/lib/libg++-libc6.2-2.so.3 and rerun ldconfig. Regards, Nerijus
