随笔分类 -  Error

摘要:编译安装MySQL的时候,出现错误: -- Could NOT find Curses (missing: CURSES_LIBRARY CURSES_INCLUDE_PATH) CMake Error at cmake/readline.cmake:85 (MESSAGE):Curses libr 阅读全文
posted @ 2016-03-03 14:12 Liemer_Lius 阅读(1171) 评论(0) 推荐(0)
摘要:编译php时候出现错误:configure: error: Please reinstall the libcurl distribution - easy.h should be in /include/curl/ 阅读全文
posted @ 2016-01-08 11:58 Liemer_Lius 阅读(3675) 评论(0) 推荐(0)
摘要:编译安装httpd-2.4版本以上时,报错configure: error: Bundled APR requested but not found at ./srclib/. Download and unpack the corresponding apr and apr-util packages to ./srclib/. 网上的帖子,网址都是错的,根本不能下载,这篇文章里面有比较稳妥的解决方案。 阅读全文
posted @ 2016-01-07 17:31 Liemer_Lius 阅读(4588) 评论(0) 推荐(2)
摘要:error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory 阅读全文
posted @ 2016-01-06 13:02 Liemer_Lius 阅读(1825) 评论(0) 推荐(0)
摘要:./configure: error: the HTTP rewrite module requires the PCRE library. 阅读全文
posted @ 2016-01-06 13:01 Liemer_Lius 阅读(777) 评论(0) 推荐(0)
摘要:configure: error: mcrypt.h not found. Please reinstall libmcrypt. 阅读全文
posted @ 2016-01-06 12:59 Liemer_Lius 阅读(242) 评论(0) 推荐(0)
摘要:configure: error: jpeglib.h not found. 阅读全文
posted @ 2016-01-06 12:58 Liemer_Lius 阅读(1162) 评论(0) 推荐(0)
摘要:源码编译安装Linux软件的时候,时常因为依赖某些库文件,而打断编译或者安装。因此我们先安装这些库文件,使以后的安装不受阻碍。 阅读全文
posted @ 2016-01-06 12:03 Liemer_Lius 阅读(404) 评论(0) 推荐(0)