How are you guys able to get this working?

2005-04-04 Thread Blake
Man this is a stumper, Same question as before. Here is exactly what I have done up to this point. From mysql admin created database radius. Input all tables from src/modules/rlm_sql/drivers/rlm_sql_mysql/db_mysql.sql with this command: mysql -u chilli -p radius < ~/freeradius-1.0.2/src/modules/

Re: How are you guys able to get this working?

2005-04-04 Thread Jason Frisvold
On Apr 4, 2005 12:10 PM, Blake <[EMAIL PROTECTED]> wrote: > Man this is a stumper, > > rlm_sql (sql): Driver rlm_sql_mysql (module rlm_sql_mysql) loaded and linked > rlm_sql (sql): Attempting to connect to [EMAIL PROTECTED]:/radius > rlm_sql (sql): starting 0 > rlm_sql (sql): Attempting to connect

Re: How are you guys able to get this working?

2005-04-04 Thread Blake
It looks like it's puking when making the second database connection.. What version of MySQL are you running? I am trying this on two different installs of mysql... 4.1.9 and 4.1.10a Mostly default install of mysql. I look at my.cnf and don't see mention of concurrent connections. h damn!

Re: How are you guys able to get this working?

2005-04-04 Thread Jason Frisvold
On Apr 4, 2005 12:29 PM, Blake <[EMAIL PROTECTED]> wrote: > I am trying this on two different installs of mysql... 4.1.9 and 4.1.10a Freeradius was compiled against these versions? I haven't tried freeradius with 4.1.x yet... That's on the horizon.. :) > Mostly default install of mysql. I loo

Re: How are you guys able to get this working?

2005-04-04 Thread Blake
Jason Frisvold wrote: On Apr 4, 2005 12:29 PM, Blake <[EMAIL PROTECTED]> wrote: I am trying this on two different installs of mysql... 4.1.9 and 4.1.10a Freeradius was compiled against these versions? I haven't tried freeradius with 4.1.x yet... That's on the horizon.. :) Mostly defau

Re: How are you guys able to get this working?

2005-04-04 Thread Greg Swift
Blake wrote: Jason Frisvold wrote: On Apr 4, 2005 12:29 PM, Blake <[EMAIL PROTECTED]> wrote: I am trying this on two different installs of mysql... 4.1.9 and 4.1.10a Freeradius was compiled against these versions? I haven't tried freeradius with 4.1.x yet... That's on the horizon.. :) well.. i

Re: How are you guys able to get this working?

2005-04-04 Thread Blake
Greg Swift wrote: Blake wrote: Jason Frisvold wrote: On Apr 4, 2005 12:29 PM, Blake <[EMAIL PROTECTED]> wrote: I am trying this on two different installs of mysql... 4.1.9 and 4.1.10a Freeradius was compiled against these versions? I haven't tried freeradius with 4.1.x yet... That's on the hori

Re: How are you guys able to get this working?

2005-04-04 Thread Blake
OK, More investigation - Found that there are two rpm's associated with freeradius... I uninstalled the main one when I switched over to the compiled version of freeradius but I failed to uninstall the freeradius-mysql rpm. So, I did that now. And now the radiusd -X gives me missing rlm_sql_mys

Re: How are you guys able to get this working?

2005-04-04 Thread Jason Frisvold
On Apr 4, 2005 4:08 PM, Blake <[EMAIL PROTECTED]> wrote: > OK, > > More investigation - Found that there are two rpm's associated with > freeradius... I uninstalled the main one when I switched over to the > compiled version of freeradius but I failed to uninstall the > freeradius-mysql rpm. So, I

Re: How are you guys able to get this working?

2005-04-04 Thread Blake
Jason Frisvold wrote: On Apr 4, 2005 4:08 PM, Blake <[EMAIL PROTECTED]> wrote: OK, More investigation - Found that there are two rpm's associated with freeradius... I uninstalled the main one when I switched over to the compiled version of freeradius but I failed to uninstall the freeradius-mysq

Re: How are you guys able to get this working?

2005-04-04 Thread Michael Griego
You just need to make sure that your MySQL headers and libraries are in the standard include/linker paths. If you installed MySQL from the RPMs, then this should be true as long as you have the mysql-devel rpm installed as well. --Mike --- Michael Griego Wireles

Re: How are you guys able to get this working?

2005-04-04 Thread Jason Frisvold
On Apr 4, 2005 4:17 PM, Blake <[EMAIL PROTECTED]> wrote: > Are there compile options to include libs for mysql connectivity? I ask > because when I compile again.. I still am missing that file. Perhaps > it's time to just compleatly reinstall the OS - make sure that I am back > to square one. As

Re: How are you guys able to get this working?

2005-04-04 Thread shane
Are there compile options to include libs for mysql connectivity? I ask because when I compile again.. I still am missing that file. Perhaps it's time to just compleatly reinstall the OS - make sure that I am back to square one. -Blake- You could try ./configure --with-experimental-modules ma

Re: How are you guys able to get this working?

2005-04-04 Thread Greg Swift
Blake wrote: Jason Frisvold wrote: On Apr 4, 2005 4:08 PM, Blake <[EMAIL PROTECTED]> wrote: OK, More investigation - Found that there are two rpm's associated with freeradius... I uninstalled the main one when I switched over to the compiled version of freeradius but I failed to uninstall the fr

Re: How are you guys able to get this working?

2005-04-04 Thread Greg Swift
Greg Swift wrote: Are these the Freeradius RPMs you are using (not from this site specifically, but the link is incase you want it) ftp://rpmfind.net/linux/fedora/core/3/i386/os/Fedora/RPMS/freeradius-1.0.1-1.i386.rpm ftp://rpmfind.net/linux/fedora/core/3/i386/os/Fedora/RPMS/freeradius-mysql-1.

Re: How are you guys able to get this working?

2005-04-04 Thread Blake
I AM SO SORRY EVERYONE, I feel bad now that I have posted all over this list and it turned out to be such a stupid thing. I knew it had to be something like that!!! Obviously it's working now. I do thank you all for all your input!! It worked from a compiled freeradius and an rpm install of mysq

Re: How are you guys able to get this working?

2005-04-04 Thread Jason Frisvold
On Apr 4, 2005 5:21 PM, Blake <[EMAIL PROTECTED]> wrote: > I AM SO SORRY EVERYONE, > > I feel bad now that I have posted all over this list and it turned out > to be such a stupid thing. I knew it had to be something like that!!! > Obviously it's working now. I do thank you all for all your input!