On Jul 3, 2007, at 07:25, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> 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. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

