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. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html