<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
<div><br></div><div>Sir i use this command while configuring and it works</div><div><br></div><div>./configure --disable-libltdl-install --with-system-libtool</div><div><br></div><div><br></div><div>but i want to know i some servers i just use  "./configure" command and it works</div><div><br></div><div>but  in some it does not . so where is the problem acctually occurs </div><div>in server or in my radius package.. ???</div><div><br></div><div><br></div><div><br></div><div> Thanks,</div><br><br><div><div id="SkyDrivePlaceholder"></div>> Date: Thu, 18 Oct 2012 17:28:55 +0700<br>> Subject: Re: radius Installation error<br>> From: list@fajar.net<br>> To: freeradius-users@lists.freeradius.org<br>> <br>> On Thu, Oct 18, 2012 at 5:18 PM, QASIM RAO <qasim2490@hotmail.com> wrote:<br>> > hi,<br>> ><br>> > i am facing a problem in radius installation on red hat 5<br>> ><br>> > this error displays while running "make" command<br>> ><br>> > resolv -lpthread  -Wl,-soname -Wl,rlm_eap-1.1.6.so -o .libs/rlm_eap-1.1.6.so<br>> > /usr/lib/libltdl.so: could not read symbols: File in wrong format<br>> <br>> Hmmm ... what is your configure line?<br>> <br>> IIRC by default FR should use it's own libtool and libltdl, so it<br>> shouldn't use system one.<br>> <br>> Or, you can try using the same configure line as in RPM SPEC:<br>> <br>> %configure \<br>>         --libdir=%{_libdir}/freeradius \<br>>         --with-system-libtool \<br>>         --with-system-libltdl \<br>>         --disable-ltdl-install \<br>>         --with-udpfromto \<br>>         --with-gnu-ld \<br>>         --with-threads \<br>>         --with-thread-pool \<br>>         --with-docdir=%{docdir} \<br>>         --with-rlm-sql_postgresql-include-dir=/usr/include/pgsql \<br>>         --with-rlm-sql-postgresql-lib-dir=%{_libdir} \<br>>         --with-rlm-sql_mysql-include-dir=/usr/include/mysql \<br>>         --with-mysql-lib-dir=%{_libdir}/mysql \<br>>         --with-unixodbc-lib-dir=%{_libdir} \<br>>         --with-rlm-dbm-lib-dir=%{_libdir} \<br>>         --with-rlm-krb5-include-dir=/usr/kerberos/include \<br>>         --with-modules="rlm_wimax" \<br>>         --without-rlm_eap_ikev2 \<br>>         --without-rlm_sql_iodbc \<br>>         --without-rlm_sql_firebird \<br>>         --without-rlm_sql_db2 \<br>>         --without-rlm_sql_oracle<br>> <br>> <br>> (replacing the values for %{_*dir} manually as appropriate, of course)<br>> <br>> Or better yet, just use the included redhat/freeradius.spec, and othe<br>> files on that directory, to build your FR-2.2.0 RPM :D<br>> <br>> -- <br>> Fajar<br>> -<br>> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html<br></div>                                      </div></body>
</html>