Klaus Darilion schrieb:
Iñaki Baz Castillo schrieb:
El Lunes, 22 de Junio de 2009, Juha Heinanen escribió:
Iñaki Baz Castillo writes:
Hi, Kamailio trunk version requires libcurl4-gnutls-dev Debian Lenny package while SIP-Router trunk version requires libcurl4-openssl-dev.
looks like both libcurl4-gnutls-dev and libcurl4-openssl-dev provide libcurl library. i think that my use of libcurl in k and sr modules could use either package.
I could try to compile Kamailio with libcurl4-openssl-dev (changing the debian control file). Any issue with it?
I think there is no difference in functionality - just differences in licensing.
Maybe there can be issues with libcurl4-openssl-dev as it is used also for other parts (TLS, libpq?, ...) and openssl is know to cause problems when it is initialized multiple times.
IIRC in ser the Identidy module uses static linking against openssl to avoid this issue.
regards klaus