2014
11-07
11-07
Ubuntu下使用源代码编译安装apache2.2.26
下载httpd-2.2.26.tar.gz(下载地址),执行sudotarxzfvhttpd-2.2.26.tar.gzcdhttpd-2.2.26sudo./configure--prefix=/usr/local/apache2--enable-module=most--enable-rewrite--enable-shared=max--enable-so如果提示如下错误:checkingforCcompilerdefaultoutputfilename...configure:error:Ccompilercannotcreateexecutables原因是未安装libc6-dev,执行sudoapt-getinstallbuild-essential就ok...
继续阅读 >