Hi all.
Am trying to install freeradius on ubuntu with out much success. The"
./configure, make and make install" go well without error but running
in debug mode "radiusd -X" gives me:
------------------------------------------------------------
Could not link driver rlm_sql_mysql: file not found
Make sure it (and all its dependent libraries!) are in the search path
of your system's ld.
/usr/local/etc/raddb/sql.conf[22]: Instantiation failed for module "sql"
/usr/local/etc/raddb/sites-enabled/default[159]: Failed to find module "sql".
/usr/local/etc/raddb/sites-enabled/default[62]: Errors parsing
authorize section.
------------------------------------------------------------------
I googled and found out its a shared library misconfiguration in the
ubuntu so linking the shared library is not possible.
So anyone who knows how to work this out or has installed the same
successfully give me some pointers. using the one in the ubuntu repo
is not an option in this case.