首页 > 其他 > 详细

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

时间:2018-05-24 10:21:47      阅读:288      评论:0      收藏:0      [点我收藏+]
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

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!