Re: unable to buld FreeRADIUS 2.0.5 under Solaris 10

2008-07-31 Thread Artur Frysiak
Ralf S. Engelschall pisze: On Wed, Jul 30, 2008, Artur Frysiak wrote: Victor G. Bolshakov wrote: I try to build openldap and also without success: /openpkg/bin/cc -O2 -pipe -I/openpkg/include/pth -D_AVL_H -I../../../include -I../../../include -I.. -I./.. -I/openpkg/include

Re: unable to buld FreeRADIUS 2.0.5 under Solaris 10

2008-07-31 Thread Victor G. Bolshakov
of openldap package under solaris 10 compiled. freeradius with and without openldap not __ OpenPKG http://openpkg.org User Communication List openpkg-users@openpkg.org

Re: unable to buld FreeRADIUS 2.0.5 under Solaris 10

2008-07-31 Thread Ralf S. Engelschall
On Thu, Jul 31, 2008, Victor G. Bolshakov wrote: [...] freeradius with and without openldap not That was because the remaining problem was related to Libtool and not OpenLDAP. I applied a patch which now has resolved the problem for me under Solaris 10. Just retry with the latest freeradius

Re: unable to buld FreeRADIUS 2.0.5 under Solaris 10

2008-07-31 Thread Victor G. Bolshakov
Ralf S. Engelschall wrote: On Thu, Jul 31, 2008, Victor G. Bolshakov wrote: [...] freeradius with and without openldap not That was because the remaining problem was related to Libtool and not OpenLDAP. I applied a patch which now has resolved the problem for me under Solaris 10. Just retry

Re: unable to buld FreeRADIUS 2.0.5 under Solaris 10

2008-07-31 Thread Ralf S. Engelschall
On Thu, Jul 31, 2008, Victor G. Bolshakov wrote: Ralf S. Engelschall wrote: On Thu, Jul 31, 2008, Victor G. Bolshakov wrote: [...] freeradius with and without openldap not That was because the remaining problem was related to Libtool and not OpenLDAP. I applied a patch which now has

Re: unable to buld FreeRADIUS 2.0.5 under Solaris 10

2008-07-31 Thread Ralf S. Engelschall
On Thu, Jul 31, 2008, Victor G. Bolshakov wrote: Ralf S. Engelschall wrote: On Thu, Jul 31, 2008, Victor G. Bolshakov wrote: Ralf S. Engelschall wrote: On Thu, Jul 31, 2008, Victor G. Bolshakov wrote: [...] freeradius with and without openldap not That was because the remaining problem

Re: unable to buld FreeRADIUS 2.0.5 under Solaris 10

2008-07-31 Thread Victor G. Bolshakov
Ralf S. Engelschall wrote: On Thu, Jul 31, 2008, Victor G. Bolshakov wrote: Ralf S. Engelschall wrote: On Thu, Jul 31, 2008, Victor G. Bolshakov wrote: Ralf S. Engelschall wrote: On Thu, Jul 31, 2008, Victor G. Bolshakov wrote: 1. Wrong href for freeradius in 00INDEX.rdf.bz2

Re: unable to buld FreeRADIUS 2.0.5 under Solaris 10

