Hi All,
Several commands do not seem to work anymore:
[email protected]:~$ host google.com
host: symbol lookup error: /lib/x86_64-linux-gnu/libisc-9.18.12-0ubuntu0.22.04.1-Ubuntu.so: undefined symbol: uv_sleep
[email protected]:~$ nslookup google.com
nslookup: symbol lookup error: /lib/x86_64-linux-gnu/libisc-9.18.12-0ubuntu0.22.04.1-Ubuntu.so: undefined symbol: uv_sleep
[email protected]:~$ dig google.com
dig: symbol lookup error: /lib/x86_64-linux-gnu/libisc-9.18.12-0ubuntu0.22.04.1-Ubuntu.so: undefined symbol: uv_sleep
On the other hand, this works:
ping google.com
PING google.com (142.251.36.46) 56(84) bytes of data.
64 bytes from ams17s12-in-f14.1e100.net (142.251.36.46): icmp_seq=1 ttl=60 time=7.84 ms
Extra info:
- DNS resolving works without a hitch except for the three commands mentioned above
- libuv1 is installed (also reinstalled)
- ufw is installed, standard policy
- Kernelversion: 5.19.0-41-generic
- NetworkManagerversion: 1.36.6
I tried to troubleshoot it by first trying to install bind9 but the apt-post-installation script errored out (127) which surprised me a lot.
Any idea how to troubleshoot this one ?