Apache install problem

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Michelle Lowman
Date:  
Subject: 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?