Apache install problem

Etusivu
Liitteet:
Viesti alkuperäisessä muodossaan
+ (text/plain)
Poista viesti
Vastaa
Lähettäjä: Michelle Lowman
Päiväys:  
Aihe: Apache install problem
./configure (with various options) completed with no error messages, but
when I run make, I get this:

[root@livia apache_1.3.27]# make
===> src
make[1]: Entering directory `/home/mlowman/apache_1.3.27'
make[2]: Entering directory `/home/mlowman/apache_1.3.27/src'
make[2]: *** No rule to make target `all'. Stop.
make[2]: Leaving directory `/home/mlowman/apache_1.3.27/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/home/mlowman/apache_1.3.27'
make: *** [build] Error 2

The Makefile is there, so what am I missing?