Octavio Ramirez wrote: > Then, when I try to execute radiusd -X, I have this error: > > radiusd: error while loading shared libraries: > libfreeradius-radius-2.1.10.so: > cannot open shared object file: No such file or directory > > Where can I find these shared libraries?? I have to modify the PATH library?
You've managed to install the libraries in a place where the dynamic linker can't find them. See your OS documentation on the dynamic linker. Or, install the libraries in a place where the dynamic linker can find them. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

