Just wanted to know where is this resolv.h configuration file is located in Ubuntu 22.04 LTS Jammy Jellyfish release.
I can able to find resolv.h and res_state.h in RHEL / Fedora distros but cannot able to find it in this Jammy Release. Not sure if it is discontinued or something in the latest releases, so Dropping this question here.
the requrement is to change the MAXNS value for adding morethan three nameservers in resolv.conf
Thanks in advance..!
root@akubu01:~# ls -l /usr/include/resolv.h ls: cannot access '/usr/include/resolv.h': No such file or directory root@akubu01:~# root@akubu01:~# ls -l /usr/include/x86_64-linux-gnu/bits/types/res_state.h ls: cannot access '/usr/include/x86_64-linux-gnu/bits/types/res_state.h': No such file or directory
do we need to install any specific library package or this is included in the base Pack of the OS?
– Akshay Feb 23 '23 at 14:09