本文共 723 字,大约阅读时间需要 2 分钟。
PS:可以在源码包可以查看INSTALL 可以查看到安装的方式
$ ./configure --prefix=PREFIX $ make $ make install $ PREFIX/bin/apachectl start[root@localhost httpd-2.2.34]# wget
[root@localhost httpd-2.2.34]# tar -zxvf httpd-2.2.34.tar.gz
[root@localhost /]# cd /usr/local/src/httpd-2.2.34
[root@localhost httpd-2.2.34]# [root@localhost httpd-2.2.34]# ./configure --prefix=/usr/local/apachi2[root@localhost httpd-2.2.34]#echo $? PS:查看是否为0
[root@localhost httpd-2.2.34]# make [root@localhost httpd-2.2.34]#echo $? PS:查看是否为0 [root@localhost httpd-2.2.34]# make install [root@localhost httpd-2.2.34]#echo $? PS:查看是否为0不为0为错误
本文转自 闪电王 51CTO博客,原文链接:http://blog.51cto.com/sdwaqw/2059188
转载地址:http://corxx.baihongyu.com/