13 Sep
2011
13 Sep
'11
9:01 a.m.
On Tue, Sep 13, 2011 at 7:46 PM, Phil Mayers <p.mayers@imperial.ac.uk> wrote:
On 13/09/11 13:23, Majid Dadashi wrote:
FreeRadius Version: freeradius-server-2.1.11
Installed from source or package?
Source I guess.
OS: Ubuntu 11.04
Could not link driver rlm_sql_mysql: rlm_sql_mysql.so: cannot open shared object file: No such file or directory
You need the MySQL development headers to compile the MySQL module. Install them and re-build.
... and while you're at it, don't use 2.1.11 since it has some known bugs. Either use Ubuntu's 2.1.10 (a simple apt-get ... should be enough), or compile the soon-to-be 2.1.12 from https://github.com/alandekok/freeradius-server/tree/v2.1.x -- Fajar