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

Installation from source code fails on macOS 13.5.2 #2357

Open
rl1987 opened this issue Mar 25, 2024 · 1 comment
Open

Installation from source code fails on macOS 13.5.2 #2357

rl1987 opened this issue Mar 25, 2024 · 1 comment
Labels

Comments

@rl1987
Copy link
Contributor

rl1987 commented Mar 25, 2024

Describe the bug

Running make install fails with following error even if done from root:

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

Expected behavior

A standard installation procedure (./autogen.sh && ./configure && make && make install) should succeed.

nDPI Environment (please complete the following information):

  • OS name: macOS
  • OS version: 13.5.2
  • Architecture: arm64 - Apple Silicon M2
  • nDPI version or commit hash: 4.8
  • nDPI compilation flags used: none

How to reproduce the reported bug

Steps to reproduce the behavior:

  1. Run ./autogen.sh
  2. Run ./configure
  3. Run make
  4. make install
@rl1987 rl1987 added the bug label Mar 25, 2024
@rl1987
Copy link
Contributor Author

rl1987 commented Mar 25, 2024

config.log

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

No branches or pull requests

1 participant