View previous topic :: View next topic |
Author |
Message |
bishneet
Joined: 15 May 2013 Posts: 1
|
Posted: Wed May 15, 2013 12:47 pm Post subject: Problem while doing MAKE in miniupnpD |
|
|
When I am trying command, make -f Makefile.linux, I am getting this error:
linux/getroute.c:19:39: fatal error: libnfnetlink/libnfnetlink.h: No such file or directory
compilation terminated.
make: *** [linux/getroute.o] Error 1
Also, I am not able to find any folder named libnfnetlink. Can you help ASAP? |
|
Back to top |
|
|
miniupnp Site Admin
Joined: 14 Apr 2007 Posts: 1593
|
Posted: Wed May 15, 2013 3:39 pm Post subject: |
|
|
I suppose you are using linux, but which distribution ?
with debian/ubuntu, you need the libnfnetlink-dev package.
sudo apt-get install libnfnetlink-dev _________________ Main miniUPnP author.
https://miniupnp.tuxfamily.org/ |
|
Back to top |
|
|
|