> From: Picher, Cedric
> Sent: Friday, 10 October 2003 9:25 PM

> Hello,
> I did'not find any error messages.
> So I collected output messages for both freeradius-0.9.1 and the snapshot
> packages.
> As I said the freeradius-0.9.1 installation is OK, but not for the snpashot
> package.
> Maybe I am missing something.
> If you can guide me.

Umm, what version of the OpenSSL development package are you using?
The failure is the third line of the fragment below.

rlm_eap_tls.c: In function `init_tls_ctx':
rlm_eap_tls.c:231: warning: implicit declaration of function `X509_STORE_set_flags'
rlm_eap_tls.c:231: `X509_V_FLAG_CRL_CHECK' undeclared (first use in this function)
rlm_eap_tls.c:231: (Each undeclared identifier is reported only once
rlm_eap_tls.c:231: for each function it appears in.)
rlm_eap_tls.c: In function `eaptls_authenticate':
rlm_eap_tls.c:462: warning: unused parameter `arg'
gmake[10]: *** [rlm_eap_tls.o] Error 1
gmake[9]: *** [common] Error 1
gmake[8]: *** [static] Error 2
gmake[7]: *** [common] Error 1
gmake[6]: *** [static] Error 2
gmake[5]: *** [common] Error 1
gmake[4]: *** [all] Error 2
gmake[3]: *** [common] Error 1
gmake[2]: *** [all] Error 2
gmake[1]: *** [common] Error 1
make: *** [all] Error 2

Given that it differs between 0.9.1 (which requires OpenSSL 0.9.6) and
the snapshot (which requires 0.9.7) then I expect _that_ is probably
the problem. Either upgrade your openssl development package, leave out
EAP from the build, or work out what it is about EAP in CVS head that
needs 0.9.7 and patch it appropriately.

--
Paul "TBBle" Hampson
Bubblesworth Pty Ltd (ABN: 51 095 284 361)
[EMAIL PROTECTED]

On a sidewalk near Portland State
University someone wrote `Trust Jesus', and
someone else wrote `But Cut the Cards'.


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

Reply via email to