On Wednesday 30 July 2003 03:52, [EMAIL PROTECTED] wrote:
> Does anybody on the list successfully have freeradius reading from a MSSQL
> database? I've tried the freetds module as well as sybase to connect but am
> not having much luck. Any pointers would be much appreciated.
>
> Dylan
>
>
> -
> List info/subscribe/unsubscribe? See
> http://www.freeradius.org/list/users.html
try this:

1. install FreeTDS
    $ ./configure --with-tdsver=4.2
    $ make
    $ make install

2. install DBI (perl module)
   perl Makefile.PL
    make
    make test
    make install

3. install DBD-driver (Sybase)
    perl Makefile.PL
    make
    make test
    make install

and read README and INSTALL file!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

-- 
Technical Support Administrator
of "NARZAN" Network

Double                  mailto:[EMAIL PROTECTED]

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

Reply via email to