1 Feb
2006
1 Feb
'06
11:01 a.m.
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