<!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">
<br>
<br>
Alan DeKok a écrit :
<blockquote cite="mid:48B6422F.4040405@deployingradius.com" type="cite">
  <pre wrap="">Alexandre Chapellon wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Oh my! Do you know what thoose commands are, or where i can find them.?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  Err.. "man ld"?  Watch the output of running "make", and see what
commands it runs, then try variants of those?
  </pre>
</blockquote>
OK. At last I got it! but how painfull it has been!!!!<br>
<br>
In fact i had to set RLM_SQL_LIBS to -L/opt/oracle/instantclient_11_1/
-lclntsh -lm<br>
in the Makefile of rlm_sql_oracle (which is done by configure script
when it works).<br>
<br>
and create a missing symlink in the oracle instantclient: libclntsh.so
-> libclntsh.so.11<br>
<br>
Then you can run make.<br>
<br>
the problem is, when you use wrapper as dpkg-buildpackage you can't run
configure first, change one Makefileand then make.... so at the moment
building without oracle support and have a tar.gz containing oracle
module (compiled afterwards) seems the only soutions.... it's a bit
tricky but works and is still helpfull for massive deployement.<br>
<br>
<blockquote cite="mid:48B6422F.4040405@deployingradius.com" type="cite">
  <pre wrap="">
  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>