I have RedHat ES4 and I downloaded FreeRadius-1.0.5. unzipped it and did ./configure make make install
It didn't seem to complain, but I can't run it. I can't >find the radiusd file. And after server startup I don't see any radius daemon running. How do I run it?
The radiusd binary should be in the /usr/local/sbin folder. If not, something went wrong during compile/installation. Check the output again. It may help if you redirect it to a file (like make > make_output.txt). You can also check configure.log. Lefteris, __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com
I do get errors when I redirect it to files. But I'm not sure what to look for. In the ./configure output I see warnings such as "snmpget not found", "iodbc headers not found", "rlm_sql_postgresql requires: libpq-fe.h libpq.", "oracle headers not found..", "unixODBC headers not found". In the make output I see a bunch of sql_mysql.c errors and warnings. In the make install output I see errors and warnings as well. -----Original Message----- From: freeradius-users-bounces@lists.freeradius.org [mailto:freeradius-users-bounces@lists.freeradius.org] On Behalf Of Lefteris St Sent: Thursday, October 06, 2005 5:15 PM To: freeradius-users@lists.freeradius.org Subject: Re: newbie install problem
I have RedHat ES4 and I downloaded FreeRadius-1.0.5. unzipped it and did ./configure make make install
It didn't seem to complain, but I can't run it. I can't >find the radiusd file. And after server startup I don't see any radius daemon running. How do I run it?
The radiusd binary should be in the /usr/local/sbin folder. If not, something went wrong during compile/installation. Check the output again. It may help if you redirect it to a file (like make > make_output.txt). You can also check configure.log. Lefteris, __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
"J.P. Fischer" <pfischer@atmit.com> wrote:
In the make output I see a bunch of sql_mysql.c errors and warnings. In the make install output I see errors and warnings as well.
Warnings can often be ignored. Errors cannot. Read the errors. They tell you what's going wrong, and why. Alan DeKok.
I re-installed RH ES4 and selected "full install". Installed FreeRadius and now it works. Guess there were some RPM's missing. -----Original Message----- From: aland@nitros9.org [mailto:aland@nitros9.org] On Behalf Of Alan DeKok Sent: Thursday, October 06, 2005 6:03 PM To: pfischer@atmit.com; FreeRadius users mailing list Subject: Re: newbie install problem "J.P. Fischer" <pfischer@atmit.com> wrote:
In the make output I see a bunch of sql_mysql.c errors and warnings. In the make install output I see errors and warnings as well.
Warnings can often be ignored. Errors cannot. Read the errors. They tell you what's going wrong, and why. Alan DeKok.
participants (3)
-
Alan DeKok -
J.P. Fischer -
Lefteris St