分页: 1 / 1

请教:Ubuntu 64位 12.04 安装apache2.4.3出错!

发表于 : 2012-10-11 21:19
dfsr
安装方法如下:
sudo apt-get remove apache2 apache2.2-common apache2-utils apache2.2-bin
sudo rm -rf /etc/apache2/
sudo rm /etc/init.d/apache2
tar -jxvf httpd-2.2.19.tar.bz2
cd httpd-2.2.19
./configure --prefix=/usr/local/apache2 --enable-so --enable-rewrite
make
到此出现错误提示:
make: *** No targets specified and no makefile found. Stop.

现请教高人!

Re: 请教:Ubuntu 64位 12.04 安装apache2.4.3出错!

发表于 : 2012-10-11 21:21
YeLee
看看configure的输出,看缺了哪个库,不知道还是安安份份用源里面那个吧。 :em01

Re: 请教:Ubuntu 64位 12.04 安装apache2.4.3出错!

发表于 : 2012-10-11 21:25
YeLee
当然,不喜欢折腾的话apt的build-dep选项会帮你解决这问题。