<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
OK After I investigated a little bit more, something seems surporising
to me.<br>
First of all I can find the missing symbol (OCIEnvCreate) in the lib
installed by the oracle instantclient:<br>
<br>
nm /opt/oracle/instantclient_11_1/libocci.so.11.1 | grep OCIEnvCreate<br>
U OCIEnvCreate<br>
nm /opt/oracle/instantclient_11_1/libclntsh.so.11.1 | grep OCIEnvCreate<br>
001d0218 T OCIEnvCreate<br>
<br>
but in the same time i can see that the oracle module is not linked
with any of the oracle lib!!?<br>
ldd /usr/lib/freeradius/rlm_sql_oracle.so <br>
linux-gate.so.1 => (0xf57fe000)<br>
libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7e84000)<br>
/lib/ld-linux.so.2 (0xb7fdd000)<br>
<br>
Do you think it's normal? how can force linking?<br>
<br>
Alan DeKok a écrit :
<blockquote cite="mid:48B3A1E5.9070404@deployingradius.com" type="cite">
<pre wrap="">Alexandre Chapellon wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Do you remember which version of oracle instantclient you used to
successfully compil rlm_sql_oracle?
</pre>
</blockquote>
<pre wrap=""><!---->
Oracle 10, IIRC.
Alan DeKok.
-
List info/subscribe/unsubscribe? See <a class="moz-txt-link-freetext" href="http://www.freeradius.org/list/users.html">http://www.freeradius.org/list/users.html</a>
</pre>
</blockquote>
</body>
</html>