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

fatal error: rrd.h: No such file or directory

时间:2018-05-24 10:29:09      阅读:636      评论:0      收藏:0      [点我收藏+]

标签:rrdtool

ubuntu安装rrdtool提示rrd.h找不到
root@vfast-virtual-machine:~/python# pip3 install rrdtool
Collecting rrdtool
Downloading https://files.pythonhosted.org/packages/21/cc/26370aad26cc2384c21717ef8773d1d9a1f8598e87b61fe72f89988370b0/rrdtool-0.1.14.tar.gz
Complete output from command python setup.py egg_info:
/tmp/tmp_python_rrdtoolp811q1_o/test_rrdtool.c:2:17: fatal error: rrd.h: No such file or directory
compilation terminated.
Error: Unable to compile the binary module. Do you have the rrdtool header and libraries installed?

ubuntu安装apt-get install librrd-dev
centos可以检查一下rrdtool-devel 这个包是否安装

看到报错都不知道是缺哪个包,百度了一下还真找见一个例子
https://segmentfault.com/q/1010000002465500/a-1020000002466009
记录一下,以后可以查看

fatal error: rrd.h: No such file or directory

标签:rrdtool

原文地址:http://blog.51cto.com/xiaoshanzi/2119690

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