hello !

first try that to see what file you may be lacking :
find /usr/lib/gcc-lib/ -name 'libstdc++*' -exec ls -l {} \;

on my machine, i get this result :

-rwxr-xr-x    1 root     root      1067972 2003-07-24 01:31 
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/libstdc++.so.5.0.3
lrwxrwxrwx    1 root     root           18 2003-08-08 11:44 
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/libstdc++.so.5 -> libstdc++.so.5.0.3
-rwxr-xr-x    1 root     root          896 2003-07-24 01:31 
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/libstdc++.la
-rw-r--r--    1 root     root      4104030 2003-07-24 01:31 
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/libstdc++.a
lrwxrwxrwx    1 root     root           18 2003-08-08 11:45 
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/libstdc++.so -> libstdc++.so.5.0.3

maybe a simple ldconfig as root will solve your problem if you don't lack files
maybe the symbolic link libstdc++.so.5 is missing ...

hope it helps

sylvain

Le Fri, 12 Sep 2003 22:06:34 +0300
Niklas Koponen <[EMAIL PROTECTED]> a �crit:

> Hi!
> 
> I'm in panic. For the first time in a long time I don't have a clue what
> to do!
> 
> For some reason my winmodem and pcmcia cards stopped working. I started
> fixing them and I had to compile the kernel a few times. Nothing unusual
> for me... Well for some reason I started trying with the experimental
> video frame buffers. I tried to switch between virtual consoles and the
> system halted. I had to power off. And suddenly I started getting these
> weird messaged about modules not being found and so on.
> 
> Now I have the modem working and mail seems to work so any help is
> appreciated at this moment.
> 
> Emerge does not work because python does not work. X and man doesn't work and
> I guess several other applications won't work either.
> 
> Here is the output I get when trying to execute the programs.
> 
> emerge:
> python: error while loading shared libraries: libstdc++.so.5: cannot open shared 
> object file: No such file or directory
> 
> man:
> /usr/bin/gtbl: error while loading shared libraries: libstdc++.so.5: cannot open 
> shared object file: No such file or directory
> groff: error while loading shared libraries: libstdc++.so.5: cannot open shared 
> object file: No such file or directory
> 
> x:
> xauth: error while loading shared libraries: libXmuu.so.1: cannot open shared object 
> file: No such file or directory
> xauth: error while loading shared libraries: libXmuu.so.1: cannot open shared object 
> file: No such file or directory
> xauth: error while loading shared libraries: libXmuu.so.1: cannot open shared object 
> file: No such file or directory
> xauth: error while loading shared libraries: libXmuu.so.1: cannot open shared object 
> file: No such file or directory
> xinit: error while loading shared libraries: libXmuu.so.1: cannot open shared object 
> file: No such file or directory
> xauth: error while loading shared libraries: libXmuu.so.1: cannot open shared object 
> file: No such file or directory
> 
> Where should I start searching for a solution.
> 
> -Niklas
> -- 
> Niklas Koponen   | Hietapellontie 3 B 7 | [EMAIL PROTECTED]
> +358 40 757 1459 | 02400 KIRKKONUMMI    | http://www.iki.fi/niklas.koponen
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 



--
[EMAIL PROTECTED] mailing list

Reply via email to