[Solved] Uhttpd Unbound Error

Hey, so I keep getting this error:

Sun Dec 27 04:35:34 2020 daemon.err uhttpd[1731]: Error loading shared library libevent-2.1.so.7: No such file or directory (needed by /usr/sbin/unbound-control)
Sun Dec 27 04:38:41 2020 daemon.err uhttpd[1731]: Error loading shared library libevent-2.1.so.7: No such file or directory (needed by /usr/sbin/unbound-control)
Sun Dec 27 04:38:43 2020 daemon.err uhttpd[1731]: Error loading shared library libevent-2.1.so.7: No such file or directory (needed by /usr/sbin/unbound-control)

How do I solve this issue?

Anyone? Bumping.

Is this an error that I can safely ignore?

You have not explained what you are trying to do but you probably need to do:

opkg update
opkg install unbound-daemon-heavy

Oh, I'm sorry.

For the most part, I am trying to configure DNS over TLS via Unbound. I did it for the most part, though I keep getting this line of error.

Sun Dec 27 04:35:34 2020 daemon.err uhttpd[1731]: Error loading shared library libevent-2.1.so.7: No such file or directory (needed by /usr/sbin/unbound-control)

I found it a nuisance, hence I asked for help.

Libevent is missing. It should get installed with unbound....

So, to install it properly:

opkg update
opkg remove dnsmasq odhcp6c odhcpd-ipv6only
opkg install odhcpd luci-app-unbound unbound-daemon unbound-daemon-heavy luci-app-sqm luci-app-upnp

Would this be correct? (Please don't mind SQM and UPnP)

Why don't you just install the missing library?

Using this command, right?

Hi, I think I got this already.

That is what I typed.
You don't say what you did to get to this point so I can't say what is actually required.
You can search for the missing library:

opkg list | grep libevent

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.