Post
Topic
Board Bitcoin Technical Support
Re: 5.1 compile problems
by
coingarbler
on 18/04/2013, 08:43:13 UTC
I had similar problems with Ubuntu 12.10 (quantal), but it worked with:

sudo apt-get install libminiupnpc-dev libminiupnpc8


which installed all the necessary header/library files.
The versions for narwhal will probably be different -
You can:
apt-cache search libminiupnpc

to find them.