When I run ./confiugre, make and make install, "radiusd" does not install. I have checked the /usr/local/bin and /usr/local/sbin and it is not there. Yes, I did make sure that I was showing hidden files when I search for it. I also did a search for radiusd and it does not show up anywhere. Therefore, when I try to run radiusd by typing "radiusd -X", it says command not found. I am running Ubuntu Linux and trying to install Freeradius-1.0.0(behind the times, I know). I am a total newbie to Freeradius altogether, so please be patient! I have already tried to reinstall, but that didn't work. Any help would greatly be appreciated.
Any strange output from configure or make ? are you sure you're running make install as root ? what are the error messages if any =? freeradius-users-bounces+antolini=ar.ibm.com@lists.freeradius.org wrote on 10/31/2006 02:45:09 PM:
When I run ./confiugre, make and make install, "radiusd" does not install. I have checked the /usr/local/bin and /usr/local/sbin and it is not there. Yes, I did make sure that I was showing hidden files when I search for it. I also did a search for radiusd and it does not show up anywhere. Therefore, when I try to run radiusd by typing "radiusd -X", it says command not found.
I am running Ubuntu Linux and trying to install Freeradius-1.0. 0(behind the times, I know). I am a total newbie to Freeradius altogether, so please be patient! I have already tried to reinstall, but that didn't work. Any help would greatly be appreciated.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
--- Hernan Antolini <antolini@ar.ibm.com> wrote:
Any strange output from configure or make ? are you sure you're running make install as root ? what are the error messages if any =?
I did run ./configure, make and make install as root. There is an error message from make install that concerns me about radiusd. It is Making install in main... make[4]: Entering directory `/usr/local/src/freeradius-1.0.0/src/main' /usr/local/src/freeradius-1.0.0/libtool --mode=install /usr/local/src/freeradius-1.0.0/install-sh -c -m 755 -s radiusd /usr/local/sbin /usr/local/src/freeradius-1.0.0/install-sh -c -m 755 -s radiusd /usr/local/sbin/radiusd install: radiusd does not exist
Chad Best wrote:
Making install in main... make[4]: Entering directory `/usr/local/src/freeradius-1.0.0/src/main' /usr/local/src/freeradius-1.0.0/libtool --mode=install /usr/local/src/freeradius-1.0.0/install-sh -c -m 755 -s radiusd /usr/local/sbin /usr/local/src/freeradius-1.0.0/install-sh -c -m 755 -s radiusd /usr/local/sbin/radiusd install: radiusd does not exist
1. Go get a newer version. You are compiling from source, there is no reason not to be using the latest stable version. If you want support, you need to use a version that people can help you with. 2. There was probably an error in make. Look again. If you do something like "make > make_output.txt" that will save the normal STDOUT output to a file (to review later if you like) and the STDERR will still go to your screen and will be easier to see. -- Dennis Skinner Systems Administrator BlueFrog Internet http://www.bluefrog.com
participants (3)
-
Chad Best -
Dennis Skinner -
Hernan Antolini