Radiusd error + libfreeradius-radius-2.1.10.so
Hi all, I try to install freeradius server 2.1.10. After the commands #./configure #make #make install everything is ok. 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? Thanks in advance. Octavio
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.
participants (2)
-
Alan DeKok -
Octavio Ramirez