"
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
>&
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
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.
; 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
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