When I shutdown my computer last night, it gave me this error message. It seems to be working fine but should I be considered?

vortexal@sopuli.xyz to Linux@lemmy.ml – 102 points –

I'm not sure what fixed it because I tried multiple things yesterday, but it shutdown normally last night.

50

You are viewing a single comment

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.

(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, not x86-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.

1 more...
1 more...