Trouble Building on Win32

2002-07-09 Thread John N. Harrill
Was there every a resolution to the issue on Building Apache 1.3.26 with mod_ssl 2.8.10 for Windows 2000 platform. I am running into the same issue. This issue was originally submitted by Noah White. (see link below) Thanks in advance for any assistance on this matter. John Harrill

RE: Trouble building on Win32

2002-06-21 Thread Noah White
Files\WMI\include -Original Message- From: Aryeh Katz [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 5:29 PM To: [EMAIL PROTECTED] Subject: Re: Trouble building on Win32 Is your win32 build environment set on the command line? It looks like something is wrong with your

RE: Trouble building on Win32

2002-06-21 Thread Aryeh Katz
The server build OK, it only croaks when trying to build with mod_ssl. Here's my include PATH, I don't notice anything in particular wrong with it. Thanks, -Noah INCLUDE=c:\Program Files\Microsoft Visual Studio .NET\FrameworkSDK\include\;c:\Program Files\Microsoft Visual Studio

RE: Trouble building on Win32

2002-06-21 Thread Noah White
This is just a guess, but try putting your openssl path in quotes. It might not like /Ic:..., and it might prefer /i c: [Noah White] Nope, no dice. -Noah __ Apache Interface to OpenSSL (mod_ssl)

Trouble building on Win32

2002-06-20 Thread Noah White
I'm trying to bld 2.8.9-1.3.26 on Windows 2000 server with VC++ 7.0 installed. I'm running into the following issues: 1) When patching the sources I get the following: |+-- - || First patch APACI's configuration script to

Re: Trouble building on Win32

2002-06-20 Thread Aryeh Katz
Is your win32 build environment set on the command line? It looks like something is wrong with your include path. run set, and see whether or not the correct value for include shows up. I'm trying to bld 2.8.9-1.3.26 on Windows 2000 server with VC++ 7.0 installed. I'm running into the