You may want to do some reading in the freeradius/doc directory - take a look at the rlm_sql file in particular - one thing that is mentioned is the "driver" for the sql database is really just a "shim" used to connect the freeradius server to the database through the database client application... if you installed the MySQL database as a binary and just installed the server and not the client (I am not sure how Linux handles binary packages so I do not know if the required header and linking files are included in binary packages) then you would get such an error....
I have installed Freeradius multiple times (mostly for testing on different platforms and configurations) and always have installed the MySQL database software from source (most of the time there is not a binary package for the platform I am working with [grin]) and I have not run into a problem using the Freeradius server with the MySQL database.... Hope this helps... Gary McKinney On Friday 30 April 2004 02:34 am, Linda Pagillo wrote: > Thanks. I already read all of that and i did everything he said to do. I'm > happy that i read that because it was the only thing that really helped me > to get started with freeradius in general. I followed all of the directions > and got the thing running using text file authentication, then i followed > his directions for the Mysql part and i got the error: Could not link > driver rlm_sql_mysql: file not found.. now i can't get past it no matter > what i do. I have tried everything. Thanks again! ---------- Original > Message ---------------------------------- > From: "Milver S. Nisay" <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Fri, 30 Apr 2004 06:15:06 +0100 > > >> Hello everyone... I'm running freeradius-0.9.3 on Linux Redhat 9. The > > > >freeradius program is working perfectly by itself, but when i >try to use > > it with Mysql 3.23 i get the error Could not link driver rlm_sql_mysql: > > file not found. I have read suggestions all day today >on how to fix > > this. I have tried all of the suggestions on the freeradius site and from > > a few other places that i found by using >google.com. Nothing worked so > > lastly i went ahead and uninstalled freeradius completely and rebuilt it > > without dynamic libraries per >advice on the freeradius FAQ.. this did > > not work neither. I have a question though... i do not have an actual > > file called > > > >>rlm_sql_mysql, but i DO have a folder with that name and it has things in > > > >it such as "configure". Do i need to compile what is in that >folder to > >actually make the rlm_sql_mysql file? Any help would be appreciated. Thank > >you. > > > >got it from the list, you might want to read this > >http://www.frontios.com/freeradius.html > > > >just passing it on, .. > >//milver > > > > > > > > > >- > >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

