请教:Ubuntu 64位 12.04 安装apache2.4.3出错!
发表于 : 2012-10-11 21:19
安装方法如下:
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.
现请教高人!
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.
现请教高人!