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

👎 error: Project ERROR: libnl-3.0 development package not found #12

Open
652436962 opened this issue Jun 13, 2023 · 3 comments
Open

Comments

@652436962
Copy link

652436962 commented Jun 13, 2023

I try to build it in deepin 20.9,but some wrong
👎 error: Project ERROR: libnl-3.0 development package not found

what should i do?

@oPiZiL
Copy link

oPiZiL commented Jul 1, 2023

sudo apt -y install libnl-3-dev libnl-route-3-dev

@jmsucasas
Copy link

jmsucasas commented Jul 1, 2023

Same error on ubuntu 22.04, apt-get this packages appears to do nothing

jmsucasas@ubuntu:~$ cd cangaroo/ jmsucasas@ubuntu:~/cangaroo$ qmake -qt=qt5 Info: creating stash file /home/jmsucasas/cangaroo/.qmake.stash jmsucasas@ubuntu:~/cangaroo$ make cd src/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /home/jmsucasas/cangaroo/src/src.pro ) && make -f Makefile Project ERROR: libnl-3.0 development package not found make: *** [Makefile:47: sub-src-make_first-ordered] Error 3 jmsucasas@ubuntu:~/cangaroo$ jmsucasas@ubuntu:~/cangaroo$ jmsucasas@ubuntu:~/cangaroo$

@Rydec
Copy link

Rydec commented Dec 28, 2023

sudo apt install pkg-config
this should fix it

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

4 participants