FreeRadius

2004-09-01 Thread Alexander Belck
I'm trying to install freeradius. I got freeradius-1.0.0-20040810.src.rpm from current, then: openpkg rpm --rebuild freeradius-1.0.0-20040810.src.rpm : : ../modules/rlm_x99_token/.libs/rlm_x99_token.a(x99_mac.o)(.text+0x71): In function `x99_mac': : undefined reference to `DES_cbc_encrypt'

Re: FreeRadius

2004-09-01 Thread Ralf S. Engelschall
On Wed, Sep 01, 2004, Alexander Belck wrote: I'm trying to install freeradius. I got freeradius-1.0.0-20040810.src.rpm from current, then: openpkg rpm --rebuild freeradius-1.0.0-20040810.src.rpm : ../modules/rlm_x99_token/.libs/rlm_x99_token.a(x99_mac.o)(.text+0x71): In function `x99_mac':

Re: FreeRadius

2004-09-01 Thread alexb
;-(( I'm locked to RH7.3 Citando Ralf S. Engelschall [EMAIL PROTECTED]: On Wed, Sep 01, 2004, Alexander Belck wrote: I'm trying to install freeradius. I got freeradius-1.0.0-20040810.src.rpm from current, then: openpkg rpm --rebuild freeradius-1.0.0-20040810.src.rpm :

Re: FreeRadius

2004-09-01 Thread Alexander Belck
I was checking my system trying to find out whats wrong. I realy don't understand exactly where things come from, but perhaps this information can help you to help me :-)) I search for references of DES_cbc_encrypt, where I found: a) In /opkg/include/openssl/des.h is a definition of a function

Re: FreeRadius

2004-09-01 Thread Michael van Elst
On Wed, Sep 01, 2004 at 02:59:22PM -0300, Alexander Belck wrote: Could it be that building freeradius it uses the wrong ver of des.h ? It is either using the wrong des.h or the wrong crypto library. The names of the crypto API changed between openssl 0.9.6 and 0.9.7. --

Re: FreeRadius

2004-09-01 Thread Bill Campbell
On Wed, Sep 01, 2004, Alexander Belck wrote: I'm trying to install freeradius. I got freeradius-1.0.0-20040810.src.rpm from current, then: openpkg rpm --rebuild freeradius-1.0.0-20040810.src.rpm I have a slightly different freeradius SRPMS that's based on the one I've been using for a couple of

Re: FreeRadius

2004-09-01 Thread Alexander Belck
But shouldn't openpkg use libs/headers from openpkg version ? Why does it seams to be mixing the underlaying OS-stuff with the OPKG ones ? From RH7.3 I have openssl-0.9.6b-35.7 and from OPKG2.1 I have openssl-0.9.7d-2.1.0 It seams to me that when building it takes the headers from OpenPKG (thus

Re: FreeRadius

2004-09-01 Thread alexb
I tryed to rebuild Bill's version and got: Installing freeradius-1.0.0-20040812.src.rpm error: File /opkg/RPM/SRC/freeradius/%{Name}-%{Version}-CSYS.patch: No such file or directory Thanks, Alex Citando Bill Campbell [EMAIL PROTECTED]: On Wed, Sep 01, 2004, Alexander Belck wrote: I'm trying

Re: FreeRadius

2004-09-01 Thread Bill Campbell
On Wed, Sep 01, 2004, [EMAIL PROTECTED] wrote: Hi Bill Do you know if I can use an LDAP backand with your version of FreeRadius ? I'm trying to integrate this with ISPman, that holds all account infos on LDAP. I don't see why not although I haven't built it with ldap support. If I remember

Re: FreeRadius

2004-09-01 Thread Bill Campbell
On Wed, Sep 01, 2004, [EMAIL PROTECTED] wrote: I tryed to rebuild Bill's version and got: Installing freeradius-1.0.0-20040812.src.rpm error: File /opkg/RPM/SRC/freeradius/%{Name}-%{Version}-CSYS.patch: No such file or directory If you install this, it provides some additional Macros that I've

Re: FreeRadius

2004-09-01 Thread alexb
Now I rebuild with: openpkg rpm --rebuild -D with_gdbm_passwd=no freeradius-1.0.0-20040812.src.rpm Executing(%install): env -i /opkg/lib/openpkg/bash --norc --noprofile --posix -e /opkg/RPM/TMP/rpm-tmp.9186 + cd /opkg/RPM/TMP + cd freeradius-1.0.0 + DESTDIR=/opkg/RPM/TMP/freeradius-1.0.0-root +

Re: FreeRadius

2004-09-01 Thread alexb
Since Bill's version required lib-tool, I build it from Opkg-2.1. Than I give freeradius-1.0.0 from CURRENT an other try I think I it passes the previus point, but now it stops when linking radiusd. Can someone take a look to see if it is visible where things ar taken from wrong place and