<?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: How to build Firefox 3.5+ with JSSH on Ubuntu 9.10 64bit</title>
	<atom:link href="http://www.stanleyshilov.com/blog/compile-firefox-jssh-ubuntu-9-10-64bit-ruby-watir/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stanleyshilov.com/blog/compile-firefox-jssh-ubuntu-9-10-64bit-ruby-watir/</link>
	<description>Web Development with a twist of Affiliate Marketing</description>
	<lastBuildDate>Thu, 08 Jul 2010 18:34:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jon</title>
		<link>http://www.stanleyshilov.com/blog/compile-firefox-jssh-ubuntu-9-10-64bit-ruby-watir/comment-page-1/#comment-1792</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Thu, 08 Jul 2010 18:34:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.stanleyshilov.com/?p=318#comment-1792</guid>
		<description>I ran into this issue today trying to get Watir working on Ubuntu 10.04 x86_64. Before I started ripping Firefox apart I happened to come across a much easier solution... at least for me. It uses two modules, selenium-webdriver and watir-webdriver. I haven&#039;t looked too much into the technicalities yet but it seems that selenium-webdriver provides it&#039;s own version of the different browsers and it doesn&#039;t depend on the embedded javascript core (which is why watir won&#039;t run on firefox without the jssh extension). Check it out here: http://zeljkofilipin.com/2010/01/12/watir-on-webdriver/.</description>
		<content:encoded><![CDATA[<p>I ran into this issue today trying to get Watir working on Ubuntu 10.04 x86_64. Before I started ripping Firefox apart I happened to come across a much easier solution&#8230; at least for me. It uses two modules, selenium-webdriver and watir-webdriver. I haven&#8217;t looked too much into the technicalities yet but it seems that selenium-webdriver provides it&#8217;s own version of the different browsers and it doesn&#8217;t depend on the embedded javascript core (which is why watir won&#8217;t run on firefox without the jssh extension). Check it out here: <a href="http://zeljkofilipin.com/2010/01/12/watir-on-webdriver/" rel="nofollow">http://zeljkofilipin.com/2010/01/12/watir-on-webdriver/</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William</title>
		<link>http://www.stanleyshilov.com/blog/compile-firefox-jssh-ubuntu-9-10-64bit-ruby-watir/comment-page-1/#comment-1781</link>
		<dc:creator>William</dc:creator>
		<pubDate>Tue, 06 Jul 2010 09:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.stanleyshilov.com/?p=318#comment-1781</guid>
		<description>@Colin:

Nevermind, I got the same error. Fixed it by changing LD_LIBRARY_PATH:
LD_LIBRARY_PATH=&quot;$PWD/firefox-jssh/dist/lib/:/usr/lib/:/lib&quot; firefox-jssh/dist/bin/firefox-bin -jssh</description>
		<content:encoded><![CDATA[<p>@Colin:</p>
<p>Nevermind, I got the same error. Fixed it by changing LD_LIBRARY_PATH:<br />
LD_LIBRARY_PATH=&#8221;$PWD/firefox-jssh/dist/lib/:/usr/lib/:/lib&#8221; firefox-jssh/dist/bin/firefox-bin -jssh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William</title>
		<link>http://www.stanleyshilov.com/blog/compile-firefox-jssh-ubuntu-9-10-64bit-ruby-watir/comment-page-1/#comment-1780</link>
		<dc:creator>William</dc:creator>
		<pubDate>Tue, 06 Jul 2010 06:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.stanleyshilov.com/?p=318#comment-1780</guid>
		<description>@Colin:

You might try changing this line in .mozconfig:

mk_add_options MOZ_CO_PROJECT=browser

to this:

mk_add_options MOZ_CO_PROJECT=browser,xulrunner</description>
		<content:encoded><![CDATA[<p>@Colin:</p>
<p>You might try changing this line in .mozconfig:</p>
<p>mk_add_options MOZ_CO_PROJECT=browser</p>
<p>to this:</p>
<p>mk_add_options MOZ_CO_PROJECT=browser,xulrunner</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin</title>
		<link>http://www.stanleyshilov.com/blog/compile-firefox-jssh-ubuntu-9-10-64bit-ruby-watir/comment-page-1/#comment-1717</link>
		<dc:creator>Colin</dc:creator>
		<pubDate>Tue, 22 Jun 2010 17:08:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.stanleyshilov.com/?p=318#comment-1717</guid>
		<description>hi -

Problem - successfully installed originally but now when trying to run

/firefox-jssh/dist/bin/firefox-bin -jssh

I get the message:

 error while loading shared libraries: libxul.so: cannot open shared object file: No such file or directory

Any idea how to resolve?

Thanks
Colin</description>
		<content:encoded><![CDATA[<p>hi -</p>
<p>Problem &#8211; successfully installed originally but now when trying to run</p>
<p>/firefox-jssh/dist/bin/firefox-bin -jssh</p>
<p>I get the message:</p>
<p> error while loading shared libraries: libxul.so: cannot open shared object file: No such file or directory</p>
<p>Any idea how to resolve?</p>
<p>Thanks<br />
Colin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LeewardBound</title>
		<link>http://www.stanleyshilov.com/blog/compile-firefox-jssh-ubuntu-9-10-64bit-ruby-watir/comment-page-1/#comment-1355</link>
		<dc:creator>LeewardBound</dc:creator>
		<pubDate>Tue, 23 Mar 2010 05:19:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.stanleyshilov.com/?p=318#comment-1355</guid>
		<description>Very helpful! Thanks for the write up! Many props! I will now take over the interweb!</description>
		<content:encoded><![CDATA[<p>Very helpful! Thanks for the write up! Many props! I will now take over the interweb!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Moore</title>
		<link>http://www.stanleyshilov.com/blog/compile-firefox-jssh-ubuntu-9-10-64bit-ruby-watir/comment-page-1/#comment-1325</link>
		<dc:creator>Josh Moore</dc:creator>
		<pubDate>Fri, 12 Mar 2010 02:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.stanleyshilov.com/?p=318#comment-1325</guid>
		<description>Thanks for the write up!  This helped me a lot to get firefox working with JSSH</description>
		<content:encoded><![CDATA[<p>Thanks for the write up!  This helped me a lot to get firefox working with JSSH</p>
]]></content:encoded>
	</item>
</channel>
</rss>
