Thanks to you Alan ant also to Joe for your answers, You were right, the MySQL libs are under /usr/lib (Isn't it the standard for libs ?) so I had "--with-mysql-lib-dir=/usr/lib/" and also "libdir=/usr/lib" in radiusd.conf , It works well now.
Joe, MySQL-shared RPM is not required .... Hope I'll help too ... Nicolas ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 15, 2002 8:02 PM Subject: Re: Pb of Lib dependencies > "Nicolas Blanc" <[EMAIL PROTECTED]> wrote: > > But I plan to use MySQL like with ICRadius and I think there is another > > problem with lib dependencies at start. > > > > Can someone explain my why Radiusd tell me that It can't find driver > > rlm_sql_mysql ? > > Because you don't have MySQL shared libraries installed, OR your > MySQL shared libraries are in a non-standard location. > > Do: 'locate libmysql'. > > You can also add the MySQL library directory to the 'libdir' > directive in radiusd.conf. See the latest CVS snapshot for more > details. > > Alan DeKok. > > - > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html > - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
