unbound-checkconf: error while loading shared libraries: libunbound.so.8: cannot open shared object file: No such file or directory
Closed this issue · 4 comments
Hi,
I had a segmentation issue again, I followed the procedure of last time it happened
but after that, this time, I'm getting:
unbound-checkconf: error while loading shared libraries: libunbound.so.8: cannot open shared object file: No such file or directory
What should I do?
Hi,
I had a segmentation issue again, I followed the procedure of last time it happened
but after that, this time, I'm getting:
unbound-checkconf: error while loading shared libraries: libunbound.so.8: cannot open shared object file: No such file or directoryWhat should I do?
As per the unbound_manager Q&A/FAQ
NLNetLabs have decided to to revert their poor decision (back in April) to replace 'libunbound' with 'libunbound-light'
So you need to delete 'libunbound-light' with 'libunbound'
opkg remove libunbound-light --force-depends && opkg install libunbound
Either uninstall Adblock, or I suggest you uninstall unbound then reinstall unbound.
I felt like I had to do that too but preferred to ask you first, it fixed the issue, many thanks !