<?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>Linux for Fun &#187; toolbar</title>
	<atom:link href="http://linuxforfun.net/tag/toolbar/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxforfun.net</link>
	<description>Just for Fun</description>
	<lastBuildDate>Tue, 12 Apr 2011 02:09:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Method to solve `Downloading bookmarks &#8230;&#8217; problem</title>
		<link>http://linuxforfun.net/2008/03/15/google-toolbar-bookmarks/</link>
		<comments>http://linuxforfun.net/2008/03/15/google-toolbar-bookmarks/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 09:07:28 +0000</pubDate>
		<dc:creator>sandajian</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[bookmarks]]></category>
		<category><![CDATA[toolbar]]></category>

		<guid isPermaLink="false">http://linuxforfun.net/2008/03/15/google-toolbar-bookmarks/</guid>
		<description><![CDATA[I am migrating to `Google bookmarks&#8217;, but the button on Google Toolbar always says `Downloading bookmarks &#8230;&#8217;. But in Windows, Google Toolbar in Firefox can import, download, add bookmarks normally. What&#8217;s different in Linux? After googling for some time, I realize that it is due to lack of the library `libstdc++.so.5&#8242;. This is one of [...]]]></description>
			<content:encoded><![CDATA[<p>I am migrating to `Google bookmarks&#8217;, but the button on Google Toolbar always says `Downloading bookmarks &#8230;&#8217;.  But in Windows, Google Toolbar in Firefox can import, download, add bookmarks normally.  What&#8217;s different in Linux?</p>
<p>After googling for some time, I realize that it is due to lack of the library `libstdc++.so.5&#8242;.  This is one of the old versions of C++ libraries, most of current Linux distributions do not install this library by default.  The method to solve &#8216;Downloading bookmarks&#8217; problem is:</p>
<p>1. Install the package that contains libstdc++.so.5.   For Fedora 8:</p>
<blockquote><p><code># yum install compat-libstdc++-33</code></p></blockquote>
<p>For Ubuntu:</p>
<blockquote><p><code># sudo apt-get install libstdc++5</code></p></blockquote>
<p>For other distributions, you should install the corresponding packages.</p>
<p>2. Exit Firefox, restart Firefox, <strong>re-install Google Toolbar</strong>.  This is very important, or else the problem will not be solved!</p>
<p>3. Restart Firefox.  Now you can see all your bookmarks in your Google toolbar!</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxforfun.net/2008/03/15/google-toolbar-bookmarks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

