I'm on a Mac lion, and trying to compile just apache bench.

I found some instructions to do:

~/Desktop: cp ./support/.libs/ab /usr/local/apache2/bin/ab
./configure --prefix=/usr/local/apache2
make
make install
which ab output
--> /usr/sbin/ab
cd /usr/local/apache2/bin/
cp ab  /usr/sbin/ab
sudo cp ab  /usr/sbin/ab

So I downloaded httpd.

The instructions seem to be copying ab to a folder (which btw there is no ab, it is ab.c). Where do I type "./configure ...", in the bin/ab folder? Is it making just ab, confused?

Update And my Mac lion doesn't have apache2 in /usr/local/apache2/ ?

I can't figure out where that folder is, doing:

httpd -v

shows I have apache 2.2.2

link|improve this question

48% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.