<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Dear All,<br>
this is what i have,<br>
<br>
rlm_sql (sql): Could not link driver rlm_sql_oracle: rlm_sql_oracle.so:
cannot open shared object file: No such file or directory<br>
rlm_sql (sql): Make sure it (and all its dependent libraries!) are in
the search path of your system's ld.<br>
radiusd.conf[10]: sql: Module instantiation failed.<br>
radiusd.conf[1844] Unknown module "sql".<br>
radiusd.conf[1773] Failed to parse authorize section.<br>
<br>
the rlm_sql_oracle.so is missing, any one have any idea about that.<br>
<br>
<br>
Peter Nixon wrote:
<blockquote cite="mid200705221317.26353.listuser@peternixon.net"
type="cite">
<pre wrap="">On Tue 22 May 2007, Ashraf Al-Basti wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Dear All,
is it possible to run Freeradius using oracle 10g DB on different
servers?
</pre>
</blockquote>
<pre wrap=""><!---->
yes
</pre>
<blockquote type="cite">
<pre wrap="">i have freeradius 1.0.1-3 under Redhat AS4 (rpm package).
please how can compile freeradius to use the oracle DB?
</pre>
</blockquote>
<pre wrap=""><!---->
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
</pre>
</blockquote>
</body>
</html>