Hi,<br><br>I don't know this is right or not, here is what I did:<br><br>1. Add the following cluase to the module section of radiusd.conf:<br><br>execbill {<br><br>        program = "lua /home/anne/billing.lua %{Acct-Session-Id}"<br>
<br>        input_pairs = request<br>        output_pairs = reply<br><br><br>        }<br><br>2. Add execbill under the accounting section of sites-available/default<br>accounting {<br>    detail<br>    radutmp<br>    sql<br>
    sql_log<br>    attr_filter.accounting_response<br>    execbill<br><br>}<br><br>When I started radiux-X, I am getting the following error:<br><br>/usr/local/etc/raddb/radiusd.conf[604]: Failed to link to module 'rlm_execbill': rlm_execbill.so: cannot open shared object file: No such file or directory<br>
/usr/local/etc/raddb/sites-enabled/default[355]: Failed to find module "execbill".<br>/usr/local/etc/raddb/sites-enabled/default[314]: Errors parsing accounting section.<br> }<br>}<br>Errors initializing modules<br>
<br>What did I do wrong?<br><br>Thanks alot for all your help.<br><br>Regards,<br>Pete<br><br><br>