We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running make install fails with following error even if done from root:
make install
Making install in src/lib mkdir -p /usr/lib cp libndpi.a libndpi.so.4.8.0 /usr/lib/ cp: /usr/lib/libndpi.a: Operation not permitted cp: /usr/lib/libndpi.so.4.8.0: Operation not permitted make[1]: *** [install] Error 1 make: *** [install-recursive] Error 1
A standard installation procedure (./autogen.sh && ./configure && make && make install) should succeed.
./autogen.sh && ./configure && make && make install
./autogen.sh
./configure
make
The text was updated successfully, but these errors were encountered:
config.log
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Running
make install
fails with following error even if done from root:Expected behavior
A standard installation procedure (
./autogen.sh && ./configure && make && make install
) should succeed.nDPI Environment (please complete the following information):
How to reproduce the reported bug
Steps to reproduce the behavior:
./autogen.sh
./configure
make
make install
The text was updated successfully, but these errors were encountered: