21 Nov
2012
21 Nov
'12
11:37 a.m.
Matthew Newton wrote:
After that, it now breaks compiling as follows:
$ make LINK build/bin/radiusd build/lib/.libs/rlm_smb.so: undefined reference to `mdfour'
Wild. That code hasn't been used in a LONG time.
collect2: ld returned 1 exit status make: *** [build/bin/radiusd] Error 1 $
Although src/modules/rlm_smb/smbencrypt.c calls mdfour(), I can't find any other references to it in the source... any ideas where that was supposed to be defined (or which library it's supposed to pull in)?
No idea. It worked at one point. Magically, perhaps. My guess is that we should just remove the module. I don't recall anyone ever using it. Alan DeKok.