Re: FreeRadius configuration with Oracle, (continued)

2002-09-25 Thread Alan DeKok

> I think that my problem goes a little deeper than that as I am pretty sure
> that I am missing some libraries.  Here is a snippet of the warnings that
> I receive from running configure.

  You can always go to the oracle module directory, and build it's
Makefile by hand...

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



Re: FreeRadius configuration with Oracle, (continued)

2002-09-24 Thread Adam Joncas

I think that my problem goes a little deeper than that as I am pretty sure
that I am missing some libraries.  Here is a snippet of the warnings that
I receive from running configure.

configure: warning: snmpget not found - Simultaneous-Use and checkrad.pl
may not work
configure: warning: snmpwalk not found - Simultaneous-Use and checkrad.pl
may not work
/export/freeradius/freeradius-0.7/missing: Unknown `--run' option
Try `/export/freeradius/freeradius-0.7/missing --help' for more information
configure: warning: `missing' script is too old or missing
configure: warning: silently not building rlm_krb5.
configure: warning: FAILURE: rlm_krb5 requires:  krb5.
configure: warning: silently not building rlm_sql_postgresql.
configure: warning: FAILURE: rlm_sql_postgresql requires:  libpq-fe.h libpq.
configure: warning: freetds headers not found.  Use
--with-freetds-include-dir=.
configure: warning: sql submodule 'freetds' disabled
configure: warning: oracle headers not found.  Use
--with-oracle-home-dir=.
configure: warning: sql submodule 'oracle' disabled
configure: warning: iodbc headers not found.  Use
--with-iodbc-include-dir=.
configure: warning: sql submodule 'iodbc' disabled
configure: warning: mysql headers not found.  Use
--with-mysql-include-dir=.
configure: warning: sql submodule 'mysql' disabled
configure: warning: ibm db2 headers not found.  Use
--with-ibmdb2-include-dir=.
configure: warning: sql submodule 'db2' disabled
configure: warning: unixODBC headers not found.  Use
--with-unixodbc-include-dir=.
configure: warning: sql submodule 'unixodbc' disabled
configure: warning: silently not building rlm_sql_postgresql.
configure: warning: FAILURE: rlm_sql_postgresql requires:  libpq-fe.h libpq.
configure: warning: freetds headers not found.  Use
--with-freetds-include-dir=.
configure: warning: sql submodule 'freetds' disabled
configure: warning: oracle headers not found.  Use
--with-oracle-home-dir=.
configure: warning: sql submodule 'oracle' disabled
configure: warning: iodbc headers not found.  Use
--with-iodbc-include-dir=.
configure: warning: sql submodule 'iodbc' disabled
configure: warning: mysql headers not found.  Use
--with-mysql-include-dir=.
configure: warning: sql submodule 'mysql' disabled
configure: warning: ibm db2 headers not found.  Use
--with-ibmdb2-include-dir=.
configure: warning: sql submodule 'db2' disabled
configure: warning: unixODBC headers not found.  Use
--with-unixodbc-include-dir=.
configure: warning: sql submodule 'unixodbc' disabled

what do I have to setup prior to running running ./configure?




- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



Re: FreeRadius configuration with Oracle, (continued)

2002-09-24 Thread Adam Joncas

Hello,

I have the following configuration settings and I am still unable to build
freeRadius with the rlm_sql_oracle sub module.  Has freeRadius 0.7 ever
been tested with Oracle 9.i?

./configure  --prefix=/usr --with-logdir=/var/log
--with-radacctdir=/var/log/radacct --with-raddbdir=/etc/raddb
--with-rlm_sql --with-rlm_sql_oracle
--with-oracle-home-dir=/export/home/oracle/OraHome1
--with-experimental-modules --with-snmp --without-rlm_x99_token

This is the correct oracle home directory but I get output after this call
saying the the headers cannot be found.  Any ideas?

Adam



- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



Re: FreeRadius configuration with Oracle

2002-09-24 Thread Alan DeKok

"Adam Joncas" <[EMAIL PROTECTED]> wrote:
> I'm trying to setup freeRadius to use Oracle for Authentication and
> Authorization.  I'm currently running into a problem where when I run
> radiusd I get the following error.
> 
> rlm_sql: Could not link driver rlm_sql_oracle: file not found

  Did you install Oracle client libraries?  Did you read the output of
'./configure'?  Did you read the output of 'make', or 'make install'?

  The answer to all of these is "No."  That's where your problem is.

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



FreeRadius configuration with Oracle

2002-09-23 Thread Adam Joncas

Hello,

I'm trying to setup freeRadius to use Oracle for Authentication and
Authorization.  I'm currently running into a problem where when I run
radiusd I get the following error.

rlm_sql: Could not link driver rlm_sql_oracle: file not found
rlm_sql: Make sure it (and all its dependent libraries!) are in the search
path of your system's ld.
radiusd.conf[12]: sql: Module instantiation failed.

I get the error because I don't think that I setup my configurations
properly for the build.  Is there anyone that knows how to do this?
I read the FAQ and the mailing list archives and noone has seemed to post
a solution to this.  Is there any other documentation that I can get that
will provide a solution to seting up FreeRadius with Oracle?  Thanks.

Adam Joncas



- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html