Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make and make install not working #84

Open
sumitparwal opened this issue Jun 15, 2023 · 0 comments
Open

make and make install not working #84

sumitparwal opened this issue Jun 15, 2023 · 0 comments

Comments

@sumitparwal
Copy link

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant