"Ed H" <[EMAIL PROTECTED]> wrote: > gmake[5]: Entering directory `/usr/local/freeradius-0.9.0/src/modules' > /bin/sh: -c: line 1: syntax error near unexpected token `;' > /bin/sh: -c: line 1: `for mod in ; do what=install; [ "$what" = "all" ] && > what="static dynamic"; if [ -d $mod ]; then echo "Making $what in
So... you've somehow managed to get the server to a point where it doesn't think it has any modules it can use. Are you SURE you've followed the normal process given in the INSTALL file, and that you haven't edited any of the Makefiles? Based on the above error, not having the dictionary files installed is the least of your worries. And it TOLD you that the dictionaries weren't installed, so of course they couldn't be found.. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
