newbie new freeradius install fails to start...
Hello, Maybe someone can guide me out of this maze. I have a new Fedora 10 install running on Dell intel platform. I installed freeradius.i386 0:2.1.3-1.fc10 package using yum installer. All I did before starting in debug mode was edit clients.conf and users file. I get this error at the end of the config file parse each time I attempt to start "radiusd -X" <paste> /etc/raddb/certs/bootstrap: line 15: make: command not found Exec-Program output: Exec-Program: returned: 127 rlm_eap: Failed to initialize type tls /etc/raddb/eap.conf[17]: Instantiation failed for module "eap" /etc/raddb/sites-enabled/inner-tunnel[223]: Failed to find module "eap". /etc/raddb/sites-enabled/inner-tunnel[176]: Errors parsing authenticate section. } } Errors initializing modules <end paste> If someone could help I'd be really happy. Thanks, jw
Hi,
Maybe someone can guide me out of this maze.
I have a new Fedora 10 install running on Dell intel platform. I installed freeradius.i386 0:2.1.3-1.fc10 package using yum installer. All I did before starting in debug mode was edit clients.conf and users file.
I get this error at the end of the config file parse each time I attempt to start "radiusd -X"
<paste> /etc/raddb/certs/bootstrap: line 15: make: command not found Exec-Program output: Exec-Program: returned: 127 rlm_eap: Failed to initialize type tls /etc/raddb/eap.conf[17]: Instantiation failed for module "eap" /etc/raddb/sites-enabled/inner-tunnel[223]: Failed to find module "eap". /etc/raddb/sites-enabled/inner-tunnel[176]: Errors parsing authenticate section. } } Errors initializing modules <end paste>
If someone could help I'd be really happy.
you dont have the 'make' command on your system... yum install make alan
OK Thanks for pointing out my Fedora install didn't have "make" installed. This looks much better: <paste> Listening on authentication address * port 1812 Listening on accounting address * port 1813 Listening on command file /var/run/radiusd/radiusd.sock Listening on proxy address * port 1814 Ready to process requests. Thanks again, jw ----- Original Message ---- From: John Williams <jwill911@yahoo.com> To: freeradius-users@lists.freeradius.org Sent: Wednesday, December 31, 2008 4:50:57 PM Subject: newbie new freeradius install fails to start... Hello, Maybe someone can guide me out of this maze. I have a new Fedora 10 install running on Dell intel platform. I installed freeradius.i386 0:2.1.3-1.fc10 package using yum installer. All I did before starting in debug mode was edit clients.conf and users file. I get this error at the end of the config file parse each time I attempt to start "radiusd -X" <paste> /etc/raddb/certs/bootstrap: line 15: make: command not found Exec-Program output: Exec-Program: returned: 127 rlm_eap: Failed to initialize type tls /etc/raddb/eap.conf[17]: Instantiation failed for module "eap" /etc/raddb/sites-enabled/inner-tunnel[223]: Failed to find module "eap". /etc/raddb/sites-enabled/inner-tunnel[176]: Errors parsing authenticate section. } } Errors initializing modules <end paste> If someone could help I'd be really happy. Thanks, jw - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
John Williams wrote:
OK Thanks for pointing out my Fedora install didn't have "make" installed.
I have updated the Fedora RPM spec file to declare freeradius has a dependency on make (e.g. Requires: make). After this fix is deployed yum will insure make is installed when it installs freeradius and this problem shouldn't occur. -- John Dennis <jdennis@redhat.com>
John Dennis wrote:
I have updated the Fedora RPM spec file to declare freeradius has a dependency on make (e.g. Requires: make). After this fix is deployed yum will insure make is installed when it installs freeradius and this problem shouldn't occur.
A different solution is to fix the "bootstrap" script to just run the commands directly. I've done that now. i.e. "make -n >> bootstap && git commit bootstrap" Alan DeKok.
participants (5)
-
A.L.M.Buxey@lboro.ac.uk -
Alan DeKok -
John Dennis -
John Williams -
Padam J Singh