Re: Problems with 1.0.2

2005-05-09 Thread Alan DeKok
Paul Seaman [EMAIL PROTECTED] wrote:
 Hey, I'm trying to compile 1.0.2, and I get the following errors (snipped at 
 the end for brevity) - it seems to be related to EAP, is the simple way to 
 fix this or maybe an easy way to tell it I'm not interested in the EAP 
 module?

  Delete the rlm_eap directory, and do ./configure, etc.

  Alan DeKok.

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


Problems with 1.0.2

2005-05-06 Thread Paul Seaman
Hey, I'm trying to compile 1.0.2, and I get the following errors (snipped at 
the end for brevity) - it seems to be related to EAP, is the simple way to 
fix this or maybe an easy way to tell it I'm not interested in the EAP 
module?

Thanks,
Paul
(cd .libs  rm -f libeap.la  ln -s ../libeap.la libeap.la)
gmake[7]: Leaving directory 
`/usr/src/RPM/BUILD/freeradius-1.0.2/src/modules/rlm_eap/libeap'
gcc  -O2 -fomit-frame-pointer -pipe -march=i586 -mtune=pentiumpro  -fpic -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5   -Wall -D_GNU_SOURCE -DNDEBUG 
 -I../../include  -I./libeap  -o radeapclient 
radeapclient.o -Llibeap -leap -L../../lib -lradius -lnsl -lresolv  -lpthread 
-lcrypto -lssl  -lcrypt
radeapclient.o(.text+0x2d3): In function `cleanresp':
: undefined reference to `pairdelete'
radeapclient.o(.text+0x2e4): In function `cleanresp':
: undefined reference to `pairdelete'
radeapclient.o(.text+0x31e): In function `cleanresp':
: undefined reference to `pairbasicfree'
radeapclient.o(.text+0x365): In function `process_eap_start':
: undefined reference to `pairfind'
radeapclient.o(.text+0x485): In function `process_eap_start':
: undefined reference to `pairfind'
radeapclient.o(.text+0x49a): In function `process_eap_start':
: undefined reference to `pairfind'
radeapclient.o(.text+0x4b4): In function `process_eap_start':
: undefined reference to `pairfind'
radeapclient.o(.text+0x5ed): In function `process_eap_start':

snip etc .. 


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