<?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: Google Ratproxy &#8211; Part 1 (Building Ratproxy in Windows)</title>
	<atom:link href="http://www.butterdev.com/web-security/2008/07/google-ratproxy-web-application-security-audit-tool/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.butterdev.com/web-security/2008/07/google-ratproxy-web-application-security-audit-tool/</link>
	<description>David Marginian's Blog</description>
	<lastBuildDate>Fri, 22 Oct 2010 14:58:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Sri</title>
		<link>http://www.butterdev.com/web-security/2008/07/google-ratproxy-web-application-security-audit-tool/comment-page-1/#comment-134</link>
		<dc:creator>Sri</dc:creator>
		<pubDate>Sun, 14 Mar 2010 05:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://butterdev.com/?p=20#comment-134</guid>
		<description>Success. I reinstalled and reselected all the required packages and everything was fine. Thank you for the excellent guide and response.

Regards,
-Sri</description>
		<content:encoded><![CDATA[<p>Success. I reinstalled and reselected all the required packages and everything was fine. Thank you for the excellent guide and response.</p>
<p>Regards,<br />
-Sri</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sri</title>
		<link>http://www.butterdev.com/web-security/2008/07/google-ratproxy-web-application-security-audit-tool/comment-page-1/#comment-133</link>
		<dc:creator>Sri</dc:creator>
		<pubDate>Sun, 14 Mar 2010 05:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://butterdev.com/?p=20#comment-133</guid>
		<description>Hi David,

Thanks for the speedy reply. I did choose all the utilities specified when I downloaded cygwin. Guess I&#039;ll try to download again.

-Sri</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>Thanks for the speedy reply. I did choose all the utilities specified when I downloaded cygwin. Guess I&#8217;ll try to download again.</p>
<p>-Sri</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davidmarginian</title>
		<link>http://www.butterdev.com/web-security/2008/07/google-ratproxy-web-application-security-audit-tool/comment-page-1/#comment-132</link>
		<dc:creator>davidmarginian</dc:creator>
		<pubDate>Sat, 13 Mar 2010 02:04:26 +0000</pubDate>
		<guid isPermaLink="false">http://butterdev.com/?p=20#comment-132</guid>
		<description>Sri,
   You need a c compiler in order to make ratproxy.  Please re-read the post.  I have pasted the relevant section below:

After you choose a mirror the download will begin.  After the download is complete you will be presented with a screen prompting you to select the packages you would like to install.  VERY IMPORTANT- There are a few utilities required to build Ratproxy that are not installed by default by the Cygwin installer.

   1. make - Located in ‘Devel’.
   2. gcc-core – Also located in ‘Devel’.
   3. openssl-dev - Also located in ‘Devel’.
   4. openssl (The OpenSSL runtime environment) – Located in ‘Libs’ or ‘Net’.</description>
		<content:encoded><![CDATA[<p>Sri,<br />
   You need a c compiler in order to make ratproxy.  Please re-read the post.  I have pasted the relevant section below:</p>
<p>After you choose a mirror the download will begin.  After the download is complete you will be presented with a screen prompting you to select the packages you would like to install.  VERY IMPORTANT- There are a few utilities required to build Ratproxy that are not installed by default by the Cygwin installer.</p>
<p>   1. make &#8211; Located in ‘Devel’.<br />
   2. gcc-core – Also located in ‘Devel’.<br />
   3. openssl-dev &#8211; Also located in ‘Devel’.<br />
   4. openssl (The OpenSSL runtime environment) – Located in ‘Libs’ or ‘Net’.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sri</title>
		<link>http://www.butterdev.com/web-security/2008/07/google-ratproxy-web-application-security-audit-tool/comment-page-1/#comment-131</link>
		<dc:creator>Sri</dc:creator>
		<pubDate>Sat, 13 Mar 2010 01:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://butterdev.com/?p=20#comment-131</guid>
		<description>Hi,

I am getting the following error wehn running make:

Administrator@cisampsensor1 /cygdrive/d/apps/cygwin/ratproxy
$ make
cc ratproxy.c -o ratproxy  -Wall -O3 -D_GNU_SOURCE http.c mime.c ssl.c -lcrypto
-lssl
make: cc: Command not found
make: *** [ratproxy] Error 127

cygwin\bin is already in the system environment path variable. Thanks for your helf.

-Sri</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am getting the following error wehn running make:</p>
<p>Administrator@cisampsensor1 /cygdrive/d/apps/cygwin/ratproxy<br />
$ make<br />
cc ratproxy.c -o ratproxy  -Wall -O3 -D_GNU_SOURCE http.c mime.c ssl.c -lcrypto<br />
-lssl<br />
make: cc: Command not found<br />
make: *** [ratproxy] Error 127</p>
<p>cygwin\bin is already in the system environment path variable. Thanks for your helf.</p>
<p>-Sri</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bypetycle</title>
		<link>http://www.butterdev.com/web-security/2008/07/google-ratproxy-web-application-security-audit-tool/comment-page-1/#comment-86</link>
		<dc:creator>Bypetycle</dc:creator>
		<pubDate>Sat, 20 Jun 2009 08:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://butterdev.com/?p=20#comment-86</guid>
		<description>Вот так,согласен с предыдущими ораторами 
) :-)</description>
		<content:encoded><![CDATA[<p>Вот так,согласен с предыдущими ораторами<br />
) <img src='http://www.butterdev.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bypetycle</title>
		<link>http://www.butterdev.com/web-security/2008/07/google-ratproxy-web-application-security-audit-tool/comment-page-1/#comment-84</link>
		<dc:creator>Bypetycle</dc:creator>
		<pubDate>Mon, 15 Jun 2009 08:33:13 +0000</pubDate>
		<guid isPermaLink="false">http://butterdev.com/?p=20#comment-84</guid>
		<description>Молодца,согласен с предыдущими ораторами 
) :-)</description>
		<content:encoded><![CDATA[<p>Молодца,согласен с предыдущими ораторами<br />
) <img src='http://www.butterdev.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bypetycle</title>
		<link>http://www.butterdev.com/web-security/2008/07/google-ratproxy-web-application-security-audit-tool/comment-page-1/#comment-83</link>
		<dc:creator>Bypetycle</dc:creator>
		<pubDate>Sun, 14 Jun 2009 08:43:44 +0000</pubDate>
		<guid isPermaLink="false">http://butterdev.com/?p=20#comment-83</guid>
		<description>Отлично,согласен с предыдущими неудачниками 
) Bye</description>
		<content:encoded><![CDATA[<p>Отлично,согласен с предыдущими неудачниками<br />
) Bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gostixel</title>
		<link>http://www.butterdev.com/web-security/2008/07/google-ratproxy-web-application-security-audit-tool/comment-page-1/#comment-79</link>
		<dc:creator>Gostixel</dc:creator>
		<pubDate>Sat, 16 May 2009 09:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://butterdev.com/?p=20#comment-79</guid>
		<description>Хм,несогласен с предыдущими высказываниями 
^..^ Bye</description>
		<content:encoded><![CDATA[<p>Хм,несогласен с предыдущими высказываниями<br />
^..^ Bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Babylya</title>
		<link>http://www.butterdev.com/web-security/2008/07/google-ratproxy-web-application-security-audit-tool/comment-page-1/#comment-78</link>
		<dc:creator>Babylya</dc:creator>
		<pubDate>Thu, 14 May 2009 05:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://butterdev.com/?p=20#comment-78</guid>
		<description>Да,согласен с предыдущими блоггерами 
Споки :-)</description>
		<content:encoded><![CDATA[<p>Да,согласен с предыдущими блоггерами<br />
Споки <img src='http://www.butterdev.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to Get Six Pack Fast</title>
		<link>http://www.butterdev.com/web-security/2008/07/google-ratproxy-web-application-security-audit-tool/comment-page-1/#comment-74</link>
		<dc:creator>How to Get Six Pack Fast</dc:creator>
		<pubDate>Wed, 15 Apr 2009 16:37:54 +0000</pubDate>
		<guid isPermaLink="false">http://butterdev.com/?p=20#comment-74</guid>
		<description>Not that I&#039;m impressed a lot, but this is a lot more than I expected for when I found a link on Delicious telling that the info here is quite decent. Thanks.</description>
		<content:encoded><![CDATA[<p>Not that I&#8217;m impressed a lot, but this is a lot more than I expected for when I found a link on Delicious telling that the info here is quite decent. Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: www.butterdev.com @ 2012-02-08 02:44:09 by W3 Total Cache -->
