Hi there,
Im trying use freeradius with oracle database.
I've used guide on this site http://wiki.freeradius.org/modules/Rlm_sql_oracle to compile oracle driver.
I'e installed oracle instant client from rpm packages (basic + devel)
When i use
./configure --with-oracle-lib-dir=/usr/lib/oracle/11.2/client64/lib --with-oracle-include-dir=/usr/lib/oracle/11.2/client64
i got this output
checking for oci.h... checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
no
configure: WARNING: oracle headers not found. Use --with-oracle-include-dir=<path>.
configure: WARNING: silently not building rlm_sql_oracle.
configure: WARNING: FAILURE: rlm_sql_oracle requires: oci.h.
configure: creating ./config.status
Could you help me with that?
Tnx a lot
Thomas