Velikanov wrote: > I edit Makefile in src/modules/rlm_dbm as you advise and got such result > > [...] > > ../../lib/.libs/libradius.so: undefined reference to `MD5Final' > ../../lib/.libs/libradius.so: undefined reference to `crypt' > ../../lib/.libs/libradius.so: undefined reference to `MD5Init' > ../../lib/.libs/libradius.so: undefined reference to `MD5Update'
It's not exactly the same message, but unfortunately it's the same problem. > 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? Don't use these options: you're using the default directories therefore they are not needed. -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

