摘要: 一. configure: error: Bundled APR requested but not found at ./srclib/. Download and unpack the corresponding apr and apr-util packages to ./srclib/. 输 阅读全文
posted @ 2017-03-10 11:50 &MJane& 阅读(437) 评论(0) 推荐(0)
摘要: gd_png.c:16:53: error: png.h: No such file or directory 解决方案: 打开gd_png.c 查看,由于当前目录根本没有png.h 所以安装报错#include "gdhelpers.h"#include "png.h" 所以将 png.h的正确目 阅读全文
posted @ 2017-03-10 10:17 &MJane& 阅读(116) 评论(0) 推荐(0)