On 04.06.20 20:18, Daniel Schröter wrote: > I have the file under /usr: > # ll /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 > -rw-r--r-- 1 root root 99K Feb 4 15:52 > /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
I linked it: # ln -s /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 /lib/x86_64-linux-gnu/libgcc_s.so.1 and now its working. Maybe it's a bug in libgcc1. But I cannot upgrade it to version 10.1.0 because of missing dependencies to gcc-10-base (UNAVAILABLE). Bye