19 Jul
2015
19 Jul
'15
2:18 a.m.
On Jul 17, 2015, at 8:38 PM, usersurweb <usersurweb@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@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@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.