博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
解决安装rrdtool遇到的一个问题
阅读量:6989 次
发布时间:2019-06-27

本文共 1286 字,大约阅读时间需要 4 分钟。

  hot3.png

问题现象:

configure: WARNING:----------------------------------------------------------------------------* I could not find a working copy of pangocairo. Check config.log for hints on w                                                                                       hy  this is the case. Maybe you need to set LDFLAGS and CPPFLAGS appropriately  so that compiler and the linker can find libpangocairo-1.0 and its header file                                                                                       s. If  you have not installed pangocairo, you can get it either from its original hom                                                                                       e on     http://ftp.gnome.org/pub/GNOME/sources/pango/1.28  You can find also find an archive copy on     http://oss.oetiker.ch/rrdtool/pub/libs  The last tested version of pangocairo is 1.28.4.       LIBS=-lcairo -lcairo -lcairo -lm  -lcairo -lpng12   LDFLAGS=  CPPFLAGS= -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/pixman-1                                                                                        -I/usr/include/freetype2----------------------------------------------------------------------------

 

解决: yum install pango-dev  

转载于:https://my.oschina.net/psuyun/blog/364841

你可能感兴趣的文章
java中包的命令行(cmd)操作详解
查看>>
git中fatal: Authentication failed的问题
查看>>
数学建模排版中加页码与首页不加页码问题
查看>>
matlab-1
查看>>
C# 用POST提交json数据
查看>>
cpu亲和性绑定
查看>>
变量 、缓冲值 、编码
查看>>
20160408javaweb之JDBC ---PreparedStatement
查看>>
2018.11.03-dtoj-2092-交通 (traffic)
查看>>
内置模块(二)
查看>>
【HNOI2016】树
查看>>
Java Web整合开发(附录1) - 安装配置环境
查看>>
javascript对象创建
查看>>
linux解压war包的命令
查看>>
MyQThread new
查看>>
js的继承
查看>>
SOCKET用法详解
查看>>
struts2中的OGNL详解
查看>>
C++的虚函数
查看>>
C++11的新特性:右值引用
查看>>