<?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: Installing Wink on 64 bit Ubuntu</title>
	<atom:link href="http://www.bitsbythepound.com/installing-wink-on-64-bit-ubuntu-210.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bitsbythepound.com/installing-wink-on-64-bit-ubuntu-210.html</link>
	<description>Spewing Forth Tech Stuff</description>
	<lastBuildDate>Thu, 26 Jan 2012 17:30:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: dGo</title>
		<link>http://www.bitsbythepound.com/installing-wink-on-64-bit-ubuntu-210.html/comment-page-1#comment-150</link>
		<dc:creator>dGo</dc:creator>
		<pubDate>Thu, 13 Jan 2011 09:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitsbythepound.com/?p=210#comment-150</guid>
		<description>thanks a lot for this...

However, this does no longer work as libstdc++5 is not in the repos anymore (replaced with libstdc++6).

Creating a symlink to version 6 did not do the trick as GLIBCPP_3.2 and CXXABI_1.2 were still missing.

I got it to work though by following this post:
http://www.hackourlife.com/ubuntu-10-04-lucid-lynx-libstdc-so-5/

wget http://security.ubuntu.com/ubuntu/pool/universe/i/ia32-libs/ia32-libs_2.7ubuntu6.1_amd64.deb
dpkg-deb -x ia32-libs_2.7ubuntu6.1_amd64.deb ia32-libs
sudo cp ia32-libs/usr/lib32/libstdc++.so.5.0.7 /usr/lib32/
cd /usr/lib32
sudo ln -s libstdc++.so.5.0.7 libstdc++.so.5

I figure others might need the info as well.</description>
		<content:encoded><![CDATA[<p>thanks a lot for this&#8230;</p>
<p>However, this does no longer work as libstdc++5 is not in the repos anymore (replaced with libstdc++6).</p>
<p>Creating a symlink to version 6 did not do the trick as GLIBCPP_3.2 and CXXABI_1.2 were still missing.</p>
<p>I got it to work though by following this post:<br />
<a href="http://www.hackourlife.com/ubuntu-10-04-lucid-lynx-libstdc-so-5/" rel="nofollow">http://www.hackourlife.com/ubuntu-10-04-lucid-lynx-libstdc-so-5/</a></p>
<p>wget <a href="http://security.ubuntu.com/ubuntu/pool/universe/i/ia32-libs/ia32-libs_2.7ubuntu6.1_amd64.deb" rel="nofollow">http://security.ubuntu.com/ubuntu/pool/universe/i/ia32-libs/ia32-libs_2.7ubuntu6.1_amd64.deb</a><br />
dpkg-deb -x ia32-libs_2.7ubuntu6.1_amd64.deb ia32-libs<br />
sudo cp ia32-libs/usr/lib32/libstdc++.so.5.0.7 /usr/lib32/<br />
cd /usr/lib32<br />
sudo ln -s libstdc++.so.5.0.7 libstdc++.so.5</p>
<p>I figure others might need the info as well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

