<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>technoratica &#187; Ubuntu</title>
	<atom:link href="http://gavin.mclelland.ca/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://gavin.mclelland.ca</link>
	<description>The personal blog of a Stealth Mode CEO</description>
	<lastBuildDate>Thu, 10 Dec 2009 19:55:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Fix: Ubuntu 8.04 JeOS, error while loading shared libraries: libstdc++.so.5</title>
		<link>http://gavin.mclelland.ca/2008/05/17/fix-ubuntu-804-jeos-error-while-loading-shared-libraries-libstdcso5/</link>
		<comments>http://gavin.mclelland.ca/2008/05/17/fix-ubuntu-804-jeos-error-while-loading-shared-libraries-libstdcso5/#comments</comments>
		<pubDate>Sun, 18 May 2008 06:21:29 +0000</pubDate>
		<dc:creator>gavin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://gavin.mclelland.ca/?p=20</guid>
		<description><![CDATA[While testing out my new local cf development virtual machine I came across a strange error while running the NewsWebservice Sample application for ColdBox. This all worked in in Ubuntu 7.10 but it would seem some thing switched up after the Hardy update. The error I was getting looked like this: coldfusion.jsp.CompilationFailedException: Errors reported by [...]]]></description>
			<content:encoded><![CDATA[<p>While testing out my new local cf development virtual machine I came across a strange error while running  the NewsWebservice Sample application for ColdBox. This all worked in in Ubuntu 7.10 but it would seem some thing switched up after the Hardy update.</p>
<p>The error I was getting looked like this:</p>
<p><code>coldfusion.jsp.CompilationFailedException: Errors reported by Java compiler: jikes: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory .</code></p>
<p>The fix is super simple, Just run this in a terminal:</p>
<p><code>sudo apt-get install libstdc++5</code></p>
]]></content:encoded>
			<wfw:commentRss>http://gavin.mclelland.ca/2008/05/17/fix-ubuntu-804-jeos-error-while-loading-shared-libraries-libstdcso5/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Fix: Enable Java 6.0 Plugin in Firefox 2 on Ubuntu 7.10</title>
		<link>http://gavin.mclelland.ca/2008/05/16/fix-enable-java-60-plugin-in-firefox-on-ubuntu-710/</link>
		<comments>http://gavin.mclelland.ca/2008/05/16/fix-enable-java-60-plugin-in-firefox-on-ubuntu-710/#comments</comments>
		<pubDate>Fri, 16 May 2008 21:25:46 +0000</pubDate>
		<dc:creator>gavin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[firefox2]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[java6-plugin]]></category>

		<guid isPermaLink="false">http://gavin.mclelland.ca/?p=14</guid>
		<description><![CDATA[I had an issue where the default plugin was not being recognized by Firefox 2. The first thing I did was upgrade the JRE to version 6 by running an apt-get in terminal: sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts Next I checked to make sure the upgrade went as planned by checking the installed Java [...]]]></description>
			<content:encoded><![CDATA[<p>I had an issue where the default plugin was not being recognized by Firefox 2. The first thing I did was upgrade the JRE to version 6 by running an apt-get in terminal:</p>
<p><code>sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts</code></p>
<p>Next I checked to make sure the upgrade went as planned by checking the installed Java version using the following terminal command:</p>
<p><code>java -version</code></p>
<p>However, it would seem the root of the problem was the Mozilla plugin directory did not exist. In the end I was able to fix the plugin for Firefox by recreating the plugins directory in my Home folder and creating a link to the Java 6 JRE libjavaplugin_oji.so using the following steps (again in terminal):</p>
<p><code>mkdir .mozilla/plugins<br />
cd .mozilla/plugins<br />
ln -s /usr/lib/jvm/java-6-sun/jre/plugin/i386/ns7/libjavaplugin_oji.so</code></p>
<p>This was all it took to get the Java plugin functioning again in Firefox 2.</p>
]]></content:encoded>
			<wfw:commentRss>http://gavin.mclelland.ca/2008/05/16/fix-enable-java-60-plugin-in-firefox-on-ubuntu-710/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
