Derrick,
On 03/15/2011 10:05 PM, Derrick Ding wrote:
/usr/include/bits/string3.h:83: warning: memset used
with constant zero
length parameter; this could be due to transposed parameters
ser_stun.o: In function `add_fingerprint':
/root/kamailio-3.0.1/ser_stun.c:890: undefined reference to `SHA1'
ser_stun.o: In function `validate_fingerprint':
/root/kamailio-3.0.1/ser_stun.c:973: undefined reference to `SHA1'
collect2: ld returned 1 exit status
make: *** [kamailio] Error 1
[...]
Any one can tell me how to I can fix this? By the way, I have install
libssl. It's /usr/lib/libssl.so.0.9.8
You need libssl-dev in order to compile it.
Andreas