24 Oct
2005
24 Oct
'05
12:53 p.m.
"Tariq Rashid" <tariq.rashid@uk.easynet.net> wrote:
radclient.c: In function `main': radclient.c:788: error: `RADIUS_DICTIONARY' undeclared (first use in this function)
Huh? That's declared in src/include/conf.h, which is #include'd in radclient.c. It looks like something is *very* broken in your system.
then i have to manually add "-lmd5" to the LIBS in Make.inc.
Huh? Why? FreeRADIUS includes MD5 code.
am i going about this the wrong way - is there an easier way?
It looks to me like the "configure" process failed. Alan DeKok.