Re: Could not link driver rlm_sql_mysql problem.

2004-04-04 Thread Albert
About freeRADIUS: 1. We suppose that you MySQL installs under /home/mysql 2. ./configure --prefix = /home/radius --with-rlm-sql_mysql-include-dir = /home/mysql/include/myql 3. make make install 4. mkdir /home/radius/src 5. cp

Re: Could not link driver rlm_sql_mysql problem.

2004-04-03 Thread Jérôme Warnier
Le ven 02/04/2004 à 23:58, Paul Hampson a écrit : On Fri, Apr 02, 2004 at 05:48:48PM +0200, Jérôme Warnier wrote: Le jeu 01/04/2004 à 10:24, Costin Manda a écrit : you can check dependencies with the Linux command ldd. What version of Freeradius are you using and have you compiled

Re: Could not link driver rlm_sql_mysql problem.

2004-04-03 Thread Paul Hampson
On Sat, Apr 03, 2004 at 11:42:19AM +0200, Jérôme Warnier wrote: Le ven 02/04/2004 à 23:58, Paul Hampson a écrit : That's ldd of rlm_sql_mysql.so? Weird. No, that was a ldd /usr/sbin/freeradius, but I think it is not linked against PostgreSQL anyway, as I realized later. A ldd

Re: Could not link driver rlm_sql_mysql problem.

2004-04-03 Thread Jérôme Warnier
Le sam 03/04/2004 à 12:34, Paul Hampson a écrit : On Sat, Apr 03, 2004 at 11:42:19AM +0200, Jérôme Warnier wrote: Le ven 02/04/2004 à 23:58, Paul Hampson a écrit : That's ldd of rlm_sql_mysql.so? Weird. No, that was a ldd /usr/sbin/freeradius, but I think it is not linked against

Re: Could not link driver rlm_sql_mysql problem.

2004-04-03 Thread Paul Hampson
On Sat, Apr 03, 2004 at 12:40:28PM +0200, Jérôme Warnier wrote: Le sam 03/04/2004 à 12:34, Paul Hampson a écrit : Looks good to me. To me too, but my problem is still unsolved: it doesn't want to write in the DB, nor in the sqltrace file. OK... What's FreeRADIUS's debugging output say? Is

Re: Could not link driver rlm_sql_mysql problem.

2004-04-03 Thread Jérôme Warnier
Le sam 03/04/2004 à 13:27, Paul Hampson a écrit : On Sat, Apr 03, 2004 at 12:40:28PM +0200, Jérôme Warnier wrote: Le sam 03/04/2004 à 12:34, Paul Hampson a écrit : Looks good to me. To me too, but my problem is still unsolved: it doesn't want to write in the DB, nor in the sqltrace file.

Re: Could not link driver rlm_sql_mysql problem.

2004-04-02 Thread Jérôme Warnier
Le jeu 01/04/2004 à 10:24, Costin Manda a écrit : you can check dependencies with the Linux command ldd. What version of Freeradius are you using and have you compiled freeradius yourself? Yes, I compiled it myself because I need the PostgreSQL support. I'm running Debian Sarge. What is it

Re: Could not link driver rlm_sql_mysql problem.

2004-04-01 Thread Costin Manda
you can check dependencies with the Linux command ldd. What version of Freeradius are you using and have you compiled freeradius yourself? - Original Message - From: Shannon Sariman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 01, 2004 10:29 AM Subject: Could not link

Re: Could not link driver rlm_sql_mysql problem.

2004-04-01 Thread Gary McKinney
Hi Shannon, By default I don't think FreeRadius compiles with the sql drivers. You have to configure FreeRadius to compile with the MySQL drivers before you can use MySQL with it. Once compiled with the drivers it should work... At least that is what I remember - check the configuration

Re: Could not link driver rlm_sql_mysql problem.

2004-04-01 Thread Shannon Sariman
Hi Costin, You wrote: you can check dependencies with the Linux command ldd. What version ofFreeradius are you using and have you compiled freeradius yourself? I am using freeradius-0.9.2 and yes I have compiled freeradius myself. I used the "./configure" with no additional options.