Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 2364  / 3 Years ago, tue, october 12, 2021, 5:31:55

I got this error while booting



'mount: error while loading shared libraries: libudev.so.0 : no such file or directory' 


Then i followed this



I Booted into recovery mode and opened terminal and installed libudev0 using

apt-get install libudev0



It says its already installed



Even i linked libudev0 and libudev1 as mentioned here
But no gain :(



EDIT: Output of locate -e libudev.so.0



/lib/i386-linux-gnu/libudev.so.0
/lib/i386-linux-gnu/libudev.so.0.13.0
/lib/x86_64-linux-gnu/libudev.so.0.13.0

More From » boot

 Answers
1

I am guessing that you are running a 64bit system. If so, this dirty hack should work:



sudo ln -s /lib/x86_64-linux-gnu/libudev.so.0.13.0 /lib/x86_64-linux-gnu/libudev.so.0


That will crate a link named libudev.so.0 that points to /lib/x86_64-linux-gnu/libudev.so.0.13.0.


[#26612] Thursday, October 14, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
olfdit

Total Points: 118
Total Questions: 98
Total Answers: 97

Location: Honduras
Member since Fri, Nov 25, 2022
1 Year ago
;