Chris Parker <[EMAIL PROTECTED]> wrote:
> Now, the funny thing is, I cannot find 'eval.c' anywhere in the source.

  'eval.c' was mentioned in an earlier message to the list.  I have no
idea where it's coming from.
 
> I'd suggest nuking all of the 'rlm' libs installed on your system and
> doing a full re-install.  I suspect you may have an older (and incompatible)
> radius module lib somewhere.

  I would also suggest commenting out the code in rad_mangle() via:

static void rad_mangle(rlm_preprocess_t *data, REQUEST *request)
{
#if 0
...

#endif
}


  It won't mangle the attributes in the way you want, but if something
in rad_mangle() is the problem, then it won't SEGV, either.

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to