<?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: Selenium on Ubuntu Hardy Heron</title>
	<atom:link href="http://www.alittlemadness.com/2008/05/01/selenium-on-ubuntu-hardy-heron/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alittlemadness.com/2008/05/01/selenium-on-ubuntu-hardy-heron/</link>
	<description>A man needs a little madness, or else he never dares cut the rope and be free. -Nikos Kazantzakis</description>
	<lastBuildDate>Fri, 12 Mar 2010 17:31:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: chrispanda</title>
		<link>http://www.alittlemadness.com/2008/05/01/selenium-on-ubuntu-hardy-heron/comment-page-1/#comment-143153</link>
		<dc:creator>chrispanda</dc:creator>
		<pubDate>Sat, 03 Jan 2009 21:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/2008/05/01/selenium-on-ubuntu-hardy-heron/#comment-143153</guid>
		<description>see
http://rubythings.blogspot.com/
for an alternative that might work - it worked for me on interpid ibex</description>
		<content:encoded><![CDATA[<p>see<br />
<a href="http://rubythings.blogspot.com/" rel="nofollow">http://rubythings.blogspot.com/</a><br />
for an alternative that might work &#8211; it worked for me on interpid ibex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niels</title>
		<link>http://www.alittlemadness.com/2008/05/01/selenium-on-ubuntu-hardy-heron/comment-page-1/#comment-134703</link>
		<dc:creator>Niels</dc:creator>
		<pubDate>Sun, 23 Nov 2008 15:04:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/2008/05/01/selenium-on-ubuntu-hardy-heron/#comment-134703</guid>
		<description>I could not get the above to work, but what I found here worked:
http://willbryant.net/software/2008/05/26/selenium_rc_firefox_2_on_ubuntu_hardy

sudo apt-get install firefox-2
sudo ln -s /usr/lib/firefox/firefox-2-bin /usr/lib/firefox/firefox-bin</description>
		<content:encoded><![CDATA[<p>I could not get the above to work, but what I found here worked:<br />
<a href="http://willbryant.net/software/2008/05/26/selenium_rc_firefox_2_on_ubuntu_hardy" rel="nofollow">http://willbryant.net/software/2008/05/26/selenium_rc_firefox_2_on_ubuntu_hardy</a></p>
<p>sudo apt-get install firefox-2<br />
sudo ln -s /usr/lib/firefox/firefox-2-bin /usr/lib/firefox/firefox-bin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Larry Zoumas</title>
		<link>http://www.alittlemadness.com/2008/05/01/selenium-on-ubuntu-hardy-heron/comment-page-1/#comment-115163</link>
		<dc:creator>Larry Zoumas</dc:creator>
		<pubDate>Tue, 02 Sep 2008 14:06:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/2008/05/01/selenium-on-ubuntu-hardy-heron/#comment-115163</guid>
		<description>As we say in Sweden...  &#039;Tusen Tack!&#039; (one thousand thank yous!)</description>
		<content:encoded><![CDATA[<p>As we say in Sweden&#8230;  &#8216;Tusen Tack!&#8217; (one thousand thank yous!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinod Pandey</title>
		<link>http://www.alittlemadness.com/2008/05/01/selenium-on-ubuntu-hardy-heron/comment-page-1/#comment-115052</link>
		<dc:creator>Vinod Pandey</dc:creator>
		<pubDate>Tue, 02 Sep 2008 04:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/2008/05/01/selenium-on-ubuntu-hardy-heron/#comment-115052</guid>
		<description>view /etc/ld.so.conf
add enty for library of firefox in .conf file listed in the above file 
for example add /usr/lib/firefox in 
/etc/ld.so.conf.d/libc.conf 

then sudo su -
lddconfig 

or ldconfig</description>
		<content:encoded><![CDATA[<p>view /etc/ld.so.conf<br />
add enty for library of firefox in .conf file listed in the above file<br />
for example add /usr/lib/firefox in<br />
/etc/ld.so.conf.d/libc.conf </p>
<p>then sudo su -<br />
lddconfig </p>
<p>or ldconfig</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radek</title>
		<link>http://www.alittlemadness.com/2008/05/01/selenium-on-ubuntu-hardy-heron/comment-page-1/#comment-103209</link>
		<dc:creator>Radek</dc:creator>
		<pubDate>Mon, 21 Jul 2008 13:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/2008/05/01/selenium-on-ubuntu-hardy-heron/#comment-103209</guid>
		<description>Hi
I have the same problem. I&#039;ve tried your sollution, but when I install firefox 2 and try running firefox-2-bin I get:
15:33:39.062 INFO - Preparing Firefox profile...
/usr/lib/firefox/firefox-2-bin: error while loading shared libraries: libmozjs.so: cannot open shared object file: No such file or directory
The library file IS in /usr/lib/firefox which is on the PATH environment.
Any ideas how to pass this?</description>
		<content:encoded><![CDATA[<p>Hi<br />
I have the same problem. I&#8217;ve tried your sollution, but when I install firefox 2 and try running firefox-2-bin I get:<br />
15:33:39.062 INFO &#8211; Preparing Firefox profile&#8230;<br />
/usr/lib/firefox/firefox-2-bin: error while loading shared libraries: libmozjs.so: cannot open shared object file: No such file or directory<br />
The library file IS in /usr/lib/firefox which is on the PATH environment.<br />
Any ideas how to pass this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paulo</title>
		<link>http://www.alittlemadness.com/2008/05/01/selenium-on-ubuntu-hardy-heron/comment-page-1/#comment-101421</link>
		<dc:creator>Paulo</dc:creator>
		<pubDate>Wed, 16 Jul 2008 02:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/2008/05/01/selenium-on-ubuntu-hardy-heron/#comment-101421</guid>
		<description>Hi, I had the same issue and found this website via google.  I just tried the nightly build and it&#039;s fixed.  Selenium would get stuck waiting for the user to accept the EULA.  You can see in the source code (LauncherUtils.java) that they put a workaround for this.</description>
		<content:encoded><![CDATA[<p>Hi, I had the same issue and found this website via google.  I just tried the nightly build and it&#8217;s fixed.  Selenium would get stuck waiting for the user to accept the EULA.  You can see in the source code (LauncherUtils.java) that they put a workaround for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: naro</title>
		<link>http://www.alittlemadness.com/2008/05/01/selenium-on-ubuntu-hardy-heron/comment-page-1/#comment-94706</link>
		<dc:creator>naro</dc:creator>
		<pubDate>Tue, 01 Jul 2008 10:39:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/2008/05/01/selenium-on-ubuntu-hardy-heron/#comment-94706</guid>
		<description>Thanks! This blog entry solved exactly the same problem I had with Firefox 3 on Mac OS X. I copied Firefox.app to Firefox2.app before installing FF3 and solved Selenium problem with:

export SELENIUM_BROWSER=&#039;*firefox /Applications/Firefox2.app/Contents/MacOS/firefox-bin&#039;</description>
		<content:encoded><![CDATA[<p>Thanks! This blog entry solved exactly the same problem I had with Firefox 3 on Mac OS X. I copied Firefox.app to Firefox2.app before installing FF3 and solved Selenium problem with:</p>
<p>export SELENIUM_BROWSER=&#8217;*firefox /Applications/Firefox2.app/Contents/MacOS/firefox-bin&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
