29 May
2009
29 May
'09
9:08 a.m.
Johan Meiring wrote:
After struggling for about 4 hours, I did the following.... 1) touch src/modules/rlm_raw/configure 2) ./autogen.sh 3) added rlm_raw to debian configure by editing debian/rules
Now it tries to compile it, but fails horribly. (See compile failure below).
Does anyone have a clue how to add rlm_raw to the current git tar file?
$ tar -zxf freeradius-server-2.1.7.tar.gz << add rlm_raw >> $ tar -zcf freeradius-server-2.1.7.tar.gz freeradius-server-2.1.7
PS:he rlm_raw I'm using comes from http://lists.cistron.nl/pipermail/freeradius-devel/2005-January/007873.html
That was before version 2.0 was released. You'll likely have to update the module to use the new API's && header files in 2.0. Alan DeKok.