Hi Alan and list, First of all I want to apologize for that mistake, now everything is working if I use the text file. The thing is that I'm trying to use mysql and according to the web page (http://wiki.freeradius.org/SQL_HOWTO) I should see the sql module loading: Module: Loaded SQL rlm_sql (sql): Driver rlm_sql_mysql (module rlm_sql_mysql) loaded and linked rlm_sql (sql): Attempting to connect to radius@localhost:/radius rlm_sql (sql): starting 0 rlm_sql (sql): Attempting to connect rlm_sql_mysql #0 rlm_sql_mysql: Starting connect to MySQL server for #0 rlm_sql (sql): Connected new DB handle, #0 But I can't see that on the radiusd -X output, I've double checked everything with no luck. Even if I'm trying the radtest with a user that is on mysql the radius send a reject packet. I can see on the output that the password doesn't match but I tried with a new one getting the same message, I think that it is not reading mysql because it is not initializing the module right?. Any ideas? This is the first time I use freeradius as you can see, thanks for your time and help. Regards, Alfonso. Message: 2 Date: Wed, 24 Sep 2008 08:32:00 +0200 From: Alan DeKok <aland@deployingradius.com> Subject: Re: ..::Errors initializing modules::.. To: FreeRadius users mailing list <freeradius-users@lists.freeradius.org> Message-ID: <48D9DEE0.10609@deployingradius.com> Content-Type: text/plain; charset=ISO-8859-1 Ing. Alfonso Reyes wrote:
I'm having some issues with the configuration of the radius server, I'm getting the following: Error Initializing Modules.
The thing is that my radius server has no issues with the configuration (eap.conf), and the instalation was succesful with mysql.
I don't know what you mean by that.
Attached configuration files and error.
Please don't post the configuration files. They don't help.
eap.txt correspond to the conf file found on the /etc/raddb/eap.conf Eap2.txt correspond to the conf file found on the /usr/local/etc/raddb/eap.conf
Any ideas?
Stop trying to use two different installations at the same time. READ the debug output: rlm_eap: SSL error error:02001002:system library:fopen:No such file or directory rlm_eap_tls: Error reading certificate file /usr/local/etc/raddb/certs/cert-srv.pem What is unclear about that message? Alan DeKok. ------------------------------