--- mqtt/src/dl.c 2012/04/24 08:06:08 1.2.2.4 +++ mqtt/src/dl.c 2012/04/24 13:54:50 1.2.2.5 @@ -53,7 +53,7 @@ mqttLoadRTLM(cfg_root_t *cfg, int modtype) return NULL; } - rtlm = dlopen(str, RTLD_LAZY); + rtlm = dlopen(str, RTLD_NOW); if (!rtlm) { mqttLog("Error:: RTL module %s not found %s\n", str, dlerror()); return NULL;