Centos 7 with Freeradius 3.0.4 : smsotp supported ?

Alan DeKok aland at deployingradius.com
Sun Jul 19 08:18:47 CEST 2015


On Jul 17, 2015, at 8:38 PM, usersurweb <usersurweb at outlook.com> wrote:
> I have already tried and end up with the following error messages.
> 
> Here are the error messages
> 
> Make from : /root/freeradius-server-3.0.4/src/modules/rlm_smsotp
> 
> [root at RADSERVER rlm_smsotp]# make

  Don't do that.  It doesn't work, and it's not supposed to work.

> make: *** No targets specified and no makefile found.  Stop.
> 
> And from /root/freeradius-server-3.0.4
> 
> [root at SRADEUREQ01 freeradius-server-3.0.4]# make
> Can not find suitable object file for build/objs/src/modules/rlm_smsotp.lo
> make: *** [build/lib/local/rlm_smsotp.la] Error 1

  You've probably done:

./configure --disable-shared

  Don't do that.  Just do:

$ ./configure
$ make

  It *will* work.

  Alan DeKok.



More information about the Freeradius-Users mailing list