radiusd binary static (linux) build
Hi, have anybody tried to do a static build of radiusd binary? Would it be possible with current build setup? If so, can you share the steps to get a static build (or with as little dynamic dependencies as possible). Thank you. -- Ludo
On Jun 3, 2023, at 5:09 AM, Ľudovít Mikula <ludovit.mikula@mikori.sk> wrote:
have anybody tried to do a static build of radiusd binary? Would it be possible with current build setup?
It's not supported. There is just too much value in being able to dynamically load modules. Adding a static build would require additional work, which has no real benefit. Why do you need a static build? Alan DeKok.
It's not supported.
There is just too much value in being able to dynamically load modules. Adding a static build would require additional work, which has no real benefit.
Why do you need a static build?
Well, just that it would be easier for custom builds (docker images etc). But yeah, I can see your reasoning. Was just curious whether it's possible at the moment. Ludo
participants (2)
-
Alan DeKok -
Ľudovít Mikula