22 Dec
2008
22 Dec
'08
10:37 a.m.
Hello, finally i managed to build a static link Cygwin image containing all modules with: $ ./configure --without-rlm_perl --enable-shared=no It successfully binds to mysql. So, it looks fine. Now i have the problem that during initialization i get the following error and radiusd aborts: server inner-tunnel { modules { /usr/local/etc/raddb/sites-enabled/inner-tunnel[176]: No such attribute Auth-Type } } Line 176 is the "authenticate {" line in the standard inner-tunnel site script. What went wrong during compilation / installation? The same configuration works fine under Linux. Achim