Daniel-Constantin Mierla writes:
Perhaps there is a tool that give the required includes and libs, look for curl-config or pkgconfig. For pkgconfig you to see if it support libcurl -- you can list the supported packages via a command line option, don't remember it by hart.
If you find one of these tools in the system with support for curl library, then print the cflags and libs and see if the module is linked against them. Then best is to update Makefile of the utils module to use such tool -- it already does that for libxml2.
that gets too complicated to me. when i use Makefile before commit
fc98e3f18e01f7376156a97366e355dcb43efecb
to build modules/utils my sip proxy starts fine.
so perhaps ovidiu can figure out why debian build of utils stopped working after the commit.
-- juha