Can someone tell me what might be wrong...
When I run make the last lines of the output are as such:

gmake[6]: Entering directory `/downloads/freeradius-1.0.1/src/modules/rlm_x99_token'
gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef -I../../include -DX99_MODULE_NAME=\"rlm_x99_token\" -DFREERADIUS -c x99_rlm.c -o x99_rlm.o
In file included from x99_rlm.c:54:
x99.h:26:42: openssl/des.h: No such file or directory
gmake[6]: *** [x99_rlm.o] Error 1
gmake[6]: Leaving directory `/downloads/freeradius-1.0.1/src/modules/rlm_x99_token'
gmake[5]: *** [common] Error 1
gmake[5]: Leaving directory `/downloads/freeradius-1.0.1/src/modules'
gmake[4]: *** [all] Error 2
gmake[4]: Leaving directory `/downloads/freeradius-1.0.1/src/modules'
gmake[3]: *** [common] Error 1
gmake[3]: Leaving directory `/downloads/freeradius-1.0.1/src'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/downloads/freeradius-1.0.1/src'
gmake[1]: *** [common] Error 1
gmake[1]: Leaving directory `/downloads/freeradius-1.0.1'
make: *** [all] Error 2





when I then run make install the last lines are:

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


                                                                                
        
                                                
                                                                                
                                                                                

- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to