3 Jul
2007
3 Jul
'07
7:07 p.m.
On Jul 3, 2007, at 07:25, <baki@enternet.hu> <baki@enternet.hu> wrote:
Hello!
I am developing a custom module for Debian 4.0 with preinstalled FreeRADIUS 1.1.3, but if I build and install my module I get a segmentation fault. Is there a way to build a custom module, and use it with a preinstalled FreeRADIUS?
You may need to include -DNDEBUG in the Makefile depending on how the base system was built. Having that set wrong will definitely cause a seg fault. You also need the header files from that specific version as later versions have made significant changes to some of the structures. The method I use to build modules is shown in the Wiki.