Fresh Install

Alan DeKok aland at deployingradius.com
Fri May 28 21:34:52 CEST 2010


David Peterson wrote:
> I just installed Ubuntu 10.04 server with the basic LAMP install added. 
> I used the git method for downloading and compiling freeradius and
> everything installed properly but for one caveat.
>
> radiusd: error while loading shared libraries:
> libfreeradius-radius-2.1.9.so: cannot open shared object file: No such
> file or directory

  This means that the dynamic linker cannot find the library.  The
solution is to tell the linker where the library is located.

  So first... where is the library on disk?  Is it in a non-standard
location?

  See also:

http://www.dwheeler.com/secure-programs/Secure-Programs-HOWTO/dlls.html

  For instructions on updating the linker config && cache.

  Alan DeKok.



More information about the Freeradius-Users mailing list