On Dienstag, 16. Juni 2009, Do Nguyen Ha wrote:
Hi Do Nguyen Ha,
when i compile "make all" i run into the
error
functions.c:25:23: error: curl/curl.h: No such file or directory
[..]
make[1]: Leaving directory `/usr/local/src/sr/sip-router/modules/utils'
make: *** [modules] Error 1
It seems that you missing the curl development dependencies, which are needed
in order to compile the utils module. You could just install them, or disable
the compilation of the utils module.
Henning