MartineauUK/Unbound-Asuswrt-Merlin

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 directory

What should I do?

As per the unbound_manager Q&A/FAQ

see http://www.snbforums.com/threads/release-unbound_manager-manager-installer-utility-for-unbound-recursive-dns-server.61669/post-548284

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

I did and got that:

image

Then tried Option 1 (Update unbound files...) and got:

/opt/var/lib/unbound/unbound.conf:142: error: cannot open include file '/opt/var/lib/unbound/adblock/adservers': No such file or directory
read /opt/var/lib/unbound/unbound.conf failed: 1 errors in configuration file

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 !