I have the freeradius working just fine; it's saving the record in a text file, but I want to send the record to a mssql table; I already create the table in the DB required, but every time when I take out the comment from sql command I got an error. Can send me an step by step help or, an example of the two o three files that I have to modify. Thx Bolivar Soriano
I have the freeradius working just fine; it's saving the record in a text file, but I want to send the record to a mssql table; I already create the table in the DB required, but every time when I take out the comment from sql command I got an error. Can send me an step by step help or, an example of the two o three files that I have to modify.
What error did you get? Stefan -- Stefan WINTER Fondation RESTENA - Réseau Téléinformatique de l'Education Nationale et de la Recherche - Ingénieur de recherche 6, rue Richard Coudenhove-Kalergi L-1359 Luxembourg
I'm running freeradius for windows (remember it's working fine saving the files into a txt files this happened when I try to send the record to a table), I already create the db and the tables. Find attached -----Original Message----- From: freeradius-devel-bounces+bsoriano=mundetel.com@lists.freeradius.org [mailto:freeradius-devel-bounces+bsoriano=mundetel.com@lists.freeradius.org] On Behalf Of Stefan Winter Sent: Saturday, October 14, 2006 3:02 AM To: FreeRadius developers mailing list Subject: Re: help
I have the freeradius working just fine; it's saving the record in a text file, but I want to send the record to a mssql table; I already create the table in the DB required, but every time when I take out the comment from sql command I got an error. Can send me an step by step help or, an example of the two o three files that I have to modify.
What error did you get? Stefan -- Stefan WINTER Fondation RESTENA - Réseau Téléinformatique de l'Education Nationale et de la Recherche - Ingénieur de recherche 6, rue Richard Coudenhove-Kalergi L-1359 Luxembourg - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html
Right. Did you actually read the error message? rlm_sql (sql): Could not link driver rlm_sql_mysql: No such file or directory rlm_sql (sql): Make sure it (and all its dependent libraries!) are in the search path of your system's ld. So you are trying to use the _MySQL_ config file, with the _MySQL_ driver module which you don't actually _HAVE_ on the system to connect to a _MS SQL_ database server... Which part of this did you actually expect to work??? Peter On Sat 14 Oct 2006 18:24, Bolivar Soriano wrote:
I'm running freeradius for windows (remember it's working fine saving the files into a txt files this happened when I try to send the record to a table), I already create the db and the tables.
Find attached
-----Original Message----- From: freeradius-devel-bounces+bsoriano=mundetel.com@lists.freeradius.org [mailto:freeradius-devel-bounces+bsoriano=mundetel.com@lists.freeradius.org ] On Behalf Of Stefan Winter Sent: Saturday, October 14, 2006 3:02 AM To: FreeRadius developers mailing list Subject: Re: help
I have the freeradius working just fine; it's saving the record in a text file, but I want to send the record to a mssql table; I already create the table in the DB required, but every time when I take out the comment from sql command I got an error. Can send me an step by step help or, an
example
of the two o three files that I have to modify.
What error did you get?
Stefan
-- Peter Nixon http://www.peternixon.net/ PGP Key: http://www.peternixon.net/public.asc
Oh. And secondly please take this to the users list. This list is for questions about FreeRADIUS development, not for use by users who have not bothered to read the documentation. Cheers Peter On Sat 14 Oct 2006 18:24, Bolivar Soriano wrote:
I'm running freeradius for windows (remember it's working fine saving the files into a txt files this happened when I try to send the record to a table), I already create the db and the tables.
Find attached
-----Original Message----- From: freeradius-devel-bounces+bsoriano=mundetel.com@lists.freeradius.org [mailto:freeradius-devel-bounces+bsoriano=mundetel.com@lists.freeradius.org ] On Behalf Of Stefan Winter Sent: Saturday, October 14, 2006 3:02 AM To: FreeRadius developers mailing list Subject: Re: help
I have the freeradius working just fine; it's saving the record in a text file, but I want to send the record to a mssql table; I already create the table in the DB required, but every time when I take out the comment from sql command I got an error. Can send me an step by step help or, an
example
of the two o three files that I have to modify.
What error did you get?
Stefan
-- Peter Nixon http://www.peternixon.net/ PGP Key: http://www.peternixon.net/public.asc
participants (3)
-
Bolivar Soriano -
Peter Nixon -
Stefan Winter