发布时间:2013-03-11 23:12:03
今日编译apache时出错:#./configure --prefix……检查编辑环境时出现:checking for APR... noconfigure: error: APR not found . Please read the documentation解决办法:1.下载所需软件包:wget http://archive.apache.org/dist/apr/apr-1.4.5.tar.gz .........【阅读全文】
发布时间:2013-03-08 16:31:09
安装openresty或者nginx时遇到问题:./configure: error: the ngx_drizzle addon requires the libdrizzle library.http://openresty.org/download/drizzle7-2011.07.21.tar.gztar xzvf drizzle7-2011.07.21.tar.gzcd drizzle7-2011.07.21/./configure --without-servermake libdrizzle-1.0make install-libdrizz.........【阅读全文】
发布时间:2013-03-08 13:44:07
转自http://acenet.me/%E5%AE%89%E8%A3%85apache-%E6%8F%90%E7%A4%BAapr-not-found-%EF%BC%8Cpcre-%E8%A7%A3%E5%86%B3%E6%96%B9%E6%B3%95/......【阅读全文】