装apache出现下面问题怎么办?

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
thorium
帖子: 24
注册时间: 2006-05-06 11:48

装apache出现下面问题怎么办?

#1

帖子 thorium » 2007-01-21 14:40

Configuring for Apache, Version 1.3.12
+ Warning: Configuring Apache with default settings.
+ This is probably not what you really want.
+ Please read the README.configure and INSTALL files
+ first or at least run './configure --help' for
+ a compact summary of available options.
+ Warning: Your 'echo' command is slightly broken.
+ It interprets escape sequences per default. We already
+ tried 'echo -E' but had no real success. If errors occur
+ please set the SEO variable in 'configure' manually to
+ the required 'echo' options, i.e. those which force your
+ 'echo' to not interpret escape sequences per default.
+ using installation path layout: Apache (config.layout)
Creating Makefile
Creating Configuration.apaci in src
Syntax error --- The configuration file is used only to
define the list of included modules or to set Makefile in src
options or Configure rules, and I don't see that at all:
`$(SRCDIR)/apaci`
default
default
no
no
no
yes
no
default
default
default
















guanguanboy
帖子: 1
注册时间: 2009-03-30 9:49

Re: 装apache出现下面问题怎么办?

#2

帖子 guanguanboy » 2009-03-30 10:14

run the following commands:
root@gl-desktop:~# rm -f /bin/sh
root@gl-desktop:~# ln -s /bin/bash /bin/sh

I think the problem will be solved.
回复