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

Reply via email to