Freeradius and Oracle under Cygwin

Brian Atkins batkins at tlcdelivers.com
Mon Jan 29 13:46:51 CET 2007


Brian wrote:
> At this point, I'm trying to compile the rlr_sql_oracle module, but keep 
> getting:
> $ ./configure --with-oracle-home-dir=/cygdrive/d/oracle/ora92
> ...
> "configure: WARNING: oracle headers not found.  Use \
>   --with-oracle-home-dir=<path>
> configure: WARNING: sql submodule 'oracle' disabled"
> ...

For some reason, this worked:
$ ORACLE_HOME=/cygdrive/d/oracle/ora92; export ORACLE_HOME
$ ./configure --with-oracle-home-dir=$ORACLE_HOME

Yet, I still am unable to perform 'make':
$ make
make: LIBTOOL@: Command not found
make: *** [sql_oracle.lo] Error 127

Libtool is installed:
$ libtool --version
ltmain.sh (GNU libtool) 1.5.23a (1.1220.2.412 2006/10/13 14:13:30)

Again, assistance is appreciated.



More information about the Freeradius-Users mailing list