after downloading and extracting the files i failed to compile it.
after which i ran the configure file:
../dist/configure --prefix=/usr/local --enable-cxx
upon running "make" command i got this:
../src/repmgr/repmgr_net.c: In function '__repmgr_set_ssl_ctx':
../src/repmgr/repmgr_net.c:2897:6: error: 'repmgr_ssl_mutex_arr' undeclared (first use in this function); did you mean 'mgr_mutex_t'?
if (repmgr_ssl_mutex_arr != NULL) {
^~~~~~~~~~~~~~~~~~~~
mgr_mutex_t
../src/repmgr/repmgr_net.c:2897:6: note: each undeclared identifier is reported only once for each function it appears in
make: *** [Makefile:2795: repmgr_net.lo] Error 1
i'm using a Kali GNU/Linux Rolling