Can't build freeradius on git (Fixed)

Hi all,
I'm working towards implementing EAP-TLS or EAP-TTLS on my home network.
I'm under the impression that I will need a radius server for this so i'm trying to build an image with freeradius.
This is my config https://paste.pound-python.org/show/mAj8ZwDYCVDomutTnzsI/
This is the end of my build log https://paste.pound-python.org/show/3Ry5HoN0OC98kyIPH0QB/
The specific error is "Library not found: libfreeradius-radius.so in path: /usr/lib:/lib".
I've done my best to research this but honestly I can't really say I understand what's going on.
I think this is a library stripping failure or a linking failure because there are no errors in package build logs.
Any help much appreciated!

Typically, after struggling with this for days, I find an answer immediately after posting:

https://bugs.openwrt.org/index.php?do=details&task_id=587

"Disable USE_MKLIBS ("Strip unnecessary functions from libraries"), it is known to be broken with musl-libc."

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.