|
From: Serge L. <fi...@in...> - 2006-07-20 17:15:36
|
Dear ferris, Tuesday, July 18, 2006, 12:22:38 AM, you wrote: > It seems some lib are missing for Freeradius. > When I start Freeradius in debug mode, I have the following message: > Module: Library search path is /usr/lib > radiusd.conf[1545] Failed to link to module 'rlm_exec': rlm_exec.so: cannot > open shared object file: No such file or directory > Is there a way to easily correct it? I think you can put rlm_exec.so to rewritable place (mkdir /etc/mylib/; cp ./rlm_exec.so /etc/mylib/ ) and either add path to /etc/ld.so.conf && ldconfig or use LD_PRELOAD. The question is - where seek this lib? In my environment it's absent. -- Best regards, Serge mailto:fi...@in... |