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

2010-01-10 Thread hc
" On 1/10/10, Tom Donovan wrote: > 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 >&

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

2010-01-09 Thread hc
correction: regarding needing to exclude zlib, that was apparently due to an error on my part. I have now gotten apache 2.2.14 to compile with openssl 0.9.8l and zlib. So I am amending my instructions to these: Yes you can compile apache 2.2.14 with openssl-0.9.8l and zlib with vs2008 professional

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

2010-01-08 Thread hc
Well if you can avoid zlib, you can compile apache 2.2.14 with openssl-0.9.8l with vs2008. Basically these instructions are correct _except_ leave out zlib or you're going to have to know a lot about compiling, linking and make files because something doesn't get along there. http://httpd.apache.

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

2010-01-08 Thread hc
; 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

[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 anyo