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: Access-Request packet from host 192.168.192.168:6001, id=1, > length=142 > User-Name = "273017610032803" > NAS-IP-Address = 192.168.192.168 > Called-Station-Id = "00-04-2d-48-6b-1b" > Calling-Station-Id = "00-08-2f-00-a3-66" > NAS-Identifier = "ap" > Framed-MTU = 1400 > NAS-Port-Type = Wireless-802.11 > EAP-Message = 0x0201001401323632303137363130303332383033 > Message-Authenticator = 0x24041a5072d0f678344a0fd3c7cd734e > Processing the authorize section of radiusd.conf > modcall: entering group authorize for request 0 > rlm_realm: No '@' in User-Name = "273017610032803", looking up realm NULL > rlm_realm: Found realm "NULL" > rlm_realm: Proxying request from user 273017610032803 to realm NULL > rlm_realm: Adding Realm = "NULL" > rlm_realm: Authentication realm is LOCAL. > modcall[authorize]: module "mysuffix" returns noop for request 0 > users: Matched DEFAULT at 98 > modcall[authorize]: module "files" returns ok for request 0 > rlm_sim_files: authorized user/imsi 273017610032803 > rlm_sim_files: Adding EAP-Type: eap-sim > modcall[authorize]: module "simtriplets" returns ok for request 0 > modcall: group authorize returns ok for request 0 > rad_check_password: Found Auth-Type EAPSIM > auth: type "EAPSIM" > Processing the authenticate section of radiusd.conf > modcall: entering group Auth-Type for request 0 > rlm_eap: EAP Identity > rlm_eap: processing type sim > radiusd: error while loading shared > libraries: /usr/lib/rlm_eap_sim-1.0.0-pre0.so: undefined symbol: > map_eapsim_basictypes > --------------------------------------LOG END------------------------
Are you by some chance using Debian/testing, Debian/unstable or libltdl supplied by libtool1.6 (CVS head, not yet released)? 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 against libltdl3, which the maintainers have decided to ignore. :-( -- Paul "TBBle" Hampson, on an alternate email client. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

