Velikanov wrote:
Now i want to install Freeradius_1.1.0 on the same server and got an error when do "make"
[...]
../../lib/libradius.a(radius.o)(.text+0x11): In function `make_secret': /u01/data/freeradius-1.1.0/src/lib/radius.c:165: undefined reference to `MD5Init '
You might try to edit the Makefile in src/modules/rlm_dbm. Index: src/modules/rlm_dbm/Makefile.in =================================================================== RCS file: /source/radiusd/src/modules/rlm_dbm/Makefile.in,v retrieving revision 1.4.8.1 diff -u -r1.4.8.1 Makefile.in --- src/modules/rlm_dbm/Makefile.in 2 Jun 2004 16:17:06 -0000 1.4.8.1 +++ src/modules/rlm_dbm/Makefile.in 1 Feb 2006 10:25:49 -0000 @@ -8,10 +8,10 @@ include ../rules.mak -rlm_dbm_parser: rlm_dbm_parser.o ../../lib/libradius.a +rlm_dbm_parser: rlm_dbm_parser.lo ../../lib/libradius.la $(LIBTOOL) --mode=link $(CC) $^ $(LIBS) $(RLM_LIBS) -o $@ -rlm_dbm_cat: rlm_dbm_cat.o ../../lib/libradius.a +rlm_dbm_cat: rlm_dbm_cat.lo ../../lib/libradius.la $(LIBTOOL) --mode=link $(CC) $^ $(LIBS) $(RLM_LIBS) -o $@ # -- Nicolas Baradakis