On Aug 23, 2017, at 4:45 AM, RANJALAHY RASOLOFOMANANA, Bija <bija.ranjalahy@capgemini.com> wrote:
The backtrace that I sent yesterday comes from a server built with debugging symbols.
If it had debugging symbols, the backtrace would show them. It didn't have 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 ?
That should work. But I have no idea what else you're doing. Following the doc/bugs link should work. Alan DeKok.