Dynamic libs disappear

be4r

New Member
Joined
Feb 24, 2022
Messages
2
Reaction score
2
Credits
21
Good day, fellow forum members!
I'm experiencing a strange problem:
some time after reboot, different .so files mostly from /lib/x86_64-linux-gnu/ either get corrupted or disappear completely. It could happen after 30 minutes as well as could take 20+ hours.

The UX is like following: everything works fine and then on another start of some tool it crashes with an error
Code:
symbol lookup error: /lib/x86_64-linux-gnu/librandomlibrary.so.2:  undefined symbol:...
or
Code:
error while loading shared libraries: librandomlibrary.so.2: cannot open shared object file: No such file or directory
Of the top of my head, it happend to libssl, libcrypto and libldap.

This gets fixed after reboot, which is pretty damn strange.
Code:
Linux computer 5.4.0-97-generic #110-Ubuntu SMP Thu Jan 13 18:22:13 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Haven't seen any sus stuff in dmesg and my ssd is pretty new and healthy.

What could lead to stated problem? PLEASE HELP!!!1
 


Haven't seen any sus stuff in dmesg and my ssd is pretty new and healthy.
Perhaps checkout the systemd journal (journalctl) if your system runs it, or syslog.
 
It makes me want to check the drive's health. Maybe start here:

 
Are you using anything like LD_LIBPATH as an environmental varaible anywhere?
Are these libraries "custom compiled" by yourself locally?
Just curious... what distro is this?
 

Staff online

Members online


Latest posts

Top