while compiling the source code getting below
src/debug.c:1454: undefined reference to backtrace'
src/debug.c:1461: undefined reference tobacktrace_symbols_fd'
src/debug.c:1466: undefined reference to `backtrace_symbols_fd'
To reproduce
$ gmake BUILD_TLS=yes
Comment From: sundb
@jaiswalpuru Which operation system are you using and what is its version?
Comment From: jaiswalpuru
I am trying to compile on freebsd version - 24-r
redis version 6.0.13
Found a workaround, in config.h have removed defined(FREEBSD)
Comment From: sundb
I am trying to compile on freebsd version - 24-r
14-r?
Comment From: jaiswalpuru
my bad yes, its 14-r