The error might be a bit different than the one from the topic- I was translating it from my native language.
After everything failed, I tried doing as mjp pointed in this post: GLIBCXX_3.4.20 not found, how to fix this error?
But as a result every command- apt-get, mv, cp returns the error from the topic title. I cannot go back to the backup version of the file.
At the moment I can't even log into Ubuntu. I got lopped inside the login screen. Everytime I try to login, screen gets black and I get back to login. I can only use the comand via ctrl+alt+F3
What should I do?
Answer for steeldriver (please look at the comment):
lrwxrwxrwx 1 root root 40 Jun 17 21:37 /usr/lib/x86_64-linux-gnu/libstdc++.so.6 -> /usr/lib/x86_64-linux-gnu/libstdc++.so.6
-rw-r--r-- 1 root root 979056 May 7 2016 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.19
lrwxrwrwx 1 root root 19 May 7 2016 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.old -> libstdc++.so.6.0.19
ln
command, what libraries did you link from and to?). You may be able to fix it by booting into the recovery root shell, remounting the filesystem in read-write mode, then using the statically-linkedbusybox ln
to revert your snafu. In the meantime try/bin/busybox ls -l /usr/lib/$(uname -m)-linux-gnu/libstdc++*
and add the result to your question – steeldriver Jun 17 '17 at 20:53