You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I make a mistaken that delete the libc.so.6 by sudo rm /lib64/libc.so.6.
I try to run
sudo LD_PRELOAD=/lib64/libc-2.12.so ln -s /lib64/libc-2.12.so libc.so.6
sudo: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
And, it can not rebuild the soft link also:
[llf@k20-1 lib]$ sudo ln -sf /lib64/libc-2.14.so /lib64/libc.so.6
sudo: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
How to address this mistake?
The text was updated successfully, but these errors were encountered:
I make a mistaken that delete the libc.so.6 by
sudo rm /lib64/libc.so.6
.I try to run
And, it can not rebuild the soft link also:
How to address this mistake?
The text was updated successfully, but these errors were encountered: