Hello I'm on my server and i try to enable https, but i have this error
dig: error while loading shared libraries: libdns.so.162: cannot open shared object file: No such file or directory
I 've find this similar question but I don't reach to solve my problem.
shared libraries of dig and nslookup
if i type
ldd /usr/bin/dig
I see
libdns.so.1100 => /usr/lib/arm-linux-gnueabihf/libdns.so.1100
but not
libdns.so.162
Can someone help me to solve this my problem?
Thanks in advance