<div>I have a server that is running a relatively clean install of Ubuntu 9.10 Server. Due to the known licensing issue restrictions I cannot simply use the debian freeradius package. I would like to know if the following outline would install freeradius with support for SSL on my server. Comments from those who actually run freeradius on Ubuntu 9.10 server would be appreciated. </div>



<div> </div>
<div>$cd ~</div>
<div>$apt-get source freeradius</div>
<div>$cd ./freeradius-2.1.0+dfsg</div>
<div>[change ./debian/rules as follows:</div>
<div> </div>
<div>change --without-rlm_eap_tls \<br>            --without-rlm_eap_ttls \<br>            --without-rlm_eap_peap \</div>
<div>to --with-rlm_eap_tls \<br>    --with-rlm_eap_ttls \<br>    --with-rlm_eap_peap \<br><br></div>
<div>change --without-openssl \</div>
<div>to --with-openssl \</div>
<div>]</div>
<div> </div>
<div>[change ./debian/control</div>
<div>add 'libssl-dev' to the end of the line that starts 'Build-Depends:'</div>
<div>]</div>
<div> </div>
<div>$fakeroot dpkg-buildpackage -b -uc <br>$sudo dpkg -i ../freeradius_2.1.0-0_i386.deb<br><br>These have been the instructions that I have garnered from the Internet at large, yet I doubt they are complete. Is there anything the freeradius community would like to add?<br>

</div>