Page 1 of 1

Error messege

Posted: 10 Dec 2010, 13:17
by ubbe
Hi
when i try ti start Newcs on my Bubba i get this errer messege: /home/ubbe/private/newcs/newcs.ppc: error while loading shared libraries: libgcc_s_nof.so.1: cannot open shared object file: No such file or directory

What to do?

Re: Error messege

Posted: 10 Dec 2010, 14:53
by Ubi
seems like a case of dependicitis. I guess you do have a file called /lib/libgcc_s.so.1?

Re: Error messege

Posted: 10 Dec 2010, 18:33
by Cheeseboy
I guess you do have a file called /lib/libgcc_s.so.1?
And if you do have this file and it still fails, make sure you get no "not found" in the output of:

Code: Select all

ldd /lib/libgcc_s.so.1
EDIT:
If it is missing:

Code: Select all

# apt-get install libgcc1