Skip to Main Content

Berkeley DB Family

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

failing to compile Berkely DB on kali linux

089aca27-8cf8-438e-b7df-c5dc64152e0aNov 23 2018 — edited Nov 23 2018

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

Comments
Post Details
Added on Nov 23 2018
0 comments
635 views