Thank you so much sir!<br><br><div class="gmail_quote">On Wed, Jul 27, 2011 at 9:01 PM, John Dennis <span dir="ltr"><<a href="mailto:jdennis@redhat.com">jdennis@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On 07/27/2011 07:42 AM, Vasanth Ragavendran wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi<br>
<br>
I am installing Freeradius and for my scenario i just need to<br>
authenticate from local files and there is no need for DBM or mysql or<br>
anything. how do i disable them during installation of freeradius. I<br>
tried using --disable-rlm-dbm and similar but it din't work out. How do<br>
i disable them from installing? Awaiting any help! Many thanks.<br>
</blockquote>
<br></div>
Try --without-<mod_name> where <mod_name> is a module name, e.g. --without-rlm-dbm<br>
<br>
This has to be done at the configure step, then build and install again.<br>
<br>
Hint, often these kind of questions can be answered by taking a peek at the <a href="http://configure.in" target="_blank">configure.in</a> file in the appropriate directory. For example src/modules/rlm_dbm/<a href="http://configure.in" target="_blank">configure.<u></u>in</a> has:<br>

<br>
if test x$with_[]modname != xno; then<br>
<br>
The --with-XXX and --without-XXX are standard autotools idioms.<br><font color="#888888">
<br>
-- <br>
John Dennis <<a href="mailto:jdennis@redhat.com" target="_blank">jdennis@redhat.com</a>><br>
<br>
Looking to carve out IT costs?<br>
<a href="http://www.redhat.com/carveoutcosts/" target="_blank">www.redhat.com/carveoutcosts/</a><br>
</font></blockquote></div><br>