Re: [us...@httpd] help compiling apache 2.2.14 and openssl-0.9.8l using vs2008

2010-01-10 Thread Tom Donovan
hc wrote: I need to compile apache2.2.14 for windows because of cve-2009-3555. It is my understanding for that problem I need to compile apache with openssl-0.9.8l instead of the previous which was used in the 2.2.14 binary, which was I believe, 0.9.8k. but I ran into a couple

Re: [us...@httpd] help compiling apache 2.2.14 and openssl-0.9.8l using vs2008

2010-01-10 Thread hc
Thanks a lot! I didn't even think of this: If you copy Apache to another machine, remember to install the Microsoft Visual C++ 2008 Redistributable Package http://www.microsoft.com/downloads/details.aspx?FamilyID=9B2DA534-3E03-4391-8A4D-074B9F2BC1BFdisplaylang=en before running it On 1/10/10,

Re: [us...@httpd] help compiling apache 2.2.14 and openssl-0.9.8l using vs2008

2010-01-08 Thread hc
I'm not sure what you mean but thanks for responding. Do you mean it won't compile with vs2008 but instead something older? I probably have a older version of vs in a closet somewhere...How are you finding out what is missing? On Thu, Jan 7, 2010 at 11:00 PM, Pravesh Rai pravesh@gmail.com

Re: [us...@httpd] help compiling apache 2.2.14 and openssl-0.9.8l using vs2008

2010-01-08 Thread Pravesh Rai
We had tried to use VS 2008 to build Apache Openssl, but face many difficulties (because of some missing files) finally came back to VS 2005. Thanks, Pravesh On Fri, Jan 8, 2010 at 9:45 PM, hc highcha...@gmail.com wrote: I'm not sure what you mean but thanks for responding. Do you mean it

[us...@httpd] help compiling apache 2.2.14 and openssl-0.9.8l using vs2008

2010-01-07 Thread hc
I need to compile apache2.2.14 for windows because of cve-2009-3555. It is my understanding for that problem I need to compile apache with openssl-0.9.8l instead of the previous which was used in the 2.2.14 binary, which was I believe, 0.9.8k. but I ran into a couple questions/issues. so if

Re: [us...@httpd] help compiling apache 2.2.14 and openssl-0.9.8l using vs2008

2010-01-07 Thread Pravesh Rai
Even we had tried this scenario, but there are several (deprecated) files, which are required for building these components, are not bundled with VS 2008. All these issues needs to be looked on case-by-case basis. Thanks, Pravesh On Fri, Jan 8, 2010 at 9:01 AM, hc highcha...@gmail.com wrote: I