Re: EAP-SIM relocation error

2004-06-04 Thread Simeon Penev
That helped. Thank you! Simeon Am Friday 28 May 2004 19:41 schrieb Paul Hampson: > On Fri, May 28, 2004 at 06:09:19PM +0200, Simeon Penev wrote: > > my system is fedora core 2. The libtool has version 1.5.6-1. > > Actually i had the problem on fedora core 1 too > > (libtool-libs-1.5-8.i386). > >

Re: EAP-SIM relocation error

2004-05-28 Thread Paul Hampson
On Fri, May 28, 2004 at 06:09:19PM +0200, Simeon Penev wrote: > my system is fedora core 2. The libtool has version 1.5.6-1. > Actually i had the problem on fedora core 1 too (libtool-libs-1.5-8.i386). Try it now, using a snapshot which has src/modules/rlm_eap/types/rlm_eap_sim/Makefile.in v1.2 in

Re: EAP-SIM relocation error

2004-05-28 Thread Dinko Korunic
On Sat, May 29, 2004 at 01:42:03AM +1000, Paul Hampson wrote: > If so, this is a known problem due to a change in how libltdl loads > shared libraries. See FreeRADIUS bug #75. If you're using Debian, get a > copy of libltdl3 1.5.2-1 and see if it fixes the problem. Also see > Debian bug #244578 aga

Re: EAP-SIM relocation error

2004-05-28 Thread Simeon Penev
Hi, my system is fedora core 2. The libtool has version 1.5.6-1. Actually i had the problem on fedora core 1 too (libtool-libs-1.5-8.i386). Regards, Simeon Am Friday 28 May 2004 17:42 schrieb Paul Hampson: > On Fri, May 28, 2004 at 03:53:21PM +0200, Simeon Penev wrote: > > Hallo, > > > > i'm usi

Re: EAP-SIM relocation error

2004-05-28 Thread Paul Hampson
On Fri, May 28, 2004 at 03:53:21PM +0200, Simeon Penev wrote: > Hallo, > > i'm using the last cvs copy of radiusd annd i get the following error message > when eap-sim request reaches the freeradius server: > > --LOG START > rad_recv: A

Re: EAP-SIM relocation error

2004-05-28 Thread Simeon Penev
Hi, after running "configure --prefix=/usr/local/raddb --with-experimental-modules --disable-shared" i get the following error message: rm -f .libs/radiusdS.c .libs/radiusd.nm .libs/radiusd.nmS .libs/radiusd.nmT gcc .libs/radiusdS.o -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_K

Re: EAP-SIM relocation error

2004-05-28 Thread Alan DeKok
Simeon Penev <[EMAIL PROTECTED]> wrote: > radiusd: error while loading shared > libraries: /usr/lib/rlm_eap_sim-1.0.0-pre0.so: undefined symbol: > map_eapsim_basictypes Try statically linking the server. $ ./configure --disable-shared $ make $ make install This issue happens mainly on cert

Re: EAP-SIM relocation error

2004-05-28 Thread Simeon Penev
Hallo, some more information: $ nm /usr/lib/rlm_eap_sim-1.0.0-pre0.so 2a3c A _DYNAMIC 2b44 A _GLOBAL_OFFSET_TABLE_ w _Jv_RegisterClasses 2a2c d __CTOR_END__ 2a28 d __CTOR_LIST__ 2a34 d __DTOR_END__ 2a30 d __DTOR_LIST__ 1a24 r __FRAME_END__ 2a38 d __JCR_END

EAP-SIM relocation error

2004-05-28 Thread Simeon Penev
Hallo, i'm using the last cvs copy of radiusd annd i get the following error message when eap-sim request reaches the freeradius server: --LOG START rad_recv: Access-Request packet from host 192.168.192.168:6001, id=1, length=142