On Feb 3, 2016, at 11:57 AM, Vincent MARCEL <Vincent.MARCEL@monext.net> wrote:
I need to build the rlm_sql_oracle module for my freeRADIUS server v2.2.6.
You should build the server and modules together.
I have downloaded freeradius v2.2.9 tarball here : http://freeradius.org/download.html and followed instructions here : http://wiki.freeradius.org/modules/Rlm_sql_oracle
Those instructions are wrong. I've fixed them.
[radiusrec@radiusa1r1 rlm_sql_oracle]$ make Makefile:1: ../../../../../Make.inc: No such file or directory make: *** No rule to make target `../../../../../Make.inc'. Stop.
You didn't run the top-level "configure" script. You need to do that. And you MUST use the same version for the main server, and the modules. Alan DeKok.