安装ConcurrecyKit,下载地址:https://github.com/concurrencykit/ck   编译安装即可

下面是一个歪果仁的解决办法,不过我没用上

I was building  ganglia 3.7.0 when suddenly this particular error message sprung out:

checking for CK... no
configure: error: Package requirements (ck) were not met:

No package 'ck' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables CK_CFLAGS
and CK_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

Google showed up unrelated hits if you put  ck library, duh!

It's actually  ConcurrecyKit:
concurrency primitives, safe memory reclamation mechanisms and
non-blocking data structures designed to aid in the research, design and
implementation of high performance concurrent systems.

--I mistook it with ConsoleKit and actually did this shameless thing:
# ln -s /usr/lib64/pkgconfig/ck-connector.pc /usr/lib64/pkgconfig/ck.pc

Some software engineers, especially related to high-performance
parallel-concurrent system, really lack the taste of name-picking for
their library.

致谢:万能的google 操蛋的GFW

   http://jendralhxr.blogspot.co.uk/2014/04/building-ganglia-370-ck.html

最新文章

  1. 页面元素坐标和偏移(clientX/pageX/screenX/layerX/offsetWidth/scrollWidth/clientWidth等)相关整理
  2. iptables一次性封多个ip,使用ipset 工具
  3. php7+apache2.4 (Windows7下),成功启动。(楼主另外提供了1个php7集成环境打包: http://pan.baidu.com/s/1qXwjpF2 ,如果你只是想了解一下,放在d盘根目录。)
  4. 抛弃EF,20分构建一个属于自己的ORM框架
  5. nodejs爬虫系统
  6. 【Bootstrap】兼容IE8、谷歌和其他主流浏览器的观众IMAX风格的页面
  7. 拦截所有AJAX调用,重点处理服务器异常
  8. KoaHub平台基于Node.js开发的Koa router路由插件代码信息详情
  9. JavaScript基础学习(六)—函数
  10. robotframework的学习笔记(十三)------Robot Framework常用库简介
  11. ServiceNow在中国还有没有模仿者?
  12. Mongodb的基本语法
  13. PAT A1120 Friend Numbers (20 分)——set
  14. vue-cli内部webpack的打包优化
  15. HAL_RTC_MspInit Msp指代什么?
  16. FFmpeg 入门(3):播放音频
  17. mvc:interceptor拦截器使用
  18. [Luogu 2805] NOI2009 植物大战僵尸
  19. 阿里云ftp连接遇到的错误,entering passive mode失败(一个并不成熟的产品?)
  20. source insight Confirm by typing ‘yes' below"、"has been changed outside of the editor. Do you want to reload the file?"、“

热门文章

  1. 《Netlogo多主体建模入门》笔记3
  2. 093、Java中String类之字符串是匿名对象
  3. Postgresql数据库数据简单的导入导出
  4. java多线程知识回顾(笔记)
  5. 十一 Socket编程
  6. Python3 中 的 绝对导入 与 相对导入
  7. 安装数据库Typical path for xclock: /usr/X11R6/bin/xclock 错误问题
  8. 数据可视化-gojs插件使用技巧总结
  9. [Codeforces]1263E Editor
  10. 025、MySQL字符串大小写转化函数,文本转化大写,文本转化小写