18 May
2026
18 May
'26
9 a.m.
On May 17, 2026, at 11:20 PM, g4-lisz@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.