免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1169 | 回复: 0
打印 上一主题 下一主题

DB library configured to support only DB_PRIVATE [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-08-14 09:51 |只看该作者 |倒序浏览
文章摘抄自
http://www.sfr-fresh.com/unix/misc/bogofilter-1.1.7.tar.gz:a/bogofilter-1.1.7/doc/bogofilter-faq.html#db-private


Why am I getting "Berkeley DB library configured to support only DB_PRIVATE environments" or
"Berkeley DB library configured to support only private environments"?
Some distributors (for instance the Fedora Project) package Berkeley DB with support for POSIX threading and hence POSIX mutexes, but your system does not support POSIX mutexes (whether it does, depends on the kernel version and exact processor type).
To work around this problem:
  • download, compile and install
    Berkeley DB
    on your own and the reconfigure bogofilter:
  • cd build_unix
  • ../dist/configure --enable-cxx
  • make
  • make install
  • recompile and install bogofilter:
  • ./configure --with-libdb-prefix=/usr/local/BerkeleyDB.4.3 (replace your Berkeley DB version number)
  • make && make check
  • make install (if space is a premium, use make install-strip)

    本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/72296/showart_1130253.html
  • 您需要登录后才可以回帖 登录 | 注册

    本版积分规则 发表回复

      

    北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
    未成年举报专区
    中国互联网协会会员  联系我们:huangweiwei@itpub.net
    感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

    清除 Cookies - ChinaUnix - Archiver - WAP - TOP