New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Error messege

Got problems with your B2 or B3? Share and get helped!
Post Reply
ubbe
Posts: 40
Joined: 09 May 2009, 01:17

Error messege

Post 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?
Ubi
Posts: 1549
Joined: 17 Jul 2007, 09:01

Re: Error messege

Post by Ubi »

seems like a case of dependicitis. I guess you do have a file called /lib/libgcc_s.so.1?
Cheeseboy
Posts: 789
Joined: 08 Apr 2007, 12:16

Re: Error messege

Post 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
Post Reply