If you install using packages, it's usually contained on separate packages. For example: http://packages.ubuntu.com/search?suite=quantal&keywords=freeradius i.e. freeradius-mysql, freeradius-ldap. -- Fajar On Fri, Mar 8, 2013 at 7:02 PM, Iftakhul Anwar <anwar@meruvian.org> wrote:
I've installed mysql-server on my system even before i installed freeradius server.
Any another tips to solve this ?
On Fri, Mar 8, 2013 at 2:59 PM, Muhammad Nadeem <mnadeem8327@gmail.com> wrote:
Fri Mar 8 13:44:46 2013 : Error: Could not link driver rlm_sql_mysql: rlm_sql_mysql.so: cannot open shared object file: No such file or directory
It seems that your mysql drivers have not been installed successfully, thanks to freeradius, it has the option to install mysql server along free radius . (use this command sudo apt-get install mysql-server (somthing like that if not work,, google it). Hopefully problem will be solve
On Fri, Mar 8, 2013 at 12:51 PM, Iftakhul Anwar <anwar@meruvian.org> wrote:
Hi All
I just try to config freeradius using either Mysql or LDAP.
But i get same error like bellow :
[errror Mysq]
Fri Mar 8 13:44:46 2013 : Error: Could not link driver rlm_sql_mysql: rlm_sql_mysql.so: cannot open shared object file: No such file or directory Fri Mar 8 13:44:46 2013 : Error: Make sure it (and all its dependent libraries!) are in the search path of your system's ld. Fri Mar 8 13:44:46 2013 : Error: /usr/local/etc/raddb/sql.conf[22]: Instantiation failed for module "sql" Fri Mar 8 13:44:46 2013 : Error: /usr/local/etc/raddb/sites-enabled/default[177]: Failed to find "sql" in the "modules" section. Fri Mar 8 13:44:46 2013 : Error: /usr/local/etc/raddb/sites-enabled/default[69]: Errors parsing authorize section.
i've read in some article that it's solved by installed mysql-devel package. In this case i've installed libmysqlclient-dev on my ubuntu 12.04
But still get same error.
It's also happen on my freeradius ldap?
[error LDAP] /usr/local/etc/raddb/modules/ldap[29]: Failed to link to module 'rlm_ldap': rlm_ldap.so: cannot open shared object file: No such file or directory /usr/local/etc/raddb/sites-enabled/default[305]: Failed to find "ldap" in the "modules" section. /usr/local/etc/raddb/sites-enabled/default[305]: Failed to parse "ldap"