Hi All!
 
In this good sunday I'm trying to start accounting.
And have some trouble with freeradius 0.9.3:
In 'radiusd.conf' added lines
modules {
    # some other lines
$INCLUDE  ${confdir}/sql.conf # Instance named 'sql'.
$INCLUDE  ${confdir}/sql1.conf # Instance named 'sql1'.
$INCLUDE  ${confdir}/sql2.conf # Instance named 'sql2'.
# some other lines
}
accounting {
        acct_unique
        detail
        Acct-Type KFirst {
        sql
        }
 
        Acct-Type IPAddr  {
        sql1
        }
# If no matching
       sql2
}
 
In file 'acct_users' I have:
DEFAULT Realm == "Kfirst.com", Acct-Type := "KFirst"
DEFAULT Client-IP-Address == "192.168.0.1", Acct-Type := "IPAddr"
When try to start radiusd I'v got error:
**********Some debug cuted
rlm_sql (sql): Connected new DB handle, #1
rlm_sql (sql): starting 2
rlm_sql (sql): Attempting to connect rlm_sql_mysql #2
rlm_sql_mysql: Starting connect to MySQL server for #2
rlm_sql (sql): Connected new DB handle, #2
Module: Instantiated sql (sql)
radiusd.conf[1] Failed to link to module 'rlm_sql1': rlm_sql1.so: cannot open shared object file: No such file or directory
 
I was made: ln -s /usr/local/lib/rlm_sql.so /usr/local/lib/rlm_sql1.so
And got:
*****Some debug cuted
rlm_sql (sql): Connected new DB handle, #2
Module: Instantiated sql (sql)
radiusd.conf[1] Failed linking to rlm_sql1 structure in radiusd.conf: /usr/local/lib/rlm_sql-0.9.3.so: undefined symbol: rlm_sql1
Question: What's I do wrong?
 
Sorry for my English :)
 
Sincerely,
    Nikolay L. Kirillov
 

Reply via email to