cross compiling freeradius

Alan DeKok aland at deployingradius.com
Fri Oct 16 14:15:26 CEST 2020


On Oct 16, 2020, at 4:56 AM, Erich Titl <erich.titl at think.ch> wrote:
> I just started over again but instead of running autogen.sh I just ran
> autoconf. I found that it was our makefile which ran the incriminating
> sed on libtool, so now configure is built with the intended exceptions.

  That's better.

> So far so good, the first few modules are built but later on the make
> process tries to run jlibtool:
> ..

> Do I need to find a way to build jlibtool for the host before trying to
> compile freeradius and if so where to begin.

  Yes.

mkdir build/make
gcc scripts/jlibtool.c -o build/make/jlibtool

  That's it.

  Alan DeKok.



More information about the Freeradius-Users mailing list