Hello freeradius-users,

###In radiusd.conf:
authenticate {
        authtype SQL {
                sql     
        }
}

###In sql.conf
sql {
        driver = "rlm_sql_postgresql"

        server = "sql"
        login = "root"             
        password = "rootpass"      
        radius_db = "radius"

#        ....
}

If I define PostrgreSQL for Authentification, I get such error from
check-radiusd-config:

rlm_sql: Could not link driver rlm_sql_postgresql: file not found
radiusd.conf[4]: sql: Module instantiation failed.

Why?
What did I wrong?

Best regards,
 Sergey                          mailto:[EMAIL PROTECTED]



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

Reply via email to