Warning: Some posts on this platform may contain adult material intended for mature audiences only. Viewer discretion is advised. By clicking ‘Continue’, you confirm that you are 18 years or older and consent to viewing explicit content.
ldconfig sets up links and caches for loading library code. That might be an issue if your install is broken between updates. You can use ldd to check if code can be looked up. ldd /usr/lib/x86-64-linux-gnu/libpcre2-8.so.0 should show no errors. Likewise for ldd /usr/sbin/init.
Ok, so Synaptic Package Manager states that it’s installed in the exact location you say that it’s supposed to be in but ldd states “No such file or directory”. What’s going on here?
ldconfig
sets up links and caches for loading library code. That might be an issue if your install is broken between updates. You can useldd
to check if code can be looked up.ldd /usr/lib/x86-64-linux-gnu/libpcre2-8.so.0
should show no errors. Likewise forldd /usr/sbin/init
.(Your paths may vary)
Ok, so Synaptic Package Manager states that it’s installed in the exact location you say that it’s supposed to be in but ldd states “No such file or directory”. What’s going on here?
You have a typo: It should be
x86_64
, notx86-64
Oops, anyways it seems to have been found this time. I did reinstall it already but I wont know if it fixed the issue until tonight.
deleted by creator