blechschmidt / massdns

A high-performance DNS stub resolver for bulk lookups and reconnaissance (subdomain enumeration)
GNU General Public License v3.0
3.08k stars 460 forks source link

can't compile/install on kali linux #95

Closed radwan2017 closed 2 years ago

radwan2017 commented 3 years ago

when i run the command make i see this error

mkdir -p bin cc -O3 -std=c11 -DHAVE_EPOLL -DHAVE_SYSINFO -Wall -fstack-protector-strong src/main.c -o bin/massdns In file included from src/massdns.h:6, from src/main.c:9: /usr/lib/gcc/x86_64-linux-gnu/10/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory 9 | # include_next | ^~~~~~ compilation terminated. make: *** [Makefile:5: all] Error 1

what should i do?

blechschmidt commented 3 years ago

Did you install the build-essential package? (apt install build-essential)