Hello world,
i´m using SER version -0.8.14 in one linux Slackware10.0
I have the problem: ERROR: receive_msg: no mem for sip_msg
(0) INFO: udp_init: SO_RCVBUF is initially 65535
0(0) INFO: udp_init: SO_RCVBUF is finally 131070
0(0) INFO: udp_init: SO_RCVBUF is initially 65535
0(0) INFO: udp_init: SO_RCVBUF is finally 131070
9(0) INFO: fifo process starting: 3289
9(3289) SER: open_uac_fifo: fifo server up at /tmp/ser_fifo...
1(3275) ERROR: receive_msg: no mem for sip_msg
2(3277) ERROR: receive_msg: no mem for sip_msg
4(3281) ERROR: receive_msg: no mem for sip_msg
1(3275) ERROR: receive_msg: no mem for sip_msg
when i use in the ser.cfg
modparam("usrloc", "db_mode",2)
modparam("usrloc", "db_url","sql://ser:@localhost/ser")
I have read the Email-List and i found the Email from 11/18/04
between Daniel and Andrei
The solution was to compile the source code.
Do: make proper include_modules="mysql"; make; make modules
include_modules="mysql"; make install include_modules="mysql". Then
try
again.
My problem is, that i don´t know how to compile the code in my distribution,
i followed the steps:
uncompress the source ser-0.8.14_src.tar.gz in the directory /ser-0.8-14
and then
make proper include_modules="mysql"; make; make modules
include_modules="mysql"; make install include_modules="mysql".
But the Error-Output was:
Makefile.rules:77: flags.d: No such file or directory
flags.c:40:20: stdlib.h: No such file or directory
In file included from parser/msg_parser.h:48,
from action.h:33,
from action.c:43:
ip_addr.h:38:20: string.h: No such file or directory
ip_addr.h:39:23: sys/types.h: No such file or directory
ip_addr.h:40:24: sys/socket.h: No such file or directory
ip_addr.h:41:24: netinet/in.h: No such file or directory
ip_addr.h:42:19: netdb.h: No such file or directory
In file included from ip_addr.h:46,
from parser/msg_parser.h:48,
from action.h:33,
from action.c:43:
dprint.h:33:20: syslog.h: No such file or directory
In file included from parser/msg_parser.h:48,
from action.h:33,
from action.c:43:
ip_addr.h:72: error: field `s' has incomplete type
ip_addr.h:73: error: field `sin' has incomplete type
ip_addr.h:75: error: field `sin6' has incomplete type
ip_addr.h: In function `sockaddr2ip_addr':
...
so i think i forget to do something important but i don´t know
what????!!!!????
Can somebody help me?
Thanks
Ruben