compiling freeradius with oracle support

Alan DeKok aland at deployingradius.com
Tue Aug 19 08:27:24 CEST 2008


Alexandre Chapellon wrote:
> It says headers (oci.h) are not found, but this file realy is in the
> specified include path.

  The configure logs should say why it wasn't built, but even that isn't
really worth looking at.

> Does anyone have a clue what i could do?

$ vi src/modules/rlm_sql/drivers/rlm_sql_oracle/Makefile

  Set TARGET = rlm_sql_oracle, and edit the CFLAGS && LDFLAGS lines to
ave the appropriate values:
-I/opt/oracle/instantclient_11_1/sdk/include, and -L
/opt/oracle/instantclient_11_1/ -loracle (?)

  After than, cd to the directory, and type "make".

  Alan DeKok.



More information about the Freeradius-Users mailing list