Re: re: rlm_sql errors [OT] how to use RPM

2003-01-17 Thread Nick Davis
Shannon, > > try this: > > > > rpm -ql > > > > It will list all files and their locations that came from that rpm. > > It doesn't give me back any information at all, except on builds that > were installed by the system when it was first built. If this is in fact true. Your rpm database is corru

re: re: rlm_sql errors

2003-01-17 Thread Shannon Johnson
> Nick,> > > Which options should I pass? I install all the MySQL parts (including> > devel) to their default places... the configuring and the compiling don't> > give me any errors, so I'm assuming it found mysql and enabled support for> > it.>> --with-mysql-include-dir=DIR    Directory wher

Re: re: rlm_sql errors

2003-01-17 Thread Simon White
17-Jan-03 at 13:42, Shannon Johnson ([EMAIL PROTECTED]) wrote : > > Nick, > I tried that... what I don't know is WHAT libraries it's looking for. > Rather than saying "it's looking for the mysql libraries", which I > already know, can you list the file names? > > > > Here is what I use on a

Re: re: rlm_sql errors

2003-01-17 Thread Simon White
17-Jan-03 at 12:11, Shannon Johnson ([EMAIL PROTECTED]) wrote : > From: Simon White <[EMAIL PROTECTED]> > > >> Fri Jan 17 11:14:36 2003 : Error: rlm_sql (sql): Could not link driver > >> rlm_sql_mysql: file not found > >> > >> Fri Jan 17 11:14:36 2003 : Error: rlm_sql (sql): Make sure it (and all

Re: re: rlm_sql errors

2003-01-17 Thread Nick Davis
Shannon, > Which options should I pass? I install all the MySQL parts (including > devel) to their default places... the configuring and the compiling don't > give me any errors, so I'm assuming it found mysql and enabled support for > it. --with-mysql-include-dir=DIRDirectory where the MySQ

RE: re: rlm_sql errors

2003-01-17 Thread Shannon Johnson
From: "Alan DeKok" <[EMAIL PROTECTED]> >> I'm trying to get FreeRadius to work with MySQL, but it isn't working. >> Every time I run radiusd, it doesn't start, and the log gives me: >> >> Fri Jan 17 11:14:36 2003 : Error: rlm_sql (sql): Could not link driver >> rlm_sql_mysql: file not found >

Re: rlm_sql errors

2003-01-17 Thread Gustavo Lozano
This is Solaris UltraSparc I recompiled mysql with shared libs enabled and now it is working Rgds On Fri, 2003-01-17 at 11:32, Genoud Richard wrote: > you may not have compiled the mysql module... > you need the devel rpm (mysql-devel-X.X.X.X.rpm) > > > > Shannon Johnson a écrit: > > > >

Re: rlm_sql errors

2003-01-17 Thread Genoud Richard
you may not have compiled the mysql module... you need the devel rpm (mysql-devel-X.X.X.X.rpm) Shannon Johnson a écrit: I?m trying to get FreeRadius to work with MySQL, but it isn?t working. Every time I run radiusd, it doesn?t start, and the log gives me: Fri Jan 17 11:14:36 2003 : Err

Re: rlm_sql errors

2003-01-17 Thread Simon White
17-Jan-03 at 11:24, Shannon Johnson ([EMAIL PROTECTED]) wrote : > Fri Jan 17 11:14:36 2003 : Error: rlm_sql (sql): Could not link driver > rlm_sql_mysql: file not found > > Fri Jan 17 11:14:36 2003 : Error: rlm_sql (sql): Make sure it (and all > its dependent libraries!) are in the search path o

Re: rlm_sql errors

2003-01-17 Thread Alan DeKok
"Shannon Johnson" <[EMAIL PROTECTED]> wrote: > I'm trying to get FreeRadius to work with MySQL, but it isn't working. > Every time I run radiusd, it doesn't start, and the log gives me: > > Fri Jan 17 11:14:36 2003 : Error: rlm_sql (sql): Could not link driver > rlm_sql_mysql: file not found Yo