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?
Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
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
Re: Error messege
seems like a case of dependicitis. I guess you do have a file called /lib/libgcc_s.so.1?
Re: Error messege
And if you do have this file and it still fails, make sure you get no "not found" in the output of:I guess you do have a file called /lib/libgcc_s.so.1?
Code: Select all
ldd /lib/libgcc_s.so.1
If it is missing:
Code: Select all
# apt-get install libgcc1