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. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

