<!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">
Alan DeKok wrote:
<blockquote cite="mid:485913C4.8090607@deployingradius.com" type="cite">
  <pre wrap="">doc74 wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Just installed 2.0.4 with MySQL Support from Ubuntu Repositories and got the
same problem:
    </pre>
  </blockquote>
  <pre wrap=""><!---->....
  </pre>
  <blockquote type="cite">
    <pre wrap="">Seems that the Port are increasing.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  Wow.  There's nothing in the server that remembers ports from one
execution to the next.

  I'm running FreeRADIUS on ubuntu 7.10, and I don't see this.  I've
also run it (again from source) on 8.04, and I don't see this.

  Try compiling it from source...
  </pre>
</blockquote>
Recall this problem is the consequence of two independent factors:<br>
<br>
* the C source code use of pointer aliasing<br>
* the compiler used and optimization level<br>
<br>
The 2.0.5 version has Alan's fixes for pointer aliasing, if you build
from source using a version less than 2.0.5 then your results will be
dependent on the compiler. Rather than relying on your local compiler
being more forgiving it might be wise to use 2.0.5 which contain the
fixes which provoked the problem in the first place.<br>
<pre class="moz-signature" cols="72">-- 
John Dennis <a class="moz-txt-link-rfc2396E" href="mailto:jdennis@redhat.com"><jdennis@redhat.com></a>
</pre>
</body>
</html>