Error when enabling the rlm_rest module
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
hi, read the output of the configure stage - looking for WARNING and ERROR. looks like you dont have a requirement (development headers) for the rest interface..... thus the rlm_rest.so module isnt built. thus you cannot use the module when you try to alan
participants (2)
-
Alan Buxey -
val john