LINUX怎么安装APACHE的tar.zip文件
发布网友
发布时间:2022-04-23 02:07
我来回答
共2个回答
热心网友
时间:2023-10-11 03:52
tar.zip?
打错了吧?
你的 Linux 绝对有 apache 。不是在安装盘上,就是在在线软件库里面。
自己装请先补习 Linux 知识再来。
热心网友
时间:2023-10-11 03:53
环境所需:
[lxu@mail ~]$ rpm -qa|grep apr
apr-util-1.2.7-7.el5
apr-1.2.7-11
apr-devel-1.2.7-11
apr-util-devel-1.2.7-7.el5
安装:apache
174 tar -zxvf httpd-2.2.14.tar.gz
175 cd httpd-2.2.14
176 ./configure --help
177 ./configure --help|grep mode
178 ./configure --prefix=/home/lxu/apache -enable-so --enable-moles=all --enable-mods-shared=all --enable-maintainer-mode --enable-dav
179 make
180 make install