2008-07-30 Thread Ralf S. Engelschall
On Wed, Jul 30, 2008, Victor G. Bolshakov wrote: I`m unable to build FreeRADIUS 2.0.5 under Solaris 10. Buld just stop with checking for gcc... /openpkg/bin/cc checking for C compiler default output file name... configure: error: C compiler cannot create executables Many other packages

Re: unable to buld FreeRADIUS 2.0.5 under Solaris 10

2008-07-30 Thread Victor G. Bolshakov
Sorry, I'm just inattentively looked in to config.log for first time... This is the problem: configure:2314: checking for C compiler default output file name configure:2341: /openpkg/bin/cc -I/openpkg/RPM/TMP/freeradius-server-2.0.5/src/include -O2 -pipe -I/openpkg/include -I/openpkg/include

Re: unable to buld FreeRADIUS 2.0.5 under Solaris 10

2008-07-30 Thread kalou
configure:2341: /openpkg/bin/cc -I/openpkg/RPM/TMP/freeradius-server-2.0.5/src/include -O2 -pipe -I/openpkg/include -I/openpkg/include -L/openpkg/lib conftest.c -llber -lssl -lcrypto 5 /openpkg/bin/ld: cannot find -llber collect2: ld returned 1 exit status

Re: unable to buld FreeRADIUS 2.0.5 under Solaris 10

2008-07-30 Thread Victor G. Bolshakov
looked in to config.log for first time... This is the problem: configure:2314: checking for C compiler default output file name configure:2341: /openpkg/bin/cc -I/openpkg/RPM/TMP/freeradius-server-2.0.5/src/include -O2 -pipe -I/openpkg/include -I/openpkg/include -L/openpkg/lib conftest.c -llber -lssl

Re: unable to buld FreeRADIUS 2.0.5 under Solaris 10

2008-07-30 Thread Ralf S. Engelschall
ldap packages. Sorry, I'm just inattentively looked in to config.log for first time... This is the problem: configure:2314: checking for C compiler default output file name configure:2341: /openpkg/bin/cc -I/openpkg/RPM/TMP/freeradius-server-2.0.5/src/include -O2 -pipe -I/openpkg/include

Re: unable to buld FreeRADIUS 2.0.5 under Solaris 10

2008-07-30 Thread Victor G. Bolshakov
might need to pkgadd some ldap packages. Sorry, I'm just inattentively looked in to config.log for first time... This is the problem: configure:2314: checking for C compiler default output file name configure:2341: /openpkg/bin/cc -I/openpkg/RPM/TMP/freeradius-server-2.0.5/src/include -O2 -pipe

Re: unable to buld FreeRADIUS 2.0.5 under Solaris 10

2008-07-30 Thread Artur Frysiak
Victor G. Bolshakov wrote: I try to build openldap and also without success: /openpkg/bin/cc -O2 -pipe -I/openpkg/include/pth -D_AVL_H -I../../../include -I../../../include -I.. -I./.. -I/openpkg/include -I/openpkg/include/pth -c monitor.c -o monitor.o In file included from

Re: unable to buld FreeRADIUS 2.0.5 under Solaris 10

2008-07-30 Thread Dieter Klünter
Victor G. Bolshakov [EMAIL PROTECTED] writes: Ralf S. Engelschall wrote: On Wed, Jul 30, 2008, Victor G. Bolshakov wrote: External dependence for OpenPKG packege? I also try to build without LDAP (with_openldap=no) without any success... [EMAIL PROTECTED] wrote: I try to build openldap

Re: unable to buld FreeRADIUS 2.0.5 under Solaris 10

2008-07-30 Thread Ralf S. Engelschall
On Wed, Jul 30, 2008, Artur Frysiak wrote: Victor G. Bolshakov wrote: I try to build openldap and also without success: /openpkg/bin/cc -O2 -pipe -I/openpkg/include/pth -D_AVL_H -I../../../include -I../../../include -I.. -I./.. -I/openpkg/include -I/openpkg/include/pth -c monitor.c -o

Re: FreeRadius

2004-09-02 Thread Alexander Belck
As Bill's freeradius-1.0.0 is the closest ver I got to build, could someone tell me if I can just make a symlink from install to ginstall ? I searched google for ginstall and got only old (1999/2000) references to that and in one it told that ginstall has been renamed to install. Any other

Re: FreeRadius

2004-09-02 Thread alexb
/), but didn't understand if this is a problem. Should I rebuild libtool ? After symlinking install-ginstall I could build freeradius, but when I tryed to install it I got lots of errors like: /opkg/RPM/TMP/rpm-tmp.73953: gcp: command not found /opkg/sbin/radiusd-conf: gchown: command not found

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 : ../modules

Re: FreeRadius

2004-09-01 Thread Alexander Belck
with that name b) From RH7.3 I also have a des.h under /usr/include/openssl/des.h that do not have that function defined. Could it be that building freeradius it uses the wrong ver of des.h ? I do not know if it should be using the headers from OPKG or RH, but I guess it should be from OPKG as my

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

Re: FreeRadius

2004-09-01 Thread 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. -- Michael van Elst Internet: [EMAIL PROTECTED

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

Re: FreeRadius

2004-08-06 Thread Ralf S. Engelschall
On Thu, Aug 05, 2004, Alexander Belck wrote: Is there any plan to include FreeRadius in OpenPKG ? [...] We have a freeradius package in OpenPKG-CURRENT since 2 weeks. It is a little bit weak in build-time portability and not still well tested by us under run-time, but try it out and feel free

Re: FreeRadius

2004-08-06 Thread Ralf S. Engelschall
On Thu, Aug 05, 2004, [EMAIL PROTECTED] wrote: Whats needed to put freeradius under ftp.openpkg.org/release/2.1/SRC/PLUS/ ? Well, there _is_ a freeradius package, but only in ftp://ftp.openpkg.org/current/SRC/ because it is still not part of any release

FreeRadius

2004-08-05 Thread Alexander Belck
Is there any plan to include FreeRadius in OpenPKG ? It has manny new features, I guess its the only Open Source handling wireless 802.1x authentication and also supports many external authentications like LDAP, MySQL, PgSQL, ... Thanks, Alex -- ATIX Tecnologia e Com Ltda Tel.: +55-(11) 4667

Re: FreeRadius

2004-08-05 Thread Bill Campbell
On Thu, Aug 05, 2004, Alexander Belck wrote: Is there any plan to include FreeRadius in OpenPKG ? It has manny new features, I guess its the only Open Source handling wireless 802.1x authentication and also supports many external authentications like LDAP, MySQL, PgSQL, ... I've built freeradius

Re: FreeRadius

2004-08-05 Thread Alexander Belck
Where can I find this OpenPKG vers of FreeRadius ? Can it easyly by upgradet to 1.0.0 and does it provide --with-ldap ? Thanks, Alex Citando Bill Campbell [EMAIL PROTECTED]: On Thu, Aug 05, 2004, Alexander Belck wrote: Is there any plan to include FreeRadius in OpenPKG ? It has manny new

Re: FreeRadius

2004-08-05 Thread Bill Campbell
On Thu, Aug 05, 2004, Alexander Belck wrote: Where can I find this OpenPKG vers of FreeRadius ? ftp://ftp.celestial.com/ftp.openpkg.org/release/2.1/SRC/freeradius-0.9.3-20031119.src.rpm Can it easyly by upgradet to 1.0.0 and does it provide --with-ldap ? I don't think it would be a problem

Re: FreeRadius

2004-08-05 Thread alexb
Whats needed to put freeradius under ftp.openpkg.org/release/2.1/SRC/PLUS/ ? So in future it will be esear to find it :-)) Thanks, Alex Citando Bill Campbell [EMAIL PROTECTED]: On Thu, Aug 05, 2004, Alexander Belck wrote: Where can I find this OpenPKG vers of FreeRadius ? ftp

Re: FreeRadius

2004-08-05 Thread Bill Campbell
On Thu, Aug 05, 2004, Alexander Belck wrote: Couldn't access the links. Whoops: ftp://ftp.celestial.com/ftp.openpkg.org doesn't exist for me. should be: ftp://ftp.celestial.com/private/ftp.openpkg.org doesn't exist for me. I found ftp://ftp.celestial.com/pub/ftp.openpkg.org but empty and