11 Aug
2012
11 Aug
'12
2:19 a.m.
Gavin Alves wrote:
Can someone kindly give me some hints for getting rlm_rest working with freeradius 2.1.
Don't. The internal APIs and data structures have changed a LOT from 2.x to 3.0. Back-porting a module really means re-writing it from scratch. Why not just run 3.0?
Now I get the error below which I can't make head nor tail of. Is 3.0 using different compiler options or something?
3.0 has data structures, functions, and other things that don't exist in 2.1. You can't just copy the module. You have to copy every single thing it depends on. Or, just use 3.0. Alan DeKok.