problem with mangler module

2 messages Options
Embed this post
Permalink
Klaus Darilion

problem with mangler module

Reply Threaded More More options
Print post
Permalink
Hi!

ERROR: load_module: could not open module
</usr/local/lib/ser/modules_s/mangler.so>:
/usr/local/lib/ser/modules_s/mangler.so: undefined symbol: ipExpression
  0(27260) : <core> [cfg.y:3017]: parse error in config file, line 103,
column 12-33: failed to load module

mangler uses an external global variable
   sdp_mangler.h:extern regex_t *ipExpression;
which is nowhere defined.

regards
Klaus

_______________________________________________
sr-dev mailing list
[hidden email]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
Andrei Pelinescu-Onciul

Re: problem with mangler module

Reply Threaded More More options
Print post
Permalink
On Jul 03, 2009 at 14:26, Klaus Darilion <[hidden email]> wrote:

> Hi!
>
> ERROR: load_module: could not open module
> </usr/local/lib/ser/modules_s/mangler.so>:
> /usr/local/lib/ser/modules_s/mangler.so: undefined symbol: ipExpression
>  0(27260) : <core> [cfg.y:3017]: parse error in config file, line 103,
> column 12-33: failed to load module
>
> mangler uses an external global variable
>   sdp_mangler.h:extern regex_t *ipExpression;
> which is nowhere defined.

Thanks, this is a bug I introduced when I fixed variable defintions in
*.h files some time ago (there were a lot of non-external variables
defined in various *.h files in different modules).

Andrei

_______________________________________________
sr-dev mailing list
[hidden email]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev