mnt zeus_linux.tgz.1
[root@localhost /]# cd /usr/src
[root@localhost src]# ls
apache_1.3.34 php-4.4.2
debug proftpd-1.2.10
mysql-standard-4.1.12-pc-linux-gnu-i686 proftpd-1.2.10.tar.gz
[root@localhost src]# cd apache_1.3.34/
[root@localhost apache_1.3.34]# ./configure
Configuring for Apache, Version 1.3.34
+ 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.
+ using installation path layout: Apache (config.layout)
Creating Makefile
Creating Configuration.apaci in src
Creating Makefile in src
+ configured for Linux platform
Error: could not find any of these C compilers
anywhere in your PATH: gcc cc acc c89
Configure terminated
[root@localhost apache_1.3.34]# make
===> src
make[1]: Entering directory `/usr/src/apache_1.3.34'
make[2]: Entering directory `/usr/src/apache_1.3.34/src'
make[2]: *** No rule to make target `all'. Stop.
make[2]: Leaving directory `/usr/src/apache_1.3.34/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/usr/src/apache_1.3.34'
make: *** [build] Error 2
[root@localhost apache_1.3.34]# make install
make[1]: Entering directory `/usr/src/apache_1.3.34'
===> src
make[2]: Entering directory `/usr/src/apache_1.3.34'
make[3]: Entering directory `/usr/src/apache_1.3.34/src'
make[3]: *** No rule to make target `all'. Stop.
make[3]: Leaving directory `/usr/src/apache_1.3.34/src'
make[2]: *** [build-std] Error 2
make[2]: Leaving directory `/usr/src/apache_1.3.34'
make[1]: *** [build] Error 2
make[1]: Leaving directory `/usr/src/apache_1.3.34'
make: *** [install-all] Error 2
[root@localhost apache_1.3.34]#