Ali Majdzadeh wrote: > Is there any way to debug an RLM module using gdb? Yes. The modules are just shared libraries. See the gdb manual for how to deal with shared libraries. Alan DeKok.