Re: rlm_sqlcounter : file not found

2003-09-29 Thread bogdan
Hi

I must appologise, by mistake I included some user list in my email to all
my friends and our customers

Regards
Bogdan



- Original Message -
From: "Josephine" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 09, 2002 1:26 PM
Subject: RE: rlm_sqlcounter : file not found


> Aaron Weiker wrote :
> >>Before compile pass --with-experimental-modules to the configure script.
> >>This should compile it in. You may get other modules that fail to
> >>compile, what I had to do was just remove their directory and then run
> >>configure again.
>
>
>
> Hi Aaron,
> I can't get what you mean 'remove  their directory and then run
> configure'. Which directory you are referring ?
>
> Please advise. Thanks in advance.
>
>
> Josephine.
>
>
> -
> 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 : file not found

2002-08-12 Thread Sheldon Fougere

I have the same errors with the bad interpreter errors.  It was because of
the file locations in the configure file being wrong.  The confiure process
went fine.  When I tried to do the make it failed.  The error I recieved
was:

make: /usr/src/redhat/BUILD/freeradius-0.6/libtool: Command not found

So I moved the entire freeradius-0.6 directory to /usr/src/redhat/BUILD
Once I did that it worked fine.

Hope this helps.

Incidentally, I'm not able to get the rlm_sqlcounter module to work right.
I think I am missing something in my database (using MySQL).

For some reason when I try to use it my authentication doesn't work.  When
radiusd is started with the -xx option I get a Pair not matched error on the
screen.  Anyone know what I am missing?

Thanks,
Sheldon



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Josephine
Sent: Monday, August 12, 2002 6:48 AM
To: [EMAIL PROTECTED]
Subject: Re: rlm_sqlcounter : file not found


Hi Atanu,
This is Josephine. I get my rlm_sqlcounter installed. Let me tell you
how to do it.
Run "./configure --with-experimental-modules" in where the freeradius's
folder had been unzip,
then "make", finally "make install". Done.

Josephine.


- Original Message -
Dear All
I am also getting the same message as Josephine. I followed Sheldon
Fougere's process but i could not compile it. I even tried to reinstall
freeraius and went through the whole steps. But i could not make
rlm_sqlcounter to work.

Atanu Das


-
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 : file not found

2002-08-12 Thread Josephine

Hi Atanu,
This is Josephine. I get my rlm_sqlcounter installed. Let me tell you
how to do it.
Run "./configure --with-experimental-modules" in where the freeradius's
folder had been unzip,
then "make", finally "make install". Done.

Josephine.


- Original Message -
Dear All
I am also getting the same message as Josephine. I followed Sheldon
Fougere's process but i could not compile it. I even tried to reinstall
freeraius and went through the whole steps. But i could not make
rlm_sqlcounter to work.

Atanu Das


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



Re: rlm_sqlcounter : file not found

2002-08-11 Thread Josephine

Aaron Weiker wrote :
>Josephine,
>If you get errors during make, first identify where the error ocurred. 
>If you were able to compile without any problems before doing "configure 
>--with-experimental-modules" but afterwards you cannot run "make" 
>without it quitting in an error it may be due to a module. So what you 
>will need to do is look at the output from "make" to identify where the 
>error occured. If the error occured in the ./src/modules/ directory then 
>it is a module that couldn't compile. If you feel that this is a module 
>that you do not need there is no harm in deleting the module directory 
>and then re-running "configure --with-experimental-modules" then try 
>running "make" again to see if it got all of the way.

>Aaron Weiker


Hi Aaron,
Thank you very much. I get my rlm_sqlcounter installed.

Josephine.


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



Re: rlm_sqlcounter : file not found

2002-08-11 Thread Atanu Das

Dear All
I am also getting the same message as Josephine. I followed Sheldon
Fougere's process but i could not compile it. I even tried to reinstall
freeraius and went through the whole steps. But i could not make
rlm_sqlcounter to work.

Atanu Das
System Development
SS NetCom Pvt Ltd.
Dhankheti
Shillong-793003

Visit us at: www.neline.com


- Original Message -
From: "Josephine" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 12, 2002 8:12 AM
Subject: RE: rlm_sqlcounter : file not found


