----- Original Message -----
From: "aland" <aland@deployingradius.com>
It's pretty hard. If there's a lot of traffic, there would be a lot of debugging logs. And that's hard to deal with.
I tried to recompile with the readline-devel rpm installed. ./configure --with-systemd --with-openssl --without-snmp --without-vmps --without-dhcp --with-rlm_perl --with-rlm_ldap --with-rlm_sql_mysql --without-rlm_krb5 --without-rlm_pam --without-rlm_python --without-rlm_rest --disable-openssl-version-check However, I now get the following error after running make: src/main/modules.c: In function ?load_byserver?: src/main/modules.c:1387:3: error: ?subcs? undeclared (first use in this function) 1387 | subcs = cf_section_sub_find_name2(cs, "cache", "load"); | ^~~~~ src/main/modules.c:1387:3: note: each undeclared identifier is reported only once for each function it appears in make: *** [scripts/boiler.mk:644: build/objs/src/main/modules.lo] Error 1 -- Thor