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
Ralf S. Engelschall wrote: 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 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
-L/openpkg/lib conftest.c -llber -lssl -lcrypto 5 /openpkg/bin/ld: cannot find -llber collect2: ld returned 1 exit status Ralf S. Engelschall 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

Re: unable to buld FreeRADIUS 2.0.5 under Solaris 10

2008-07-30 Thread kalou
Hello Victor, can you try a ls /usr/lib/liblber*.so ? if the lib is not present, you 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

Re: unable to buld FreeRADIUS 2.0.5 under Solaris 10

2008-07-30 Thread Victor G. Bolshakov
External dependence for OpenPKG packege? I also try to build without LDAP (with_openldap=no) without any success... [EMAIL PROTECTED] wrote: can you try a ls /usr/lib/liblber*.so ? if the lib is not present, you might need to pkgadd some ldap packages. Sorry, I'm just inattentively

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: External dependence for OpenPKG packege? I also try to build without LDAP (with_openldap=no) without any success... [EMAIL PROTECTED] wrote: can you try a ls /usr/lib/liblber*.so ? if the lib is not present, you might need to pkgadd some

Re: unable to buld FreeRADIUS 2.0.5 under Solaris 10

2008-07-30 Thread Victor G. Bolshakov
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: can you try a ls /usr/lib/liblber*.so ? if the lib is not present, you

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