<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Compiling and Installing OpenSSL for 32 bit Windows</title>
	<atom:link href="http://www.askyb.com/windows/compiling-and-installing-openssl-for-32-bit-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askyb.com/windows/compiling-and-installing-openssl-for-32-bit-windows/</link>
	<description>Programming Tips and Tuorials</description>
	<lastBuildDate>Mon, 10 Jun 2013 02:48:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: hannibal</title>
		<link>http://www.askyb.com/windows/compiling-and-installing-openssl-for-32-bit-windows/comment-page-1/#comment-3884</link>
		<dc:creator>hannibal</dc:creator>
		<pubDate>Sat, 20 Apr 2013 01:53:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.askyb.com/?p=742#comment-3884</guid>
		<description><![CDATA[perl Configure VC-WIN32 no-asm –prefix=c:\openssl
ms\do_ms   (...this step been missed,next step will respond ms\ntdll.mak not found )
nmake -f ms\ntdll.mak
nmake -f ms\ntdll.mak test
nmake -f ms\ntdll.mak install]]></description>
		<content:encoded><![CDATA[<p>perl Configure VC-WIN32 no-asm –prefix=c:\openssl<br />
ms\do_ms   (&#8230;this step been missed,next step will respond ms\ntdll.mak not found )<br />
nmake -f ms\ntdll.mak<br />
nmake -f ms\ntdll.mak test<br />
nmake -f ms\ntdll.mak install</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allan</title>
		<link>http://www.askyb.com/windows/compiling-and-installing-openssl-for-32-bit-windows/comment-page-1/#comment-3882</link>
		<dc:creator>Allan</dc:creator>
		<pubDate>Mon, 08 Apr 2013 23:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.askyb.com/?p=742#comment-3882</guid>
		<description><![CDATA[Hi,

I am getting the following error after using nmake -f ms\ntdll.mak


C:\build\openssl-1.0.1b-dev&gt;nmake -f ms\ntdll.mak

Microsoft (R) Program Maintenance Utility Version 10.00.30319.01
Copyright (C) Microsoft Corporation.  All rights reserved.

NMAKE : fatal error U1052: file &#039;ms\ntdll.mak&#039; not found
Stop.

C:\build\openssl-1.0.1b-dev&gt;]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am getting the following error after using nmake -f ms\ntdll.mak</p>
<p>C:\build\openssl-1.0.1b-dev&gt;nmake -f ms\ntdll.mak</p>
<p>Microsoft (R) Program Maintenance Utility Version 10.00.30319.01<br />
Copyright (C) Microsoft Corporation.  All rights reserved.</p>
<p>NMAKE : fatal error U1052: file &#8216;ms\ntdll.mak&#8217; not found<br />
Stop.</p>
<p>C:\build\openssl-1.0.1b-dev&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: askyb</title>
		<link>http://www.askyb.com/windows/compiling-and-installing-openssl-for-32-bit-windows/comment-page-1/#comment-1474</link>
		<dc:creator>askyb</dc:creator>
		<pubDate>Thu, 28 Feb 2013 09:01:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.askyb.com/?p=742#comment-1474</guid>
		<description><![CDATA[Your CMD need to browse to C:\openssl-1.0.1b-dev\ and run the perl command again. The Configure file is located in C:\openssl-1.0.1b-dev\

[ccN_bash theme=&quot;blackboard&quot; width=&quot;400&quot;] 
C:\openssl-1.0.1b-dev&gt; perl Configure ......

[/ccN_bash]]]></description>
		<content:encoded><![CDATA[<p>Your CMD need to browse to C:\openssl-1.0.1b-dev\ and run the perl command again. The Configure file is located in C:\openssl-1.0.1b-dev\</p>
<div class="codecolorer-container bash blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:550px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">C:\openssl-1.0.1b-dev<span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #c20cb9; font-weight: bold;">perl</span> Configure ......</div></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: tcp</title>
		<link>http://www.askyb.com/windows/compiling-and-installing-openssl-for-32-bit-windows/comment-page-1/#comment-1472</link>
		<dc:creator>tcp</dc:creator>
		<pubDate>Thu, 28 Feb 2013 08:45:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.askyb.com/?p=742#comment-1472</guid>
		<description><![CDATA[Hi..
I tried to install openssl using all the steps u&#039;ve posted here, 
But when I tried to do:
perl Configure VC-WIN32 no-asm --prefix=C:\openssl-1.0.1b

it always say:
Can&#039;t open perl script &quot;Configure&quot;: No such file or directory

I did all the steps u&#039;ve posted exactly.
I have MS Visual Studio, downloaded and extracted openssl-1.0.1b.tar.gz into C:\openssl-1.0.1b-dev, then downloaded and install ActiveState Perl version 5.16.2.1602 for Windows (x86) MSI from the site u gave.
I also created the C:\openssl-1.0.1b and set the environment for using MS Visual Studio tools. and browse to C:\openssl-1.0.1b-dev before trying to do the configuration.

Can you please help me how to solve this problem?
Thanks in advance!]]></description>
		<content:encoded><![CDATA[<p>Hi..<br />
I tried to install openssl using all the steps u&#8217;ve posted here,<br />
But when I tried to do:<br />
perl Configure VC-WIN32 no-asm &#8211;prefix=C:\openssl-1.0.1b</p>
<p>it always say:<br />
Can&#8217;t open perl script &#8220;Configure&#8221;: No such file or directory</p>
<p>I did all the steps u&#8217;ve posted exactly.<br />
I have MS Visual Studio, downloaded and extracted openssl-1.0.1b.tar.gz into C:\openssl-1.0.1b-dev, then downloaded and install ActiveState Perl version 5.16.2.1602 for Windows (x86) MSI from the site u gave.<br />
I also created the C:\openssl-1.0.1b and set the environment for using MS Visual Studio tools. and browse to C:\openssl-1.0.1b-dev before trying to do the configuration.</p>
<p>Can you please help me how to solve this problem?<br />
Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cal</title>
		<link>http://www.askyb.com/windows/compiling-and-installing-openssl-for-32-bit-windows/comment-page-1/#comment-1105</link>
		<dc:creator>Cal</dc:creator>
		<pubDate>Mon, 26 Nov 2012 22:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.askyb.com/?p=742#comment-1105</guid>
		<description><![CDATA[You are missing a step between the perl Configure step and the nmake step:

ms\do_ms]]></description>
		<content:encoded><![CDATA[<p>You are missing a step between the perl Configure step and the nmake step:</p>
<p>ms\do_ms</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: askyb</title>
		<link>http://www.askyb.com/windows/compiling-and-installing-openssl-for-32-bit-windows/comment-page-1/#comment-1104</link>
		<dc:creator>askyb</dc:creator>
		<pubDate>Mon, 26 Nov 2012 13:46:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.askyb.com/?p=742#comment-1104</guid>
		<description><![CDATA[Arr...good spot. :)
I&#039;ve updated with the correct one now.]]></description>
		<content:encoded><![CDATA[<p>Arr&#8230;good spot. <img src='http://www.askyb.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
I&#8217;ve updated with the correct one now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jhon</title>
		<link>http://www.askyb.com/windows/compiling-and-installing-openssl-for-32-bit-windows/comment-page-1/#comment-1096</link>
		<dc:creator>Jhon</dc:creator>
		<pubDate>Sat, 10 Nov 2012 14:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.askyb.com/?p=742#comment-1096</guid>
		<description><![CDATA[Error!
Not &quot;perl Configure VC-WIN32 no-asm –prefix=C:\openssl-1.0.1b&quot; but &quot;perl Configure VC-WIN32 no-asm –-prefix=C:\openssl-1.0.1b&quot;]]></description>
		<content:encoded><![CDATA[<p>Error!<br />
Not &#8220;perl Configure VC-WIN32 no-asm –prefix=C:\openssl-1.0.1b&#8221; but &#8220;perl Configure VC-WIN32 no-asm –-prefix=C:\openssl-1.0.1b&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
