i wrote: (yes, following up to my own post)

>     ...
>     checking logdir... ${localstatedir}/log/radius
>     checking radacctdir... ${logdir}/radacct
>     checking raddbdir... ${sysconfdir}/raddb
>     checking for perl... /tools/all/perl5/bin/perl
>     checking for snmpget... no
>     ./configure: test: argument expected

seems configure it right at line 5708 (line 307 in configure.in):

     if test ! -x $ac_cv_path_SNMPGET; then
       echo "configure: warning: snmpget not found - Simultaneous-Use and
checkrad.pl
      may not work" 1>&2
     fi


one fix is to put double quotes ("") around $ac_cv_path_SNMPGET, but
I'm not familiar with autoconf to know if this is the correct solution.

Looks like the perl test in configure.in will fail as well due to this
problem.

-jason


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to