On Thu, Nov 11, 2004 at 04:46:25PM +0200, Eva Kolega wrote:
> Paul ,

Please do not off-list email me without asking first. My personal email
archives are not available on the web (as far as I know) so any answer I
give privately would have much less value than if I answer on-list.

> I enclose the whole "make" report. The problem starts where the lines 
> are in bold format. To be precise, I have installed 
> mysql-standard-4.0.21-sun-solaris2.9-sparc-64bit.tar.gz with nothing 
> else. I mean no mysql client, no devel, no share.  But I guess this is 
> the full mysql installation. I mean we run mysql on a number of machines 
> for various services. We have not faced any problems yet.  The ps 
> command output follows:

> ./configure --prefix=/usr/local/freeradius 
> --exec-prefix=/usr/local/freeradius 
> --with-mysql-include-dir=/usr/local/mysql/include 
> with-openldap-include-dir=/usr/local/openldap

> Every time I do a google search I find answers consearning freeradius 
> installation on  Linux !! Well, I am using Sol 9.

That's because you've picked the last problem, not the first:

> Making static dynamic in rlm_eap...
> make[6]: Entering directory 
> `/usr/local/src/freeradius-1.0.1/src/modules/rlm_eap'
> /usr/local/src/freeradius-1.0.1/libtool --mode=link ld \
> -module -static  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS 
> -DOPENSSL_NO_KRB5 -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith 
> -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes 
> -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -W 
> -Wredundant-decls -Wundef  -I../../include  -I./libeap 
> types/rlm_eap_leap/rlm_eap_leap.a types/rlm_eap_md5/rlm_eap_md5.a 
> rlm_eap.o eap.o mem.o state.o -o rlm_eap.a
> ar cru rlm_eap.a rlm_eap.o eap.o mem.o state.o 
> types/rlm_eap_leap/rlm_eap_leap.a types/rlm_eap_md5/rlm_eap_md5.a 
> types/rlm_eap_leap/rlm_eap_leap.a types/rlm_eap_md5/rlm_eap_md5.a   
> types/rlm_eap_leap/rlm_eap_leap.a types/rlm_eap_md5/rlm_eap_md5.a
> ar: types/rlm_eap_leap/rlm_eap_leap.a is in archive format - embedded 
> archives are not allowed
> ar: types/rlm_eap_md5/rlm_eap_md5.a is in archive format - embedded 
> archives are not allowed
> ar: types/rlm_eap_leap/rlm_eap_leap.a is in archive format - embedded 
> archives are not allowed
> ar: types/rlm_eap_md5/rlm_eap_md5.a is in archive format - embedded 
> archives are not allowed
> ar: types/rlm_eap_leap/rlm_eap_leap.a is in archive format - embedded 
> archives are not allowed
> ar: types/rlm_eap_md5/rlm_eap_md5.a is in archive format - embedded 
> archives are not allowed
> ranlib rlm_eap.a

This batch of errors suggests to me that the toolchain you're using is
not up to the task. I don't think we support non-Gnu toolchains, and in
this case the dynamic linker doesn't appear to support whatever it is we
(or libtool ) are trying to do.

Also, this is a recompile, so there may have been previous errors which
are not showing up in the pre-libtool stage. You might need to 'make
clean' and start again from './configure ...' before posting any more
build output, assuming using a Gnu toolchain doesn't solve the problem.

-- 
Paul "TBBle" Hampson, on an alternate email client.

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

Reply via email to