Dear All, this is what i have, rlm_sql (sql): Could not link driver rlm_sql_oracle: rlm_sql_oracle.so: cannot open shared object file: No such file or directory rlm_sql (sql): Make sure it (and all its dependent libraries!) are in the search path of your system's ld. radiusd.conf[10]: sql: Module instantiation failed. radiusd.conf[1844] Unknown module "sql". radiusd.conf[1773] Failed to parse authorize section. the rlm_sql_oracle.so is missing, any one have any idea about that. Peter Nixon wrote:
On Tue 22 May 2007, Ashraf Al-Basti wrote:
Dear All, is it possible to run Freeradius using oracle 10g DB on different servers?
yes
i have freeradius 1.0.1-3 under Redhat AS4 (rpm package). please how can compile freeradius to use the oracle DB?
On SUSE, you simple rebuild my spec file after changing:
%define _oracle_support 0
to
%define _oracle_support 1
You need the oracle devel package installed of course. For RedHat you will need to do something similar..
Cheers