error while loading shared libraries: /usr/local/lib/libgcc_s.so.1: ELF file OS ABI invalid
heelooo… this is happen after I’ finished installing one application from apt-get.
when u open a application from terminal, it would appear something like this :
error while loading shared libraries: /usr/local/lib/libgcc_s.so.1: ELF file OS ABI invalid
problem:
the libgcc_s.so.1 wasn’t succesfully linked.
just check at :
ls -l /lib/libgcc_s.so.1
thats the correct lib and now you can remove the /usr/local/lib.libgcc_s.so.1 and replace with the correct lib.
# cp /lib/libgcc_s.so.1 /usr/local/lib/libgcc_s.so.1
now, all work fine.. hehe…
Advertisement