14 Oct
2005
14 Oct
'05
2:29 p.m.
Andrew Teixeira <ateixeira@gmail.com> wrote:
I came across error while trying to compile freeradius-1.0.5 today and was looking for a solution. I found a message on the list from September 12 that no one responded to, so I looked into the problem a little further and found a solution (at least for that section of the compile). The problem is in the Makefile for rlm_mschap in that it doesn't include the md4.o object file when it compiles smbencrypt.c.
Huh? Smbencrypt links to libradius.a, which includes md4.o. I don't understand why there's any confusion around md4_calc. Alan DeKok.