Код: Выделить всё
cd apache_1.3.39
./configure --prefix=/usr/local/apache
make
make installрезультат:
Код: Выделить всё
Configuring for Apache, Version 1.3.39
+ 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
no
default
default
===> src
make[1]: Entering directory `/home/web/apache_1.3.39'
make[2]: Entering directory `/home/web/apache_1.3.39/src'
make[2]: *** Нет правила для сборки цели `all'. Останов.
make[2]: Leaving directory `/home/web/apache_1.3.39/src'
make[1]: *** [build-std] Ошибка 2
make[1]: Leaving directory `/home/web/apache_1.3.39'
make: *** [build] Ошибка 2
make[1]: Entering directory `/home/web/apache_1.3.39'
===> src
make[2]: Entering directory `/home/web/apache_1.3.39'
make[3]: Entering directory `/home/web/apache_1.3.39/src'
make[3]: *** Нет правила для сборки цели `all'. Останов.
make[3]: Leaving directory `/home/web/apache_1.3.39/src'
make[2]: *** [build-std] Ошибка 2
make[2]: Leaving directory `/home/web/apache_1.3.39'
make[1]: *** [build] Ошибка 2
make[1]: Leaving directory `/home/web/apache_1.3.39'
make: *** [install-all] Ошибка 2Что я не так делаю? Возможно, кривой компилятор? Только вчера перешел на убунту с SAM, где всё ставилось таким образом. Кто-нибудь сталкивался с такой проблемой?