<?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>mcmlxxii &#187; amd64 64 bit</title>
	<atom:link href="http://mcmlxxii.co.uk/tag/amd64-64-bit/feed/" rel="self" type="application/rss+xml" />
	<link>http://mcmlxxii.co.uk</link>
	<description></description>
	<lastBuildDate>Thu, 22 Jul 2010 17:13:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>FirstClass. On 64 bit AMD64 Ubuntu.</title>
		<link>http://mcmlxxii.co.uk/2008/10/25/firstclass-on-64-bit-amd64-ubuntu/</link>
		<comments>http://mcmlxxii.co.uk/2008/10/25/firstclass-on-64-bit-amd64-ubuntu/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 12:32:49 +0000</pubDate>
		<dc:creator>mcmlxxii</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[amd64 64 bit]]></category>
		<category><![CDATA[firstclass]]></category>
		<category><![CDATA[libqtmt]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.mcmlxxii.co.uk/2008/10/25/firstclass-on-64-bit-amd64-ubuntu/</guid>
		<description><![CDATA[For my OU course in Web Applications Development, I have to use a piece of software called FirstClass, from OpenText. Thankfully the nice people at OpenText have packaged up a version for Debian and Ubuntu, version 8.315-2 (one major release &#8230; <a href="http://mcmlxxii.co.uk/2008/10/25/firstclass-on-64-bit-amd64-ubuntu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For my OU course in Web Applications Development, I have to use a piece of software called FirstClass, from OpenText. Thankfully the nice people at OpenText have packaged up a version for Debian and Ubuntu, version 8.315-2 (one major release behind Windows admittedly, but perfectly usable). If you’re using a 32 bit version the install couldn’t be easier.</p>
<p>However, I switched to 64bit Linux some time ago now. After emailing OpenText to see if they will be compiling a 64 bit version and receiving a positive negative, I’ve discovered a quick and simple way to get it working without leaving a mess of libraries.</p>
<p><span id="more-46"></span></p>
<p>The only problem (at least on Ubuntu 8.04) seems to be the Qt libraries. Luckily FirstClass doesn’t just look in /usr/lib/ for these, it also has a nose around /usr/lib32 (a directory that appears automatically in Ubuntu 64 bit after installing Flash player, the only other 32bit app I use). If it isn’t there, simply:</p>
<p><code>sudo mkdir /usr/lib32</code></p>
<p>Next we need the .deb package for the 32bit libqtmt libraries. Head over to <a href="http://packages.ubuntu.com/hardy/i386/libqt3-mt/download">http://packages.ubuntu.com/hardy/i386/libqt3-mt/download</a> and choose a mirror, saving the deb somewhere obvious, Desktop will do. Using Archive Manager instead of Gdebi package installer, crack open the deb and navigate through the data folder to the lib folder. Drag and drop the lib folder on your desktop (this should extract it) and issue:</p>
<p><code>sudo cp -R /home/$your_username/Desktop/lib/* /usr/lib32/</code></p>
<p>That’s it! FirstClass still bitches a little when you fire it up from the terminal, but seems to work flawlessly inspite of that. Pity it’s such an ugly resource hog, but you can’t have everything.</p>
]]></content:encoded>
			<wfw:commentRss>http://mcmlxxii.co.uk/2008/10/25/firstclass-on-64-bit-amd64-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
