Error when enabling the rlm_rest module

val john valjohn1647 at gmail.com
Tue Aug 30 11:32:20 CEST 2016


Hi All

Curtly im trying to push accounting data to  http end point using rlm_rest
module

1. I have compiled and install the module

./configure
make
make install

2. Then enabled the rest module as below

cd raddb/mods-enabled

ln -s   ../mods-available/rest

3. Then add the "rest" module to the vi  site-enable/default  file's
accounting section

accounting {
        rest
        unix
        exec
        attr_filter.accounting_response

}

4. After that when i executed the   *radiusd -X*  i got the below error




*ERROR*
*=======*

Creating attribute Unix-Group
/usr/local/etc/raddb/mods-enabled/rest[1]: Failed to link to module
'rlm_rest': /usr/local/lib/rlm_rest.so: cannot open shared object file: No
such file or directory


Please advice how to fix this issue

Thank You
John


More information about the Freeradius-Users mailing list