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

mass dns not installing on centos #90

Closed ap062 closed 3 years ago

ap062 commented 3 years ago

mkdir -p bin cc -O3 -std=c11 -DHAVE_EPOLL -DHAVE_SYSINFO -Wall -fstack-protector-strong src/main.c -o bin/massdns make: cc: Command not found make: *** [all] Error 127 image

blechschmidt commented 3 years ago

Looks like the C compiler is missing. Does sudo yum groupinstall 'Development Tools' help?