Thank you for the tips Ha` ----- Original Message ----- From: Henning Westerholt To: sr-dev@lists.sip-router.org Cc: Do Nguyen Ha Sent: Tuesday, June 16, 2009 5:58 PM Subject: Re: [sr-dev] compile error on Linux debian 2.6.26-2-686
On Dienstag, 16. Juni 2009, Do Nguyen Ha wrote:
i follow the giude: http://sip-router.org/wiki/migration/kamailio-3.0-config
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