网上冲浪 | 反毒杀毒 | 菜鸟进阶 | 网络安全 | 实用技术 | 网络安全 | 操作系统 |
工具软件 | 电脑医院 | 网上赚钱 | 网页制作 | 网络营销 | 经典教程 | IT趣 谈 |
当前位置:IT快活林网上冲浪反毒杀毒

apache2.0.47的安装安装问题

apache2.0.47的安装#tar -zxvf httpd-2.0.47.tar.gz 我放在boot上了#cd httpd_2.0.47 找不这个目录#./configure --prefix=/www --enable-so注:apache根目录为 /www;--enable-so一定要用的。#make#make install谁知道为什么,谁可以告诉我呀-----QUOTE:#tar -zxvf httpd-2.0.47.tar.gz 我放在boot上了我还是头一次见这么狠的,你不怕把你的/boot撑爆吗?我把步骤写一下吧,最好把他放在其他目录下,如/usr/local# ls /usr/loca/httpd-2.0.47.tar.gzhttpd-2.0.47.tar.gz# cd /usr/local# tar -zxf httpd-2.0.47.tar.gz# cd httpd-2.0.47# ./configure --prefix=/usr/local/apache --enable-so# make # make install-----# ./configure --prefix=/usr/local/apache --enable-so# make # make install==============================linux-0kpx:/boot/apache_1.3.36 # ./configure --prefix=/usr/local/apache --enable-soConfiguring for Apache, Version 1.3.36+ using installation path layout: Apache (config.layout)configure:Error: invalid option '--enable-so'linux-0kpx:/boot/apache_1.3.36 # makemake: *** No targets specified and no makefile found. Stop.linux-0kpx:/boot/apache_1.3.36 # make installmake: *** No rule to make target `install'. Stop.linux-0kpx:/boot/apache_1.3.36 #-----为什么会这样!这个是那的错误-----linux-0kpx:/boot/apache_1.3.36 # ./configure --prefix=/boot/apache_1.3.36/apache --enable-soConfiguring for Apache, Version 1.3.36+ using installation path layout: Apache (config.layout)configure:Error: invalid option '--enable-so'-----第一,为啥你非要把你的apache放在/boot下编译?第二,貌似你的那个版本不支持--enable-so的选项。-----我知道为什么,安装不上了,因为路径问题,现在全部解决!
[]作者:本站整理  来源:不祥