Some modules .so are stripped while others are not
Alan DeKok
alan.dekok at inkbridge.io
Mon May 18 13:00:14 UTC 2026
On May 17, 2026, at 11:20 PM, g4-lisz at tonarchiv.ch wrote:
> I wonder why some modules are stripped of their text symbols, others are not.
What OS? Where did you get the packages from?
> For example
>
> >nm -D /opt/rad/lib/rlm_rest.so | grep -i " T "
/opt/rad is not a normal installation location.
> doesn't show anything, even when using ./configure --enable-developer
>
> How is this configured? I couldn't find the "magic"...
The Makefile, and Make.inc control how the server is build. All of the CFLAGS and LDFLAGS are defined there.
If '-g' is in the CFLAGS, then the binaries are not stripped.
Nothing in the default build strips the binaries of debugging symbols.
Alan DeKok.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: Message signed with OpenPGP
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20260518/dbf3a8b6/attachment.sig>
More information about the Freeradius-Users
mailing list