23 Aug
2017
23 Aug
'17
7:24 a.m.
On 23 Aug 2017, at 16:45, RANJALAHY RASOLOFOMANANA, Bija <bija.ranjalahy@capgemini.com> wrote:
Thanks Alan.
The backtrace that I sent yesterday comes from a server built with debugging symbols. Here is an extract of our makefile:
# to build in developer mode: OPT_ENABLE_DEV = --enable-developer
./configure --prefix=$(FREERADIUS_HOME) \ --with-openssl=no \ --with-talloc-include-dir=$(TALLOC_HOME)/include \ --with-talloc-lib-dir=$(TALLOC_HOME)/lib \ --with-oracle-include-dir=$(ORACLE_HOME)/sdk/include \ --with-oracle-lib-dir=$(ORACLE_HOME) \ --with-libcurl=$(CURL_HOME) \ $(OPT_ENABLE_DEV)
Is there something else we should do ?
Look for output when gdb starts about it ignoring debugging symbols for some reason… -Arran