On Mon, 9 Sep 2002, Yang-Hwee TAN wrote:

> 
> Hi,
> 
> i've just managed to build the freeradius rpm from an old v0.6 redhat spec file,
> and now i've got a problem on the libtool libs conflict with the ones build onto 
> FreeRadius' rpm.
> 
> here are the options i used to build the rpm for freeradius:
> 
> %configure --prefix=%{_prefix} \
>         --localstatedir=%{_localstatedir} \
>         --sysconfdir=%{_sysconfdir} \
>         --mandir=%{_mandir} \
>         --with-threads \
>         --with-thread-pool \
>         --with-gnu-ld \
>         --with-rlm-krb5-include-dir=/usr/include/krb5 \
>         --with-rlm-krb5-lib-dir=/usr/lib

What you need to to is add "--libdir=/usr/lib/freeradius" to your configure
line.  This will put all the rlm*.so modules and the libtool libraies in
/usr/lib/freeradius.  That is how I have worked around this problem in both
debian and RedHat for version 0.7.  Should work for 0.6.

Yours Tony

   Jan 22-25 2003           Linux.Conf.AU            http://linux.conf.au/
                  The Australian Linux Technical Conference!


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to