Hi, I just installed "freeradius-server-2.1.11" as follow: $ ./configure $ make $ sudo make install when I run the server using the following command: $ sudo radiusd -X it just returns the following error: "radiusd: error while loading shared libraries: libfreeradius-radius-2.1.11.so: cannot open shared object file: No such file or directory" what do you think is the problem? Thanks for your help. Regards
Hi,
it just returns the following error:
"radiusd: error while loading shared libraries: [1]libfreeradius-radius-2.1.11.so: cannot open shared object file: No such file or directory"
the location where the libraries have been installed is not in your library path? check /etc/ld.so.conf run /sbin/ldconfig -v alan
Hi,
run /sbin/ldconfig -v
Thanks, the command above worked like a charm ;) On Mon, Sep 12, 2011 at 12:10 AM, Alan Buxey <A.L.M.Buxey@lboro.ac.uk>wrote:
Hi,
it just returns the following error:
"radiusd: error while loading shared libraries: [1]libfreeradius-radius-2.1.11.so: cannot open shared object file: No such file or directory"
the location where the libraries have been installed is not in your library path?
check /etc/ld.so.conf
run /sbin/ldconfig -v
alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (2)
-
Alan Buxey -
Majid Dadashi