1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-08-22 12:47:45 +02:00

linux: cannot open shared library error

This commit is contained in:
tiyn 2025-08-21 05:45:56 +02:00
parent 111c3c829e
commit a595de964f

View File

@ -222,3 +222,12 @@ It is related to a terminal line setting problem.
```sh ```sh
stty sane stty sane
``` ```
### Error `cannot open shared object file: No such file or directory`
This section is based on a
[Github issue by stephenson](https://github.com/rubygems/rubygems/issues/7523).
This error can occur for many different programs and with many different commands which is why it
is listed in the shell entry.
To fix it the most common and most effective way is to [reinstall](/wiki/linux/package_manager.md)
the program that throws the error.