Re: [EMAIL PROTECTED] step by step instructions for compiling Apache under Windows

2006-11-04 Thread Nick Kew
On Fri, 3 Nov 2006 14:43:24 -0800 "toadie D" <[EMAIL PROTECTED]> wrote: > [chop] Please learn to post on a mailinglist. In this case, that means not leaving 10Kb of quoted text just to write four lines of your own. The previous poster in the thread was almost as bad. If you do need to quote fr

Re: [EMAIL PROTECTED] step by step instructions for compiling Apache under Windows

2006-11-03 Thread toadie D
Richard This link is slightly better. http://www.apachelounge.com/forum/viewtopic.php?t=785 and it worked for me (built on WinXP SP2 and deployed on Win2K) I assume you also downloaded the Platform SDK in addition to the VC++ 2005? On 11/3/06, Richard de Vries <[EMAIL PROTECTED]> wrote: W

Re: [EMAIL PROTECTED] step by step instructions for compiling Apache under Windows

2006-11-03 Thread Richard de Vries
William, I am just having a hell of a time getting that to work, plus now I also need to get mod_ssl compiled. :( I am stuck on libapr, which is complaining about unresolved external objects. (see my previous email). I am using Visual C++ Express 2005, and on one website I read the following: "T

Re: [EMAIL PROTECTED] step by step instructions for compiling Apache under Windows

2006-11-03 Thread William A. Rowe, Jr.
This is really dodgy advice - download the MSVC 8 (2005) runtime installer directly from Microsoft and install it. Issue solved. If you are running the debug build, you have to do the -same thing- only you will find the debug MSVC runtime in your product tree, again, just install it. toadie D w

Re: [EMAIL PROTECTED] step by step instructions for compiling Apache under Windows

2006-11-03 Thread Richard de Vries
Thanks for the info .. but no go. I am following some very good instructions at this URL and have gotten much farther: http://www.apachelounge.com/forum/viewtopic.php?t=103 However, I am getting failures on libapr: Generating Code... Compiling resources... Linking... Creating library .\Releas

Re: [EMAIL PROTECTED] step by step instructions for compiling Apache under Windows

2006-11-03 Thread toadie D
look for dir %WINDOWS%\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_0de06acd and the equivalent %WINDOWS\WinSxS\manifests\[same name as above] put the DLL as well as a copy of the manifest inside your bin dir. Here's a manifest that works on Win2K SP4 ===

[EMAIL PROTECTED] step by step instructions for compiling Apache under Windows

2006-11-03 Thread Richard de Vries
Hi there, does anyone have any step by step instructions on how to compile Apache under windows. I did find a document on the apache website that describes how to compile Apache ... and as a matter of fact, it compiled just fine. But I am having a hell of a time figured out how the dependencies o