Nicolas Baradakis schrieb:
> Frank Büttner wrote:
> 
>> same for me. But at me it fails with:
>> /home/frank/RPM/BUILD/freeradius-1.1.1/libtool --mode=link gcc   -static
>> -o radeapclient radeapclient.lo libeap/libeap.la -lnsl -lresolv  -lpthread
> 
> In the previous post rpmbuild was using the system libtool, but in
> your case the output shows that it's using the libtool in the
> FreeRADIUS tarball. Did you edit freeradius.spec ?
> 
yes.
here the config part:

%configure \
    103         --disable-static \
    104         --with-gnu-ld \
    105         --with-threads \
    106         --with-thread-pool \
    107         --disable-ltdl-install \
    108         --with-rlm-sql_postgresql-include-dir=/usr/include/pgsql \
    109         --with-rlm-sql_mysql-include-dir=/usr/include/mysql \
    110         --with-mysql-lib-dir=%{_libdir}/mysql \
    111         --with-rlm-dbm-lib-dir=%{_libdir} \
    112         --with-rlm-krb5-include-dir=/usr/kerberos/include

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

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

Reply via email to