LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Errors on installing FreeRADIUS (https://www.linuxquestions.org/questions/linux-software-2/errors-on-installing-freeradius-329719/)

jspsandhu 06-02-2005 05:54 PM

Errors on installing FreeRADIUS
 
HI

Fedora CORE 1

I tried the following FreeRADIUS which as per the web site is the latest

I first downloaded

wget ftp://ftp.freeradius.org/pub/radius...us-1.0.2.tar.gz

I created a directory as /mnt/RADIUS and the file was downloaded here.

Extracted all the contents and then I tried the following commands


# ./configure
# make
# make install

I am getting errors in my setup as follows includes some of the last lines when i ran
# make

In file included from x99_rlm.c:54:
x99.h:146: error: syntax error before "des_cblock"
x99.h:146: warning: no semicolon at end of struct or union
x99.h:147: warning: type defaults to `int' in declaration of `x99_user_info_
x99.h:147: warning: data definition has no type or storage class
x99.h:152: error: syntax error before "des_cblock"
x99.h:153: error: syntax error before "des_cblock"
x99.h:165: error: syntax error before "des_cblock"
x99.h:166: warning: type defaults to `int' in declaration of `des_cblock'
x99.h:166: error: syntax error before "keyblock"
x99.h:170: error: syntax error before "x99_user_info_t"
x99.h:180: error: syntax error before "des_cblock"
x99.h:182: warning: type defaults to `int' in declaration of `des_cblock'
x99.h:182: error: syntax error before "keyblock"
x99_rlm.c: In function `x99_token_authorize':
x99_rlm.c:294: error: syntax error before "user_info"
x99_rlm.c:331: error: `user_info' undeclared (first use in this function)
x99_rlm.c:331: error: (Each undeclared identifier is reported only once
x99_rlm.c:331: error: for each function it appears in.)
x99_rlm.c: In function `x99_token_authenticate':
x99_rlm.c:460: error: syntax error before "user_info"
x99_rlm.c:492: error: `user_info' undeclared (first use in this function)
gmake[6]: *** [x99_rlm.o] Error 1
gmake[6]: Leaving directory `/mnt/RADIUS/freeradius-1.0.2/src/modules/rlm_x9
ken'
gmake[5]: *** [common] Error 1
gmake[5]: Leaving directory `/mnt/RADIUS/freeradius-1.0.2/src/modules'
gmake[4]: *** [all] Error 2
gmake[4]: Leaving directory `/mnt/RADIUS/freeradius-1.0.2/src/modules'
gmake[3]: *** [common] Error 1
gmake[3]: Leaving directory `/mnt/RADIUS/freeradius-1.0.2/src'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/mnt/RADIUS/freeradius-1.0.2/src'
gmake[1]: *** [common] Error 1
gmake[1]: Leaving directory `/mnt/RADIUS/freeradius-1.0.2'
make: *** [all] Error 2

and the following errors when i ran

# make instal

libtool: install: `rlm_checkval.la' is not a valid libtool archive
Try `libtool --help --mode=install' for more information.
gmake[6]: Leaving directory `/mnt/RADIUS/freeradius-1.0.2/src/modules/rlm_checkv
al'
gmake[5]: Leaving directory `/mnt/RADIUS/freeradius-1.0.2/src/modules'
gmake[4]: Leaving directory `/mnt/RADIUS/freeradius-1.0.2/src/modules'
Making install in main...
gmake[4]: Entering directory `/mnt/RADIUS/freeradius-1.0.2/src/main'
/mnt/RADIUS/freeradius-1.0.2/libtool --mode=install /mnt/RADIUS/freeradius-1.0.2
/install-sh -c -m 755 -s radiusd /usr/local/sbin
/mnt/RADIUS/freeradius-1.0.2/install-sh -c -m 755 -s radiusd /usr/local/sbin/rad
iusd
install: radiusd does not exist
gmake[4]: *** [install] Error 1
gmake[4]: Leaving directory `/mnt/RADIUS/freeradius-1.0.2/src/main'
gmake[3]: *** [common] Error 1
gmake[3]: Leaving directory `/mnt/RADIUS/freeradius-1.0.2/src'
gmake[2]: *** [install] Error 2
gmake[2]: Leaving directory `/mnt/RADIUS/freeradius-1.0.2/src'
gmake[1]: *** [common] Error 1
gmake[1]: Leaving directory `/mnt/RADIUS/freeradius-1.0.2'
make: *** [install] Error 2l

What could be the reason ?

Should i have extracted the file at the root folder "/"

If yes how should i uninstall FreeRADIUS so that i can reinstall it freshly?

radiusd doesnt exist does this mean that radius is not installed after make?

A look at the case and valuable advice will be appreciated

Thanks and Regards

JAS


All times are GMT -5. The time now is 12:12 PM.