BerkleyDB无法在Ubuntu上安装

时间:2018-07-09 19:39:48

标签: installation

我目前正在尝试安装Berkley Db。当我制作文档时,遇到以下错误。我在网上找不到关于此问题的任何信息:

../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 '__repmgr_ssl_readv'?
  if (repmgr_ssl_mutex_arr != NULL) {
      ^~~~~~~~~~~~~~~~~~~~
      __repmgr_ssl_readv
../src/repmgr/repmgr_net.c:2897:6: note: each undeclared identifier is reported only once for each function it appears in
Makefile:2795: recipe for target 'repmgr_net.lo' failed
make: *** [repmgr_net.lo] Error 1

1 个答案:

答案 0 :(得分:0)

我能够通过一些小的调整来构建它。

$router->add('{controller}/{id:\d+}/{action}');

希望有帮助。