<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: website screen capture in ruby &#8211; HowTo</title>
	<atom:link href="http://oltsm.wordpress.com/2007/07/24/website-screen-capture-in-ruby-howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://oltsm.wordpress.com/2007/07/24/website-screen-capture-in-ruby-howto/</link>
	<description>On Life, Technology, Stocks and Movies</description>
	<lastBuildDate>Sun, 20 Dec 2009 08:51:19 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Aaron Feng</title>
		<link>http://oltsm.wordpress.com/2007/07/24/website-screen-capture-in-ruby-howto/#comment-39</link>
		<dc:creator>Aaron Feng</dc:creator>
		<pubDate>Mon, 31 Dec 2007 22:53:50 +0000</pubDate>
		<guid isPermaLink="false">http://oltsm.wordpress.com/2007/07/24/website-screen-capture-in-ruby-howto/#comment-39</guid>
		<description>Just wondering if you ever try to get this running on a web server?  I would like to discus this topic with you in more detail, please drop me an email.</description>
		<content:encoded><![CDATA[<p>Just wondering if you ever try to get this running on a web server?  I would like to discus this topic with you in more detail, please drop me an email.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhijit</title>
		<link>http://oltsm.wordpress.com/2007/07/24/website-screen-capture-in-ruby-howto/#comment-29</link>
		<dc:creator>Abhijit</dc:creator>
		<pubDate>Fri, 27 Jul 2007 18:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://oltsm.wordpress.com/2007/07/24/website-screen-capture-in-ruby-howto/#comment-29</guid>
		<description>Just a suggestion, you&#039;d have already tried it, in case you have not. &lt;br/&gt;&lt;br/&gt;Try to put the firefox-dev library path in the /etc/ld.so.conf eg.  add the following line to /etc/ld.so.conf &lt;br/&gt;&quot;/usr/lib/firefox&quot; and then do &quot;sudo ldconfig&quot; to make sure the required libraries are accessible and then try it inside mongrel or webrick if there&#039;s any luck? &lt;br/&gt;&lt;br/&gt;&#039;Cos when I gdb&#039;ed the SegFault, i figured it was not able to find out some firefox library (most probably the libgtkembed.so or something like that.. ) Here&#039;s the ldd output with firefox dependencies shown. &lt;br/&gt;&lt;br/&gt;$ldd gtkmozembed.so &#124; grep -i fire&lt;br/&gt;        libgtkembedmoz.so =&gt; /usr/lib/firefox/libgtkembedmoz.so (0xb7e19000)&lt;br/&gt;        libxpcom.so =&gt; /usr/lib/firefox/libxpcom.so (0xb77e5000)&lt;br/&gt;        libxpcom_core.so =&gt; /usr/lib/firefox/libxpcom_core.so (0xb75a2000)&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;In case this helps.</description>
		<content:encoded><![CDATA[<p>Just a suggestion, you&#8217;d have already tried it, in case you have not. </p>
<p>Try to put the firefox-dev library path in the /etc/ld.so.conf eg.  add the following line to /etc/ld.so.conf <br />&#8220;/usr/lib/firefox&#8221; and then do &#8220;sudo ldconfig&#8221; to make sure the required libraries are accessible and then try it inside mongrel or webrick if there&#8217;s any luck? </p>
<p>&#8216;Cos when I gdb&#8217;ed the SegFault, i figured it was not able to find out some firefox library (most probably the libgtkembed.so or something like that.. ) Here&#8217;s the ldd output with firefox dependencies shown. </p>
<p>$ldd gtkmozembed.so | grep -i fire<br />        libgtkembedmoz.so => /usr/lib/firefox/libgtkembedmoz.so (0xb7e19000)<br />        libxpcom.so => /usr/lib/firefox/libxpcom.so (0xb77e5000)<br />        libxpcom_core.so => /usr/lib/firefox/libxpcom_core.so (0xb75a2000)</p>
<p>In case this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhijit</title>
		<link>http://oltsm.wordpress.com/2007/07/24/website-screen-capture-in-ruby-howto/#comment-28</link>
		<dc:creator>Abhijit</dc:creator>
		<pubDate>Fri, 27 Jul 2007 18:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://oltsm.wordpress.com/2007/07/24/website-screen-capture-in-ruby-howto/#comment-28</guid>
		<description>I think that is what I am going to be trying next, Guess is the LD_LIBRARY_PATH issue actually is causing the trouble for you in webrick or mongrel? Will definitely update this once I have some luck with this.</description>
		<content:encoded><![CDATA[<p>I think that is what I am going to be trying next, Guess is the LD_LIBRARY_PATH issue actually is causing the trouble for you in webrick or mongrel? Will definitely update this once I have some luck with this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bradley</title>
		<link>http://oltsm.wordpress.com/2007/07/24/website-screen-capture-in-ruby-howto/#comment-27</link>
		<dc:creator>Bradley</dc:creator>
		<pubDate>Fri, 27 Jul 2007 07:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://oltsm.wordpress.com/2007/07/24/website-screen-capture-in-ruby-howto/#comment-27</guid>
		<description>Have you had any luck getting this to run in a web server? I&#039;ve played about with moz_snapshooter and got it working from a command line just fine, but when I try to run it from within a mongrel or webrick server I get a segfault and the whole server dies. Not good :-(</description>
		<content:encoded><![CDATA[<p>Have you had any luck getting this to run in a web server? I&#8217;ve played about with moz_snapshooter and got it working from a command line just fine, but when I try to run it from within a mongrel or webrick server I get a segfault and the whole server dies. Not good <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhijit</title>
		<link>http://oltsm.wordpress.com/2007/07/24/website-screen-capture-in-ruby-howto/#comment-26</link>
		<dc:creator>Abhijit</dc:creator>
		<pubDate>Tue, 24 Jul 2007 18:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://oltsm.wordpress.com/2007/07/24/website-screen-capture-in-ruby-howto/#comment-26</guid>
		<description>one more caveat. Requires LD_LIBRARY_PATH set to /usr/lib/firefox</description>
		<content:encoded><![CDATA[<p>one more caveat. Requires LD_LIBRARY_PATH set to /usr/lib/firefox</p>
]]></content:encoded>
	</item>
</channel>
</rss>
