David N'DAKPAZE wrote:
I am re-intalling freeradius and when I run make after ./configure --disable-shared I have this:
Don't make matters worse by trying to defeat loadable modules. Go back and figure out why the loader can't find the modules. A good place to start is looking to see what libdir was defined as when you ran configure and/or look to see where the modules were installed when you ran "make install" (should be the same place and by default is /usr/lib/freeradius). Are the modules there? Was rpath set when the modules were linked? Was ldconfig run so the loader knows where to find them?

    >radiusd: #### Instantiating modules ####
    > instantiate {
    >/usr/local/etc/raddb/modules/exec[24]: Failed to link to module
    >'rlm_exec': rlm_exec.a: cannot open shared object file: No such file
    >or directory
    >Errors initializing modules
    >

    Same applies to *any* missing library.If your linker doesn't have the
    correct path it doesn't matter what's the library called.


--
John Dennis <[email protected]>

Looking to carve out IT costs?
www.redhat.com/carveoutcosts/

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to