>
> Hi Sheldon,
>
> Thank you for your reply. I have tried to do ./configure in the source
> directory, but failed. The error message was
> 'bash : ./configure: bad interpreter: Permission denied'. Do you know
what's
> went wrong? Is it because of no configure executable file in the folder.
> Please advise.
>  Thank you.
>
> Josephine.
>
>
> -Original Message-
> Sheldon Fougere wrote :
> Hi,
>
> I installed 0.6 using an RPM that I built using the spec file that came
with
> 0.6.  I tried using the rlm_sqlcounter module.  It said it couldn't find
> rlm_sqlcounter.  I looked in the /user/lib directory but it wasn't there.
I
> then went to the rlm_sqlcounter source directory and did the ./configure,
> make, make install.
>
> When I tried to start radiusd, it was then able to find it.
>
> Hope this helps.
> Sheldon
>
>
>
> -
> 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 : file not found

2002-08-11 Thread Josephine


Hi Sheldon,

Thank you for your reply. I have tried to do ./configure in the source
directory, but failed. The error message was
'bash : ./configure: bad interpreter: Permission denied'. Do you know what's
went wrong? Is it because of no configure executable file in the folder.
Please advise.
 Thank you.

Josephine.


-Original Message-
Sheldon Fougere wrote :
Hi,

I installed 0.6 using an RPM that I built using the spec file that came with
0.6.  I tried using the rlm_sqlcounter module.  It said it couldn't find
rlm_sqlcounter.  I looked in the /user/lib directory but it wasn't there.  I
then went to the rlm_sqlcounter source directory and did the ./configure,
make, make install.

When I tried to start radiusd, it was then able to find it.

Hope this helps.
Sheldon



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



RE: rlm_sqlcounter : file not found

2002-08-09 Thread Sheldon Fougere

Hi,

I installed 0.6 using an RPM that I built using the spec file that came with
0.6.  I tried using the rlm_sqlcounter module.  It said it couldn't find
rlm_sqlcounter.  I looked in the /user/lib directory but it wasn't there.  I
then went to the rlm_sqlcounter source directory and did the ./configure,
make, make install.

When I tried to start radiusd, it was then able to find it.

Hope this helps.
Sheldon

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Aaron
Weiker
Sent: Friday, August 09, 2002 9:27 AM
To: [EMAIL PROTECTED]
Subject: Re: rlm_sqlcounter : file not found


Josephine wrote:

>Aaron Weiker wrote :
>
>
>>>Before compile pass --with-experimental-modules to the configure script.
>>>This should compile it in. You may get other modules that fail to
>>>compile, what I had to do was just remove their directory and then run
>>>configure again.
>>>
>>>
>
>
>
>Hi Aaron,
>I can't get what you mean 'remove  their directory and then run
>configure'. Which directory you are referring ?
>
>
>Josephine.
>
Josephine,
If you get errors during make, first identify where the error ocurred.
If you were able to compile without any problems before doing "configure
--with-experimental-modules" but afterwards you cannot run "make"
without it quitting in an error it may be due to a module. So what you
will need to do is look at the output from "make" to identify where the
error occured. If the error occured in the ./src/modules/ directory then
it is a module that couldn't compile. If you feel that this is a module
that you do not need there is no harm in deleting the module directory
and then re-running "configure --with-experimental-modules" then try
running "make" again to see if it got all of the way.

Aaron Weiker

>
>



-
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 : file not found

2002-08-09 Thread Aaron Weiker

Josephine wrote:

>Aaron Weiker wrote :
>  
>
>>>Before compile pass --with-experimental-modules to the configure script.
>>>This should compile it in. You may get other modules that fail to
>>>compile, what I had to do was just remove their directory and then run
>>>configure again.
>>>  
>>>
>
>
>
>Hi Aaron,
>I can't get what you mean 'remove  their directory and then run
>configure'. Which directory you are referring ?
>
>
>Josephine.
>
Josephine,
If you get errors during make, first identify where the error ocurred. 
If you were able to compile without any problems before doing "configure 
--with-experimental-modules" but afterwards you cannot run "make" 
without it quitting in an error it may be due to a module. So what you 
will need to do is look at the output from "make" to identify where the 
error occured. If the error occured in the ./src/modules/ directory then 
it is a module that couldn't compile. If you feel that this is a module 
that you do not need there is no harm in deleting the module directory 
and then re-running "configure --with-experimental-modules" then try 
running "make" again to see if it got all of the way.

Aaron Weiker

>  
>



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



RE: rlm_sqlcounter : file not found

2002-08-08 Thread Josephine

Aaron Weiker wrote :
>>Before compile pass --with-experimental-modules to the configure script.
>>This should compile it in. You may get other modules that fail to
>>compile, what I had to do was just remove their directory and then run
>>configure again.



Hi Aaron,
I can't get what you mean 'remove  their directory and then run
configure'. Which directory you are referring ?

Please advise. Thanks in advance.


Josephine.


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