<div dir="ltr">Ok, I understand.<div>I compile (and build debian packages of) freeradius3 without any problems.<br><div>I need debian package of my own freeradius because i wrote a custom version of rlm_counter module. </div>
<div>Some features: </div><div>1) Differentiated counters per Realm or per NAS-Identifier (Using some custom parameters in the modules/counter configuration file)</div>
<div>2) Possibility of saving daily (or monthly, but not yet tested) expired gdbm databases</div><div>3) Differentiated values of reply and check attributes per Realm ( or per NAS-Identifier)</div><div><br></div><div>My patch works well with my use-case. I don't known if this patch can be useful because i don't have an enhanced knowledge of freeradius. I ask: Are these features useful? Should i post my modified version of rlm_counter module? If I should, i can upgrade my modules for freeradius 3 compatibility and post some code in about on month (sorry, i'm really overloaded of work)</div>
<div><br></div><div>By the way, i will use freeradius3 instead of freeradius 2.2.3. Compile is really easy.</div><div>Thanks</div><div><br></div><div><br></div>
<div><br></div><div><br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-02-12 14:50 GMT+01:00 Alan DeKok <span dir="ltr"><<a href="mailto:aland@deployingradius.com" target="_blank">aland@deployingradius.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">Marco Marino wrote:<br>
> I'm trying to build debian package with<br>
> fakeroot dpkg-buildpackage -b -uc<br>
><br>
> for freeradius 2.2.3 on ubuntu 13.10 64 bit (3.11.0-15-generic)<br>
<br>
</div>  It should work...<br>
<br>
> ...<br>
> /home/ntt/freeradius-server-2.2.3/src/modules/rlm_sql/.libs/<a href="http://rlm_sql.la" target="_blank">rlm_sql.la</a><br>
<br>
  Which means "link that specific file"<br>
<br>
>  -L/home/ntt/freeradius-server-2.2.3/debian/tmp//usr/local/lib<br>
> -L/usr/local/lib -lfreeradius-radius -lrlm_sql<br>
<br>
  And libtool turns that into "link to librlm_sql.so", which doesn't exist.<br>
<br>
  <sigh>  There's a reason we deleted libtool in the v3 branch.  Libtool<br>
claims to make things easier.  All it does is screw things up worse.<br>
<div class=""><br>
> If i try to compile (with ./configure and make) it works. Where i'm wrong?<br>
<br>
</div>  libtool is a horrible piece of software.<br>
<br>
  Just do "./configure;make;make install" for now.<br>
<br>
  Or, run v3.<br>
<span class="HOEnZb"><font color="#888888"><br>
  Alan DeKok.<br>
-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/devel.html" target="_blank">http://www.freeradius.org/list/devel.html</a><br>
</font></span></blockquote></div><br></div>