Good day. Error during "#make" disappear after i commented-out this lines in configure #--with-openssl-includes=/usr/include/openssl \ #--with-openssl-libraries=/usr/lib What must i do now? Thanks.
gmake[6]: Entering directory `/u01/data/freeradius-1.1.0/src/modules/rlm_dbm' /u01/data/freeradius-1.1.0/libtool --mode=link gcc rlm_dbm_parser.o ../../lib/li
radius.a -L/usr/lib -lssl -L/usr/lib -lcrypto -lnsl -lresolv -lpthread -l
gdbm -o rlm_dbm_parser gcc rlm_dbm_parser.o -o rlm_dbm_parser ../../lib/libradius.a -L/usr/lib -lssl - lcrypto -lnsl -lresolv -lpthread /usr/lib/libgdbm.so ../../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
wierd funkiness. looks like you're not picking up the local freeradius-devel/md5.h overrides (to avoid using a system libmd5). perhaps a result of the combination of options you have given the ./configure step? alan