Hi,
I can't compile libupnpp from
http://www.lesbonscomptes.com/upmpdcli/downloads.html:
tc@box:/mnt/mmcblk0p2/compile/libupnpp-0.14.1$ ./configure --prefix=/usr/local
checking for curl_easy_init in -lcurl... no
configure: error: libcurl not found
curl and curl-dev installed:
$ ls /usr/local/include/curl/
curl.h curlver.h multi.h
curlbuild.h easy.h stdcheaders.h
curlrules.h mprintf.h typecheck-gcc.h
$ ls /usr/local/lib/libcurl.*
/usr/local/lib/libcurl.a /usr/local/lib/libcurl.so.4
/usr/local/lib/libcurl.la /usr/local/lib/libcurl.so.4.4.0
/usr/local/lib/libcurl.so
I have compiled it on rpi 1 without problem.
Thanks for your help.