On 5/22/07, Ashraf Al-Basti <Ashraf.Albasti@jt.net.jo> wrote:
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.
configure script in 1.1.x branch does not support / search for Oracle 10. You may try to set ORACLE_HOME, ORACE_INCLUDE and ORACLE_LIBS environment variables properly before running configure and maybe also use --with-oracle-home-dir configure option. See configure.in in CVS code for some inspiration. th.