Kostas Zorbadelos <[EMAIL PROTECTED]> wrote:
> 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  -I./libeap -c rlm_eap.c -o rlm_eap.o
> In file included from rlm_eap.c:26:
> rlm_eap.h:26: ltdl.h: No such file or directory

  You probably did:

$ ./configure --disable-ltdl-install

> 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 

  I don't see why that would be necessary, if you didn't pass any
other options to configure.

> 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

  Hmm... if you don't have openssl, it shouldn't try to use it.

  What's the output of "./configure"?

  Alan DeKok.


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

Reply via email to