./configure --prefix=/usr/local/radius-dev --enable-developer ( to avoid overwriting old version )
make make install
i copied over my existing radiusd.conf ( so that I could load the right rlm_sql, etc ) w/out too many changes.
i don't have any core dumps, just this error:
Module: Loaded eap eap: default_eap_type = "md5" eap: timer_expire = 60 rlm_eap: Invalid type name peap cannot be linked radiusd.conf[350]: eap: Module instantiation failed.
I've already tried adding the new libdir to the ENV via a start-devrad.sh:
#!/bin/sh -x
LD_LIBRARY_PATH=/usr/local/openssl-dev/lib:/usr/local/radius-dev/lib LD_PRELOAD=/usr/local/openssl-dev/lib/libcrypto.so
export LD_LIBRARY_PATH LD_PRELOAD
/usr/local/radius-dev/sbin/radiusd $@
but, no luck.
i read through doc/bugs ... that's how i found the info to enable core dumps, but there isn't even a start now to allow for a core dump.
any advice?
--brian
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

