On Tuesday 21 April 2009, Henning Westerholt wrote:
fix crash in carrierroute related to failed config
file loading
[..]
This happens probably because of some overlapping symbols in sr core and the
libconfuse library, which is used from cr.
cfg/cfg_struct.h
122:int cfg_init(void);
[..]
modules/carrierroute/cr_config.c
106: cfg = cfg_init(opts, CFGF_NONE);
How do resolve this issue, is it ok when i rename the core function?
Cheers,
Henning