Re: rlm_sqlcounter freebsd compile error

2003-08-18 Thread Valentin M
thanx,

it worked
- Original Message - 
From: "Nicolas Baradakis" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 18, 2003 11:21 AM
Subject: Re: rlm_sqlcounter freebsd compile error


> Valentin M wrote:
>
> [...]
>
> > host# make
> > "../rules.mak", line 65: Missing dependency operator
> > "../rules.mak", line 82: Missing dependency operator
> > "../rules.mak", line 84: Need an operator
> > "../rules.mak", line 86: Need an operator
> > "../rules.mak", line 92: Missing dependency operator
> > "../rules.mak", line 94: Need an operator
> > "../rules.mak", line 123: Need an operator
> > "../rules.mak", line 129: Need an operator
> > make: fatal errors encountered -- cannot continue
>
> Try using gmake instead of make.
>
> -- 
> Nicolas Baradakis
>
> -
> List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html


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


Re: rlm_sqlcounter freebsd compile error

2003-08-18 Thread Valentin M
versions tried 0.8.1 and 0.9.0

error desc:

host#./configure
creating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for gdbm.h... yes
checking for gdbm_open in -lgdbm... yes
checking to see GDBM_SYNC status... SYNCs by default.
checking for gdbm_fdesc... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config.h
host# make
"../rules.mak", line 65: Missing dependency operator
"../rules.mak", line 82: Missing dependency operator
"../rules.mak", line 84: Need an operator
"../rules.mak", line 86: Need an operator
"../rules.mak", line 92: Missing dependency operator
"../rules.mak", line 94: Need an operator
"../rules.mak", line 123: Need an operator
"../rules.mak", line 129: Need an operator
make: fatal errors encountered -- cannot continue





 - Original Message - 
From: "Nicolas Baradakis" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 18, 2003 3:23 AM
Subject: Re: rlm_sqlcounter freebsd compile error


> En réponse à Valentin M :
>
> > i am having a hard time compiling rlm_sqlcounter on a freebsd machine
> > any suggestions?
>
> If you want somebody to help, you should first say which version of
> freeradius you are using (0.9.0 or the current CVS) and the error
> messages from gcc.
>
> -- 
> Nicolas Baradakis
>
> -
> List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html


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


rlm_sqlcounter freebsd compile error

2003-08-17 Thread Valentin M
hello,

i am having a hard time compiling rlm_sqlcounter on a freebsd machine

any suggestions?

Val


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


Re: Setting Time Limits

2003-08-14 Thread Valentin M
rlm_sqlcounter
- Original Message - 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 07, 2003 11:00 PM
Subject: Setting Time Limits


> Is there a way to only allow a certain number of hours on an account?
> We are thinking of pre-paid Internet in our area and want to sell
> 10 Hour, 30 Hour, 100 Hour, and 500 Hour cards.
> We need for it to disable or not allow once this user has reach his
> time limit.
>
> Kent
>
>
> -
> List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html


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


Re: FreeTDS + MSSQL + link driver error

2003-03-20 Thread Valentin M
sorry about that...

what do i need to do in order to make it work with sybase

do i need libraries?


- Original Message -
From: "Alan DeKok" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 20, 2003 8:35 AM
Subject: Re: FreeTDS + MSSQL + link driver error


> "Valentin M" <[EMAIL PROTECTED]> wrote:
> > can i use any other driver with mssql
>
>   Go back and read my previous response.  I ALREADY answered that
> question.
>
>   Alan DeKok.
>
> -
> List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html


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


Re: FreeTDS + MSSQL + link driver error

2003-03-20 Thread Valentin M
can i use any other driver with mssql
- Original Message -
From: "Alan DeKok" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 20, 2003 8:28 AM
Subject: Re: FreeTDS + MSSQL + link driver error


> "Valentin M" <[EMAIL PROTECTED]> wrote:
> > i am trying to use the FreeTDS driver to connect to a ms sql database =
> > and i get the following:
> >
> > rlm_sql (sql): Could not link driver rlm_sql_freetds: file not found
>
>   Don't use the FreeTDS driver.  It doesn't work, and has been removed
> in the latest CVS versions.  Use another driver (sybase, etc)
>
>   Alan DeKok.
>
> -
> List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html


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


FreeTDS + MSSQL + link driver error

2003-03-20 Thread Valentin M



hi,
 
i am trying to use the FreeTDS driver to connect to 
a ms sql database and i get the following:
 
rlm_sql (sql): Could not link driver 
rlm_sql_freetds: file not foundrlm_sql (sql): Make sure it (and all its 
dependent libraries!) are in the search path of your system's 
ld.radiusd.conf[10]: sql: Module instantiation failed.
 
Suggestions are appreciated.
 
Val