| 
 | 
 
以下是我的INSTALL的部分配置: 
# Qmail Setup Script v1.5.3 
# 2002-09-02   10 :17 
# compile by iceblood 
# Copyright (C) 2002 by iceblood 
# Warning !! This script only for FreeBSD or Linux,not use other system. 
 
# Please set your system,default is FreeBSD,more have Linux 
_OS="Linux"                      
 
# Please set your language,default is EN,more have CN 
_LANG="EN"                      
 
# If you don't need install apache 
# Please set the _INSTALLAPACHE="NO" 
# if you want change the apache install 
# path, you can modify the _APACHEPATH 
_INSTALLAPACHE="NO"          
 
…… 
可是当我运行./setup > install.log的时候程序却不执行安装 
install.log中显示:    
Your system is Linux 
Please set _OS for Linux. 
 
 
这是为什么呢?哪位高手帮我分析一下。谢谢了!! |   
 
 
 
 |