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-074B9F2BC1BF&displaylang=en
before running it"
On 1/10/10,
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 questions/issues
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 wrote:
> I'm not sure what you mean but thanks for responding. Do you mean it
> won't compile
> wit
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 wrote:
> Even we had trie
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 wrote:
> I need to compile apa
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