码迷,mamicode.com
首页 > 其他好文 > 详细

Ganglia 安装 No package 'ck' found

时间:2015-08-26 17:21:15      阅读:170      评论:0      收藏:0      [点我收藏+]

标签:

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

Ganglia 安装 No package 'ck' found

标签:

原文地址:http://www.cnblogs.com/prisoner/p/4760873.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!