blechschmidt / massdns

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

Massdns is not make in ubuntu. #135

Closed freep0int closed 1 year ago

freep0int commented 1 year ago
root@ubuntu:~/massdns# make
mkdir -p bin
cc    -DMASSDNS_REVISION=\"v1.0.0-65-g2cee317\" -O3 -std=c11 -DHAVE_EPOLL -DHAVE_SYSINFO -Wall -fstack-protector-strong src/main.c -o bin/massdns
make: cc: Command not found
make: *** [Makefile:6: all] Error 127
freep0int commented 1 year ago

Fixed: sudo apt install gcc

ty