probably you install radius libraries in /usr/local/lib and /usr/local/lib is not in you library path. So, you must add /usr/local/lib to list of libraries as adding one to LD_LIBRARY_PATH environment directory or to ld.so system config. (man ld.so for details). Also note, that this is a general linux question, rather then radius-specific. On Mon, Nov 21, 2011 at 11:52 AM, artaxerxe <mapandrei@gmail.com> wrote:
Hello! A had freeradius installed via apt-get into my ubuntu 11.04. Because I need to install it with JRadius module, I decided to install it from source code (via configure, make, make install). After some issues, I achieved it well, with radiusd running in my machine. Trying to configure my /etc/raddb/users so that I can test it, I get this error when I try to run radtest:
radtest "John Doe" hello 127.0.0.1 0 radiussecret /usr/local/bin/radclient: error while loading shared libraries: libfreeradius-radius-2.2.0.so: cannot open shared object file: No such file or directory
Can anybody help me on this?
-- View this message in context: http://freeradius.1045715.n5.nabble.com/Need-help-on-testing-freeradius-prob... Sent from the FreeRadius - Dev mailing list archive at Nabble.com. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html