Compiling Radius Code with Cpp Files

2005-02-21 Thread Mani Vasagam
Dear Freeradius UsersI'm pretty new to free radius. I want to compile andlink my own rlm module code with free radius. All myfiles compile and link. But when I run "radiusd -X" ,I get segmentation fault while radiusd loads mymodule.please help. Please let me know what are themakefile/makefile.in

How to compile and link my own rlm_foo module with freeradius

2005-02-21 Thread Mani Vasagam
Dear Friends Could any one please post me the steps to compile and link in my own rlm_foo module with free radius. What make files or Make.inc needs to be changed. Thanks Mani Do you Yahoo!? Yahoo! Search presents - Jib Jab's 'Second Term'

Compiling and Linking rlm_mymodule with cpp files

2005-02-19 Thread Mani Vasagam
Dear Freeradius Users I'm pretty new to free radius. I want to compile and link my own rlm module code with free radius. All my files compile and link. But when I run radiusd -X , I get segmentation fault while radiusd loads mymodule. please help. Please let me know what are the