LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Library Problem (https://www.linuxquestions.org/questions/linux-newbie-8/library-problem-680145/)

bittus 10-30-2008 08:17 PM

Library Problem
 
I think one of my colleague has done some crap on my fedora box. I doubt he tried something fishy with the library and it got corrupted.

Thank god that most of my programs are working fine. Only some programs are reporting the library error.

When I try the man page :

Quote:

$ man ls
/usr/bin/gtbl: /usr/lib/libstdc++.so.6: version `CXXABI_1.3' not found (required by /usr/bin/gtbl)
/usr/bin/gtbl: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4' not found (required by /usr/bin/gtbl)
How can I bring back everything to normal ?

Simon Bridge 10-31-2008 12:48 AM

ls /usr/lib/libstdc++.so.6
... it it really gone?

If gone - get yum to update your system and get missing dependencies.

For the future - create an account on your computer called "guest". When you lend it to someone, they use the guest account.

pinniped 10-31-2008 02:08 AM

Sometimes it is a matter of missing symlinks.

bittus 11-02-2008 07:39 PM

$ ls -alh /usr/lib/libstdc++.so.6
lrwxrwxrwx 1 root root 18 2008-02-12 04:09 /usr/lib/libstdc++.so.6 -> libstdc++.so.6.0.8

It should be a version conflict ?


All times are GMT -5. The time now is 02:36 PM.