On Thu, Aug 26, 2004 at 05:19:06PM +0300, Kostas Zorbadelos wrote:

Hello to everyone.
I had sent 2 compile issues of freeradius-1.0.0 on Solaris 2.8, gcc
2.95.3

> I can see that ltdl.h is not in the include path passed to gcc but in
> ./libltdl/ltdl.h. The problem is solved if we use the
> --with-ltdl-include in the configure line 
>

This one was my problem. I had used 
$./configure --prefix=~/freeradius-1.0.0/BUILD

in configure. The problem does not exist if I use a full path in
--prefix and not the '~' shortcut of bash.

However, the error regarding rlm_x99_token exists.
 
> 
> Making static dynamic in rlm_x99_token...
> make[6]: Entering directory 
> `/space/radius/freeradius-1.0.0/src/modules/rlm_x99_token'
> gcc  -fcse-skip-blocks -fexpensive-optimizations -finline-functions 
> -fomit-frame-pointer -O3 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 
> -Wall -D_GNU_SOURCE -DNDEBUG  -I../../include -DX99_MODULE_NAME=\"rlm_x99_token\"  
> -DFREERADIUS -c x99_rlm.c -o x99_rlm.o
> In file included from x99_rlm.c:54:
> x99.h:26: openssl/des.h: No such file or directory
> 
> I do not have openssl in the system. Shouldn't autoconf diagnose this
> and disable rlm_x99_token as it did in several eap modules?
> I solved it using  --without-rlm_x99_token in the configure line.
> 

-- 
  Kostas Zorbadelos
  Systems Developer, Otenet SA 
  mailto: [EMAIL PROTECTED]
  
  Out there in the darkness, out there in the night
  out there in the starlight, one soul burns brighter
  than a thousand suns.


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

Reply via email to