Hello,<br><br>I have successfully compiled FreeRadius 2.0.5 from source onto a fresh FreeBSD 7.0 box, but have run into an install glitch.  <br><br>The glitch appears to have been caused by the addition of `--with-system-libtool` to work around a bug (<a href="http://bugs.gentoo.org/show_bug.cgi?format=multiple&id=225725" target="_blank">http://bugs.gentoo.org/show_bug.cgi?format=multiple&id=225725</a>) created by the presence of libtool-2.2.4 on the system.<br>

<br>Make completes with only a few minor warnings.  However, make install fails with:<br><br>...snip<br>make[6]: Leaving directory `/var/tmp/freeradius-server-2<div id="1f2f" class="ArwC7c ckChnd">.0.5/src/modules/rlm_eap'<br>
Making install in rlm_mschap...<br>
make[6]: Entering directory `/var/tmp/freeradius-server-2.0.5/src/modules/rlm_mschap'<br>make[7]: Entering directory `/var/tmp/freeradius-server-2.0.5/src/modules/rlm_mschap'<br>/var/tmp/freeradius-server-2.0.5/install-sh -c -d -m 755 /var/tmp/freeradius-BUILD/bin<br>

/usr/bin/libtool --mode=install /var/tmp/freeradius-server-2.0.5/install-sh -c -m 755  \<br>        smbencrypt /var/tmp/freeradius-BUILD/bin<br>libtool: install: invalid libtool wrapper script `smbencrypt'<br>make[7]: *** [smbencrypt-install] Error 1<br>

make[7]: Leaving directory `/var/tmp/freeradius-server-2.0.5/src/modules/rlm_mschap'<br>make[6]: *** [install] Error 2<br>make[6]: Leaving directory `/var/tmp/freeradius-server-2.0.5/src/modules/rlm_mschap'<br>make[5]: *** [common] Error 2<br>

make[5]: Leaving directory `/var/tmp/freeradius-server-2.0.5/src/modules'<br>make[4]: *** [install] Error 2<br>make[4]: Leaving directory `/var/tmp/freeradius-server-2.0.5/src/modules'<br>make[3]: *** [common] Error 2<br>

make[3]: Leaving directory `/var/tmp/freeradius-server-2.0.5/src'<br>make[2]: *** [install] Error 2<br>make[2]: Leaving directory `/var/tmp/freeradius-server-2.0.5/src'<br>make[1]: *** [common] Error 2<br>make[1]: Leaving directory `/var/tmp/freeradius-server-2.0.5'<br>

make: *** [install] Error 2<br><br><br>It's
apparent that the `smbencrypt` script is incompatible with libtool-2.2.4,
but I'm unsure how to proceed.  Searches turn up nothing useful.<br><br>Configure options are included below.<br>
<br><br>./configure --prefix=/var/tmp/freeradius-BUILD
--enable-strict-dependencies --with-system-libtool
--with-modules="rlm_acctlog rlm_attr_rewrite rlm_checkval rlm_eap
rlm_mschap rlm_pam rlm_passwd rlm_unix" --without-rlm_counter
--without-rlm_dbm --without-rlm_ippool --without-rlm_krb5
--without-rlm_ldap --without-rlm_otp --without-rlm_perl
--without-rlm_python --without-rlm_sql --without-rlm_unixodbc
--without-rlm_sql_iodbc --without-rlm_sql_mysql
--without-rlm_sql_postgresql --without-rlm_sql_oracle
--without-rlm_sqlcounter --without-rlm_sqlippool --without-rlm_eap_tnc<br>
<br><br>Any help would be appreciated.  Thanks,<br><br>D Cox</div>