RE: freeradius-mysql rpm

2006-06-18 Thread Kofi Adusei Koduah-Sarpong
It's on the one of cds I can't remember which one which version are you
using? Dvd or cds? Just look through the cds. I actually saw it this week
while looking for it to make a package for a cobalt RaQ550 box. It has the
mysql rpm too. I'll try see which cd it's on when I get home. Hope this
helped

-Original Message-
From: Abul Monsur Mannan [mailto:[EMAIL PROTECTED] 
Sent: 18 June 2006 14:56
To: FreeRadius users mailing list
Subject: freeradius-mysql rpm

Dear FR users

I've an enquiry.Please response.

I'm using RHEL 4.It has no rlm_mysql.so files and I found that it has
no freeradius-mysql rpm either.

So, can anyone help me providing the info. that where I find that rpm
for redhat linux enterprise 4 to use with freeradius-1.1.2?

I'm looking fr ur response soon.

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


Re: freeradius-mysql rpm

2006-06-19 Thread Abul Monsur Mannan

First of all Thank You for your response.

Actuallu I'm using Redhat Linux Enterprise 4 .I've 4 cds.After
installation, I've got Mysql_devel,mysql_client and mysql_server.But I
don't get any rlm_mysql.so file in any directory.

In the meantime, I found the freeradius_mysql rpm from web and want to
install it.
But my Q. is where should I install the file.I want your Help...

Please help me out of this problem.
Thank You again.

On 6/19/06, Kofi Adusei Koduah-Sarpong <[EMAIL PROTECTED]> wrote:

It's on the one of cds I can't remember which one which version are you
using? Dvd or cds? Just look through the cds. I actually saw it this week
while looking for it to make a package for a cobalt RaQ550 box. It has the
mysql rpm too. I'll try see which cd it's on when I get home. Hope this
helped

-Original Message-
From: Abul Monsur Mannan [mailto:[EMAIL PROTECTED]
Sent: 18 June 2006 14:56
To: FreeRadius users mailing list
Subject: freeradius-mysql rpm

Dear FR users

I've an enquiry.Please response.

I'm using RHEL 4.It has no rlm_mysql.so files and I found that it has
no freeradius-mysql rpm either.

So, can anyone help me providing the info. that where I find that rpm
for redhat linux enterprise 4 to use with freeradius-1.1.2?

I'm looking fr ur response soon.

-
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: freeradius-mysql rpm

2006-06-19 Thread Jin Fan
I am using an older version of freeradius 1.0.2 and Fedora 4.

My way to solve the missing rlm_sql_mysql.so problem is the following.

1.  I download the freeradius-mysql rpm package from this website.
http://rpmfind.net/linux/RPM/fedora/updates/1/i386/freeradius-mysql-0.9.
3-1.1.i386.html

2.  Then I used 7-Zip to extract rlm_sql_mysql.so from the rpm.  There
are two files in the rpm, rlm_sql_mysql-1.0.2.so and rlm_sql_mysql.so.
The second file is the link file to the first file.  

3.  Then load the first file into /use/lib/ folder, which contains all
the link library files.  Make a link to the file and name it
rlm_sql_mysql.so.  You also need to use chmod command to change the file
permission.

4.  Restart freeradius server and it might run.

You might need to find the correct rpm package for your system.

Jin Fan   

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Abul Monsur Mannan
Sent: Monday, June 19, 2006 8:45 AM
To: FreeRadius users mailing list
Subject: Re: freeradius-mysql rpm


First of all Thank You for your response.

Actuallu I'm using Redhat Linux Enterprise 4 .I've 4 cds.After
installation, I've got Mysql_devel,mysql_client and mysql_server.But I
don't get any rlm_mysql.so file in any directory.

In the meantime, I found the freeradius_mysql rpm from web and want to
install it. But my Q. is where should I install the file.I want your
Help...

Please help me out of this problem.
Thank You again.

On 6/19/06, Kofi Adusei Koduah-Sarpong <[EMAIL PROTECTED]> wrote:
> It's on the one of cds I can't remember which one which version are 
> you using? Dvd or cds? Just look through the cds. I actually saw it 
> this week while looking for it to make a package for a cobalt RaQ550 
> box. It has the mysql rpm too. I'll try see which cd it's on when I 
> get home. Hope this helped
>
> -Original Message-
> From: Abul Monsur Mannan [mailto:[EMAIL PROTECTED]
> Sent: 18 June 2006 14:56
> To: FreeRadius users mailing list
> Subject: freeradius-mysql rpm
>
> Dear FR users
>
> I've an enquiry.Please response.
>
> I'm using RHEL 4.It has no rlm_mysql.so files and I found that it has 
> no freeradius-mysql rpm either.
>
> So, can anyone help me providing the info. that where I find that rpm 
> for redhat linux enterprise 4 to use with freeradius-1.1.2?
>
> I'm looking fr ur response soon.
>
> -
> List info/subscribe/unsubscribe? See 
> http://www.freeradius.org/list/users.html
>
- 
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: freeradius-mysql rpm

2006-06-19 Thread Leandro Pereira de Lima e Silva - ViaLink

Why don't just rpm -i freeradius-mysql-0.9.3-1.1.i386.rpm ?

Best regards, Leandro.

Jin Fan escreveu:

I am using an older version of freeradius 1.0.2 and Fedora 4.

My way to solve the missing rlm_sql_mysql.so problem is the following.

1.  I download the freeradius-mysql rpm package from this website.
http://rpmfind.net/linux/RPM/fedora/updates/1/i386/freeradius-mysql-0.9.
3-1.1.i386.html

2.  Then I used 7-Zip to extract rlm_sql_mysql.so from the rpm.  There
are two files in the rpm, rlm_sql_mysql-1.0.2.so and rlm_sql_mysql.so.
The second file is the link file to the first file.  


3.  Then load the first file into /use/lib/ folder, which contains all
the link library files.  Make a link to the file and name it
rlm_sql_mysql.so.  You also need to use chmod command to change the file
permission.

4.  Restart freeradius server and it might run.

You might need to find the correct rpm package for your system.

Jin Fan   


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Abul Monsur Mannan
Sent: Monday, June 19, 2006 8:45 AM
To: FreeRadius users mailing list
Subject: Re: freeradius-mysql rpm


First of all Thank You for your response.

Actuallu I'm using Redhat Linux Enterprise 4 .I've 4 cds.After
installation, I've got Mysql_devel,mysql_client and mysql_server.But I
don't get any rlm_mysql.so file in any directory.

In the meantime, I found the freeradius_mysql rpm from web and want to
install it. But my Q. is where should I install the file.I want your
Help...

Please help me out of this problem.
Thank You again.

On 6/19/06, Kofi Adusei Koduah-Sarpong <[EMAIL PROTECTED]> wrote:
  
It's on the one of cds I can't remember which one which version are 
you using? Dvd or cds? Just look through the cds. I actually saw it 
this week while looking for it to make a package for a cobalt RaQ550 
box. It has the mysql rpm too. I'll try see which cd it's on when I 
get home. Hope this helped


-Original Message-
From: Abul Monsur Mannan [mailto:[EMAIL PROTECTED]
Sent: 18 June 2006 14:56
To: FreeRadius users mailing list
Subject: freeradius-mysql rpm

Dear FR users

I've an enquiry.Please response.

I'm using RHEL 4.It has no rlm_mysql.so files and I found that it has 
no freeradius-mysql rpm either.


So, can anyone help me providing the info. that where I find that rpm 
for redhat linux enterprise 4 to use with freeradius-1.1.2?


I'm looking fr ur response soon.

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



- 
List info/subscribe/unsubscribe? See

http://www.freeradius.org/list/users.html

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



--
Leandro Pereira de Lima e Silva
http://www.vialink.com.br/
"A verdadeira medida do caráter de um homem é o que ele faria se soubesse que nunca 
seria descoberto." -- Thomas B. Macaulay

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


Re: freeradius-mysql rpm

2006-06-19 Thread Abul Monsur Mannan

First of all Thank U Jin Fan very much for the detail email.

Can U clarify something more !

1. Where(path) u unzip the rpm file ?
2. Would u please tell me about ur advice" Then load the first file "
- load means what ? copy or move ?

Please light on me .

On 6/19/06, Jin Fan <[EMAIL PROTECTED]> wrote:

I am using an older version of freeradius 1.0.2 and Fedora 4.

My way to solve the missing rlm_sql_mysql.so problem is the following.

1.  I download the freeradius-mysql rpm package from this website.
http://rpmfind.net/linux/RPM/fedora/updates/1/i386/freeradius-mysql-0.9.
3-1.1.i386.html

2.  Then I used 7-Zip to extract rlm_sql_mysql.so from the rpm.  There
are two files in the rpm, rlm_sql_mysql-1.0.2.so and rlm_sql_mysql.so.
The second file is the link file to the first file.

3.  Then load the first file into /use/lib/ folder, which contains all
the link library files.  Make a link to the file and name it
rlm_sql_mysql.so.  You also need to use chmod command to change the file
permission.

4.  Restart freeradius server and it might run.

You might need to find the correct rpm package for your system.

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


RE: freeradius-mysql rpm

2006-06-19 Thread Kofi Adusei Koduah-Sarpong
If you're using the 4cd set, all rpms are on the cds just look thru the
directories. When you're installing an rpm, the software is setup
automatically. Just make sure there are no dependency problems. I would
rather go with a Debian distribution which takes care of all dependency
issues, unlike Redhat based distros.

Install as follows:
for SQL Based Authentication
---Mysql based AAA ---
Mysql_server
Mysql_client
Mysql_devel (I'm not sure this is necessary)

Freeradius
Freeradius-mysql (for mysql based auth. This is dependent on the freeradius
daemon being installed)


After installing the various components make sure you restart all the
necessary server daemons. I hope it makes sense.

-Original Message-
From: Abul Monsur Mannan [mailto:[EMAIL PROTECTED] 
Sent: 19 June 2006 14:45
To: FreeRadius users mailing lis
Subject: Re: freeradius-mysql rpm

First of all Thank You for your response.

Actuallu I'm using Redhat Linux Enterprise 4 .I've 4 cds.After
installation, I've got Mysql_devel,mysql_client and mysql_server.But I
don't get any rlm_mysql.so file in any directory.

In the meantime, I found the freeradius_mysql rpm from web and want to
install it.
But my Q. is where should I install the file.I want your Help...

Please help me out of this problem.
Thank You again.

On 6/19/06, Kofi Adusei Koduah-Sarpong <[EMAIL PROTECTED]> wrote:
> It's on the one of cds I can't remember which one which version are you
> using? Dvd or cds? Just look through the cds. I actually saw it this week
> while looking for it to make a package for a cobalt RaQ550 box. It has the
> mysql rpm too. I'll try see which cd it's on when I get home. Hope this
> helped
>
> -Original Message-
> From: Abul Monsur Mannan [mailto:[EMAIL PROTECTED]
> Sent: 18 June 2006 14:56
> To: FreeRadius users mailing list
> Subject: freeradius-mysql rpm
>
> Dear FR users
>
> I've an enquiry.Please response.
>
> I'm using RHEL 4.It has no rlm_mysql.so files and I found that it has
> no freeradius-mysql rpm either.
>
> So, can anyone help me providing the info. that where I find that rpm
> for redhat linux enterprise 4 to use with freeradius-1.1.2?
>
> I'm looking fr ur response soon.
>
> -
> 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: freeradius-mysql rpm

2006-06-19 Thread Leandro Pereira de Lima e Silva - ViaLink
RedHat Fedora uses "yum", that is supposed to do the same thing that 
apt-get does. I don't know if RHEL has it.

In http://freshrpms.net/ you can get apt-get ported to rpm.

Best regards, Leandro.

Kofi Adusei Koduah-Sarpong escreveu:

If you're using the 4cd set, all rpms are on the cds just look thru the
directories. When you're installing an rpm, the software is setup
automatically. Just make sure there are no dependency problems. I would
rather go with a Debian distribution which takes care of all dependency
issues, unlike Redhat based distros.

Install as follows:
for SQL Based Authentication
---Mysql based AAA ---
Mysql_server
Mysql_client
Mysql_devel (I'm not sure this is necessary)

Freeradius
Freeradius-mysql (for mysql based auth. This is dependent on the freeradius
daemon being installed)


After installing the various components make sure you restart all the
necessary server daemons. I hope it makes sense.

-Original Message-
From: Abul Monsur Mannan [mailto:[EMAIL PROTECTED] 
Sent: 19 June 2006 14:45

To: FreeRadius users mailing lis
Subject: Re: freeradius-mysql rpm

First of all Thank You for your response.

Actuallu I'm using Redhat Linux Enterprise 4 .I've 4 cds.After
installation, I've got Mysql_devel,mysql_client and mysql_server.But I
don't get any rlm_mysql.so file in any directory.

In the meantime, I found the freeradius_mysql rpm from web and want to
install it.
But my Q. is where should I install the file.I want your Help...

Please help me out of this problem.
Thank You again.

On 6/19/06, Kofi Adusei Koduah-Sarpong <[EMAIL PROTECTED]> wrote:
  

It's on the one of cds I can't remember which one which version are you
using? Dvd or cds? Just look through the cds. I actually saw it this week
while looking for it to make a package for a cobalt RaQ550 box. It has the
mysql rpm too. I'll try see which cd it's on when I get home. Hope this
helped

-Original Message-
From: Abul Monsur Mannan [mailto:[EMAIL PROTECTED]
Sent: 18 June 2006 14:56
To: FreeRadius users mailing list
Subject: freeradius-mysql rpm

Dear FR users

I've an enquiry.Please response.

I'm using RHEL 4.It has no rlm_mysql.so files and I found that it has
no freeradius-mysql rpm either.

So, can anyone help me providing the info. that where I find that rpm
for redhat linux enterprise 4 to use with freeradius-1.1.2?

I'm looking fr ur response soon.

-
List info/subscribe/unsubscribe? See


http://www.freeradius.org/list/users.html
  

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



--
Leandro Pereira de Lima e Silva
http://www.vialink.com.br/
"A verdadeira medida do caráter de um homem é o que ele faria se soubesse que nunca 
seria descoberto." -- Thomas B. Macaulay

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


RE: freeradius-mysql rpm

2006-06-19 Thread Jin Fan
It didn't work for me.  If you look closely, the rpm is for freeradius 1.0.2-2. 
 I am using freeradius 1.0.2.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Leandro Pereira 
de Lima e Silva - ViaLink
Sent: Monday, June 19, 2006 10:03 AM
To: FreeRadius users mailing list
Subject: Re: freeradius-mysql rpm


Why don't just rpm -i freeradius-mysql-0.9.3-1.1.i386.rpm ?

Best regards, Leandro.
 
Jin Fan escreveu:
> I am using an older version of freeradius 1.0.2 and Fedora 4.
>
> My way to solve the missing rlm_sql_mysql.so problem is the following.
>
> 1.  I download the freeradius-mysql rpm package from this website. 
> http://rpmfind.net/linux/RPM/fedora/updates/1/i386/freeradius-mysql-0.
> 9.
> 3-1.1.i386.html
>
> 2.  Then I used 7-Zip to extract rlm_sql_mysql.so from the rpm.  There 
> are two files in the rpm, rlm_sql_mysql-1.0.2.so and rlm_sql_mysql.so. 
> The second file is the link file to the first file.
>
> 3.  Then load the first file into /use/lib/ folder, which contains all 
> the link library files.  Make a link to the file and name it 
> rlm_sql_mysql.so.  You also need to use chmod command to change the 
> file permission.
>
> 4.  Restart freeradius server and it might run.
>
> You might need to find the correct rpm package for your system.
>
> Jin Fan   
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] 
> On Behalf Of Abul Monsur Mannan
> Sent: Monday, June 19, 2006 8:45 AM
> To: FreeRadius users mailing list
> Subject: Re: freeradius-mysql rpm
>
>
> First of all Thank You for your response.
>
> Actuallu I'm using Redhat Linux Enterprise 4 .I've 4 cds.After 
> installation, I've got Mysql_devel,mysql_client and mysql_server.But I 
> don't get any rlm_mysql.so file in any directory.
>
> In the meantime, I found the freeradius_mysql rpm from web and want to 
> install it. But my Q. is where should I install the file.I want your 
> Help...
>
> Please help me out of this problem.
> Thank You again.
>
> On 6/19/06, Kofi Adusei Koduah-Sarpong <[EMAIL PROTECTED]> wrote:
>   
>> It's on the one of cds I can't remember which one which version are
>> you using? Dvd or cds? Just look through the cds. I actually saw it 
>> this week while looking for it to make a package for a cobalt RaQ550 
>> box. It has the mysql rpm too. I'll try see which cd it's on when I 
>> get home. Hope this helped
>>
>> -Original Message-
>> From: Abul Monsur Mannan [mailto:[EMAIL PROTECTED]
>> Sent: 18 June 2006 14:56
>> To: FreeRadius users mailing list
>> Subject: freeradius-mysql rpm
>>
>> Dear FR users
>>
>> I've an enquiry.Please response.
>>
>> I'm using RHEL 4.It has no rlm_mysql.so files and I found that it has
>> no freeradius-mysql rpm either.
>>
>> So, can anyone help me providing the info. that where I find that rpm
>> for redhat linux enterprise 4 to use with freeradius-1.1.2?
>>
>> I'm looking fr ur response soon.
>>
>> -
>> List info/subscribe/unsubscribe? See
>> http://www.freeradius.org/list/users.html
>>
>> 
> -
> List info/subscribe/unsubscribe? See
> http://www.freeradius.org/list/users.html
>
> -
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
>   


-- 
Leandro Pereira de Lima e Silva
http://www.vialink.com.br/
"A verdadeira medida do caráter de um homem é o que ele faria se soubesse que 
nunca seria descoberto." -- Thomas B. Macaulay

- 
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: freeradius-mysql rpm

2006-06-19 Thread Jin Fan
Please read below.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Abul Monsur Mannan
Sent: Monday, June 19, 2006 10:29 AM
To: FreeRadius users mailing list
Subject: Re: freeradius-mysql rpm


First of all Thank U Jin Fan very much for the detail email.

Can U clarify something more !

1. Where(path) u unzip the rpm file ?
You can unzip the rpm anywhere you want.  I unzipped it in
WINDOW using 7-zip, then scp. Lol.
2. Would u please tell me about ur advice" Then load the first file "
- load means what ? copy or move ?
Yes, you COPY the file to /usr/lib/ directory.

Please light on me .

On 6/19/06, Jin Fan <[EMAIL PROTECTED]> wrote:
> I am using an older version of freeradius 1.0.2 and Fedora 4.
>
> My way to solve the missing rlm_sql_mysql.so problem is the following.
>
> 1.  I download the freeradius-mysql rpm package from this website. 
> http://rpmfind.net/linux/RPM/fedora/updates/1/i386/freeradius-mysql-0.
> 9.
> 3-1.1.i386.html
>
> 2.  Then I used 7-Zip to extract rlm_sql_mysql.so from the rpm.  There

> are two files in the rpm, rlm_sql_mysql-1.0.2.so and rlm_sql_mysql.so.

> The second file is the link file to the first file.
>
> 3.  Then load the first file into /use/lib/ folder, which contains all

> the link library files.  Make a link to the file and name it 
> rlm_sql_mysql.so.  You also need to use chmod command to change the 
> file permission.
>
> 4.  Restart freeradius server and it might run.
>
> You might need to find the correct rpm package for your system.
>
> Jin Fan
- 
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: freeradius-mysql rpm

2006-06-20 Thread Abul Monsur Mannan

Thank U all helpful souls.
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html