Re: sql interface
Sergey Poznyakoff <[email protected]>
| Newsgroups | gmane.comp.gnu.radius.general |
|---|---|
| Organization | Farlep-Internet |
| Message-ID | <[email protected]> |
Gerald <[email protected]> wrote: > interface iface-type > Specifies the SQL interface to use. Currently supported values > for iface-type are mysql and postgres. ... My mistake. Actually, ODBC is supported too, provided that the package was configured with it and the necessary libraries are present on the system. Try running ./configure --with-odbc or --with-sql=odbc. Regards, Sergey