Re: [EMAIL PROTECTED] Apache source from svn

2007-09-19 Thread Michael Andrews
Ah. Thanks. I'll give it a shot. But I see your point of using TAR. Thanks again. M On Sep 19, 2007, at 9:36 PM, William A. Rowe, Jr. wrote: If you grab the tarball, you are in good shape. If you checkout from subversion, you must also check out apr/apr-util and then you must run buildconf,

Re: [EMAIL PROTECTED] Apache source from svn

2007-09-19 Thread William A. Rowe, Jr.
If you grab the tarball, you are in good shape. If you checkout from subversion, you must also check out apr/apr-util and then you must run buildconf, which requires autoconf/python etc. Trust that building from the source tarball is considerably simpler in terms of prerequisites. http://svn.apa

[EMAIL PROTECTED] Apache source from svn

2007-09-19 Thread Michael Andrews
I'm trying to script a download, build, and install the Apache 2.2.6 source. Does anyone know if there is an official svn repository with tagged src code. I know I can get the development branch out of svn - but that's not what I really want. Thanks.