摘要: 编译gd,出现问题Support for Xpm library: no怎么解决?解决办法就是去下载libXpm库安装:yum -y install libXpm-dev这样安装后本以为可以了,就去重新安装gd2库,在配置gd2的时候多加一条 --with-xpm=/usr/lib。但是配置时会提示... 阅读全文
posted @ 2014-12-16 16:52 充实地生活着 阅读(577) 评论(0) 推荐(0)
摘要: 编译fontconfig编译时出错:出错configure: error: You must have freetype installed; see http://www.freetype.org/可是我的freetype已经装好了。解决办法如下:加上参数 --with-freetype-conf... 阅读全文
posted @ 2014-12-16 16:38 充实地生活着 阅读(2249) 评论(1) 推荐(0)