Hello, I am trying to get the rlm_sql_oracle working with FreeRadius 0.4. So far I can make the radiusd program running compiled with the Oracle 9 library but I am not getting any connection to Oracle database. However sqlplus works.
sql_oracle.c supplied in freeradius 0.4 was written for Oracle 9. I believe so because the source used OCIEnvCreate() which was introduced in Oracle 9 and it replaces OCIInitialize() and OCIEnvInit(). I did this modification to try with Oracle 8 but when I compiled with the Oracle 8 library, the radiusd program terminated during the sql initialisation due to that it cannot load some of dependent libraries. My question: is there any one who has worked on the oracle module in freeradius? I want to know whether the module has been tested with which version of Oracle. Thanks and regards, Peter Shin OzEmail Internet - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
