while compiling modules/tls, i get a some warnings:
tls_config.c: In function ??parse_ipv6??:
tls_config.c:67: warning: implicit declaration of function ??str2ip6??
tls_config.c:67: warning: assignment makes pointer from integer without
a cast
and
tls_init.c:71:10: warning: #warning "openssl zlib compression bug workaround enabled"
tls_init.c:89:3: warning: #warning "openssl < 1.0: no TLS extensions or server name support"
and
tls_server.c: In function ??tls_h_nonblocking_write??:
tls_server.c:811: warning: label ??again?? defined but not used
how to get rid of them (the last looks easy)? do i have wrong version
of openssl dev package?
ii libssl-dev 0.9.8g-15+lenny1 SSL development libraries, header files and
by the way, why is tls implementation based on openssl instead of
gnutls?
-- juha
i can't find db schema scripts (e.g. for mysql) in sip-router git nor in
Makefile an entry to generate them.
is this still work to do or have i not looked hard enough?
also, what was the conclusion regarding kamctl scripts and their rc
files?
-- juha
Hi, I wonder how useful are -c and -C options (theorically they check the
config file).
While they detect some obvious errors, they fail to detect errors like:
xlog("L_HI_ALL", "What is it?\n");
modparam("wrong_module_name","wrong_param","wrong_value").
So, how much could I trust this utility?
Thanks.
--
Iñaki Baz Castillo <ibc(a)aliax.net>
Revision: 5863
http://openser.svn.sourceforge.net/openser/?rev=5863&view=rev
Author: henningw
Date: 2009-05-29 08:42:53 +0000 (Fri, 29 May 2009)
Log Message:
-----------
- fix an error in init and postinst, introduced from previous synchronisation
Modified Paths:
--------------
branches/1.5/packaging/debian/kamailio.init
branches/1.5/packaging/debian/kamailio.postinst
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.