I am trying to compile my programm. First I got the fatal error:rpc/rpc.h, tried some fixes and then fatal error:/usr/include/rpc/misc/abstract_atomic.h. Now I get fatal error: netconfig.h. I have no idea what to do. Can someone help?
┌──(kali㉿kali)-[~/Test/Blatt4]
└─$ gcc -c rls_clnt.c rls_svc.c rls_xdr.c
In file included from /usr/include/rpc/rpc.h:38,
from rls.h:9,
from rls_clnt.c:7:
/usr/include/rpc/types.h:240:10: fatal error: netconfig.h: Datei oder Verzeichnis nicht gefunden
240 | #include <netconfig.h>
| ^~~~~~~~~~~~~
compilation terminated.
In file included from /usr/include/rpc/rpc.h:38,
from rls.h:9,
from rls_svc.c:6:
/usr/include/rpc/types.h:240:10: fatal error: netconfig.h: Datei oder Verzeichnis nicht gefunden
240 | #include <netconfig.h>
| ^~~~~~~~~~~~~
compilation terminated.
In file included from /usr/include/rpc/rpc.h:38,
from rls.h:9,
from rls_xdr.c:6:
/usr/include/rpc/types.h:240:10: fatal error: netconfig.h: Datei oder Verzeichnis nicht gefunden
240 | #include <netconfig.h>
| ^~~~~~~~~~~~~
compilation terminated.