<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite">* Starting FreeRADIUS daemon freeradius<br>Can't load '/usr/lib/perl5/auto/Authen/Krb5/Simple/Simple.so' for module Authen::Krb5::Simple: /usr/lib/perl5/auto/Authen/Krb5/Simple/Simple.so: undefined symbol: PL_thr_key at /usr/lib/perl/5.14/DynaLoader.pm line 184.<br></blockquote><div><br></div><div>Possibly this?</div><div><br></div><div><a href="http://www.perlmonks.org/?node_id=1008893">http://www.perlmonks.org/?node_id=1008893</a></div><br><blockquote type="cite">commit c86003daabfd7db7249c7259db48a5cc1aa2fb01<br>Author: Alan T. DeKok <<a href="mailto:aland@freeradius.org">aland@freeradius.org</a>><br>Date:   Thu Jan 20 16:01:17 2011 +0100<br><br>    Add $(LIBRADIUS) to allow it to link<br><br>diff --git a/src/modules/rlm_eap/Makefile.in b/src/modules/rlm_eap/Makefile.in<br>index 1e20588..5576294 100644<br>--- a/src/modules/rlm_eap/Makefile.in<br>+++ b/src/modules/rlm_eap/Makefile.in<br>@@ -6,7 +6,7 @@ TARGET      = @targetname@<br> SRCS        = rlm_eap.c eap.c mem.c<br> HEADERS     = eap.h rlm_eap.h<br> RLM_CFLAGS  = $(INCLTDL) -Ilibeap<br>-CLIENTLIBS  = libeap/$(LIBPREFIX)freeradius-eap.la<br>+CLIENTLIBS  = libeap/$(LIBPREFIX)freeradius-eap.la $(LIBRADIUS)<br> RLM_LIBS    = libeap/$(LIBPREFIX)freeradius-eap.la $(LIBLTDL)<br> RLM_INSTALL = install-subdirs<br> RLM_SUBDIRS = libeap @eaptypes@<br>--<br><br>So I wonder why the build problem was not fixed?</blockquote><br></div><div>*sigh*. What are you talking about.</div><div><br></div><div>You're building from 2.1.10 source. The fix wasn't put into the repo until:</div><div><br></div><div>c86003da (Alan T. DeKok 2011-01-20 16:01:17 +0100  9) CLIENTLIBS  = libeap/$(LIBPREFIX)freeradius-eap.la $(LIBRADIUS)</div><div><br></div><div>2.1.10 tag is from 28th September 2010, so of course it's not going to work, it doesn't have the fix?</div><div><br></div><div>and yes, the patch is to explicitly link the freeradius eap library agains the main radius library which contains that symbol…</div><div><br></div><div>-Arran</div></body></html>