The point Alan is trying to make.
 
> > that is the one i got and i tried to compile it from scratch but it 
> > fails on ./configure
> 
>   I hate playing twenty questions.
> 


Why don't you post the output of ./configure

Actually, capture the whole thing to file.

./configure > myconfig.log 2>&1


Myconfig.log 2>&1 part means to send any standard output to myconfig.log
and to redirect standard error (2) to the same place as the standard
output (1). Basically it runs the command without any output to a
terminal etc, it all ends up in the file.

It would be so much more helpful than saying.

It fails on ./configure.

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

Reply via email to