shekyan / slowhttptest

Application Layer DoS attack simulator
Apache License 2.0
1.51k stars 303 forks source link

make and make install not working #84

Open sumitparwal opened 1 year ago

sumitparwal commented 1 year ago

I followed this document installed and unzipped using :https://github.com/shekyan/slowhttptest/wiki/InstallationAndUsage but when i am running make getting below logs doesn't seem it is making someting

sumitparwal@DESKTOP-A9FJ2UV:~/slowhttptest-1.9.0$ make make all-recursive make[1]: Entering directory '/home/sumitparwal/slowhttptest-1.9.0' Making all in src make[2]: Entering directory '/home/sumitparwal/slowhttptest-1.9.0/src' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/sumitparwal/slowhttptest-1.9.0/src' Making all in man make[2]: Entering directory '/home/sumitparwal/slowhttptest-1.9.0/man' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/sumitparwal/slowhttptest-1.9.0/man' make[2]: Entering directory '/home/sumitparwal/slowhttptest-1.9.0' make[2]: Leaving directory '/home/sumitparwal/slowhttptest-1.9.0' make[1]: Leaving directory '/home/sumitparwal/slowhttptest-1.9.0' sumitparwal@DESKTOP-A9FJ2UV:~/slowhttptest-1.9.0$ sudo make install Making install in src make[1]: Entering directory '/home/sumitparwal/slowhttptest-1.9.0/src' make[2]: Entering directory '/home/sumitparwal/slowhttptest-1.9.0/src' /usr/bin/mkdir -p '/home/sumitparwal/Downloads/bin' /usr/bin/install -c slowhttptest '/home/sumitparwal/Downloads/bin' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/sumitparwal/slowhttptest-1.9.0/src' make[1]: Leaving directory '/home/sumitparwal/slowhttptest-1.9.0/src' Making install in man make[1]: Entering directory '/home/sumitparwal/slowhttptest-1.9.0/man' make[2]: Entering directory '/home/sumitparwal/slowhttptest-1.9.0/man' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/sumitparwal/Downloads/share/man/man1' /usr/bin/install -c -m 644 slowhttptest.1 '/home/sumitparwal/Downloads/share/man/man1' make[2]: Leaving directory '/home/sumitparwal/slowhttptest-1.9.0/man' make[1]: Leaving directory '/home/sumitparwal/slowhttptest-1.9.0/man' make[1]: Entering directory '/home/sumitparwal/slowhttptest-1.9.0' make[2]: Entering directory '/home/sumitparwal/slowhttptest-1.9.0' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/sumitparwal/slowhttptest-1.9.0' make[1]: Leaving directory '/home/sumitparwal/slowhttptest-1.9.0'