<?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: How to download and copy epub files using the XO laptop</title>
	<atom:link href="http://justwriteclick.com/2008/01/20/how-to-download-and-copy-epub-files-using-the-xo-laptop/feed/" rel="self" type="application/rss+xml" />
	<link>http://justwriteclick.com/2008/01/20/how-to-download-and-copy-epub-files-using-the-xo-laptop/</link>
	<description>Documentation as conversation</description>
	<lastBuildDate>Thu, 11 Mar 2010 04:44:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: annegentle</title>
		<link>http://justwriteclick.com/2008/01/20/how-to-download-and-copy-epub-files-using-the-xo-laptop/comment-page-1/#comment-24706</link>
		<dc:creator>annegentle</dc:creator>
		<pubDate>Mon, 06 Apr 2009 01:37:54 +0000</pubDate>
		<guid isPermaLink="false">http://justwriteclick.com/2008/01/20/how-to-download-and-copy-epub-files-using-the-xo-laptop/#comment-24706</guid>
		<description>Mikus was a huge help to me in answering this question long ago, and I&#039;m posting his answer in case it helps others. 
---
As far as I know, I&#039;ve not had this problem on 8.2 (which is what I&#039;m using).

On my systems, the library file itself is installed by the &quot;expat&quot; package.  Assuming that package is in your system, &#039;rpm -q -l expat&#039; will show you the files it installs.  The file with more than one dot-plus-number after the .so is the actual file itself.  The name with only one dot-plus-number after the .so would be a symbolic link to the actual file.

Somewhere the FBReader package will have a large executable file (mine is called &quot;FBReader&quot;).  Do &#039;ldd appropriate_path/FBReader&#039;.
That will tell you what the executable is looking for.  If the &quot;expat&quot; package does not have this, quick_and_dirty is to add a symbolic link to provide it.  [For instance, what I have is &quot;/lib/libexpat.so.1.5.2&quot;.  If I needed &quot;libexpat.so.0&quot;, I would (as root) enter &#039;ln -s /lib/libexpat.so.1.5.2 /lib/libexpat.so.0&#039;.

I got my FBReader from Dov&#039;s site - there were two versions, and I got what was the latest at the time (it looks for &quot;libexpat.so.1&quot;).
---
Hope that helps someone along their quest to install fbreader!</description>
		<content:encoded><![CDATA[<p>Mikus was a huge help to me in answering this question long ago, and I&#8217;m posting his answer in case it helps others.<br />
&#8212;<br />
As far as I know, I&#8217;ve not had this problem on 8.2 (which is what I&#8217;m using).</p>
<p>On my systems, the library file itself is installed by the &#8220;expat&#8221; package.  Assuming that package is in your system, &#8216;rpm -q -l expat&#8217; will show you the files it installs.  The file with more than one dot-plus-number after the .so is the actual file itself.  The name with only one dot-plus-number after the .so would be a symbolic link to the actual file.</p>
<p>Somewhere the FBReader package will have a large executable file (mine is called &#8220;FBReader&#8221;).  Do &#8216;ldd appropriate_path/FBReader&#8217;.<br />
That will tell you what the executable is looking for.  If the &#8220;expat&#8221; package does not have this, quick_and_dirty is to add a symbolic link to provide it.  [For instance, what I have is &#8220;/lib/libexpat.so.1.5.2&#8243;.  If I needed &#8220;libexpat.so.0&#8243;, I would (as root) enter &#8216;ln -s /lib/libexpat.so.1.5.2 /lib/libexpat.so.0&#8242;.</p>
<p>I got my FBReader from Dov&#8217;s site &#8211; there were two versions, and I got what was the latest at the time (it looks for &#8220;libexpat.so.1&#8243;).<br />
&#8212;<br />
Hope that helps someone along their quest to install fbreader!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elf</title>
		<link>http://justwriteclick.com/2008/01/20/how-to-download-and-copy-epub-files-using-the-xo-laptop/comment-page-1/#comment-12141</link>
		<dc:creator>Elf</dc:creator>
		<pubDate>Sun, 14 Dec 2008 20:50:48 +0000</pubDate>
		<guid isPermaLink="false">http://justwriteclick.com/2008/01/20/how-to-download-and-copy-epub-files-using-the-xo-laptop/#comment-12141</guid>
		<description>Can anyone help me with the   libexpat.so.0  error message when trying to install frbreader on an XO OLPC? Dov&#039;s version wants it too. I created a symbolic link to the libexpat.so.1 file in /usr, because some folks asked if that was the solution. That did not make the install work. There are so many versions of libexpat.so.0 on the web I&#039;m at a loss as to how to proceed. Thank you for any help you could provide.</description>
		<content:encoded><![CDATA[<p>Can anyone help me with the   libexpat.so.0  error message when trying to install frbreader on an XO OLPC? Dov&#8217;s version wants it too. I created a symbolic link to the libexpat.so.1 file in /usr, because some folks asked if that was the solution. That did not make the install work. There are so many versions of libexpat.so.0 on the web I&#8217;m at a loss as to how to proceed. Thank you for any help you could provide.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: annegentle</title>
		<link>http://justwriteclick.com/2008/01/20/how-to-download-and-copy-epub-files-using-the-xo-laptop/comment-page-1/#comment-224</link>
		<dc:creator>annegentle</dc:creator>
		<pubDate>Tue, 29 Jan 2008 15:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://justwriteclick.com/2008/01/20/how-to-download-and-copy-epub-files-using-the-xo-laptop/#comment-224</guid>
		<description>Good news, thanks David. I&#039;ll have to try it out with the fixed line spacing and update my screenshot.

Rachel, I still haven&#039;t found an answer to your question about the XO reading content within zip files with FBReader, but it works on other laptops so I&#039;m not sure what the story is there. Robert Nagle has a great post about the XO as an ebook reader at http://www.teleread.org/blog/2007/11/12/free-olpc-ebooks-for-children-ebook-specs-for-xo-laptop/, that mentions zip being renamed to xol, but I don&#039;t know how that would &quot;fix&quot; it for FBReader. Anyway, I&#039;ll keep looking around and see what I can find out.</description>
		<content:encoded><![CDATA[<p>Good news, thanks David. I&#8217;ll have to try it out with the fixed line spacing and update my screenshot.</p>
<p>Rachel, I still haven&#8217;t found an answer to your question about the XO reading content within zip files with FBReader, but it works on other laptops so I&#8217;m not sure what the story is there. Robert Nagle has a great post about the XO as an ebook reader at <a href="http://www.teleread.org/blog/2007/11/12/free-olpc-ebooks-for-children-ebook-specs-for-xo-laptop/" rel="nofollow">http://www.teleread.org/blog/2007/11/12/free-olpc-ebooks-for-children-ebook-specs-for-xo-laptop/</a>, that mentions zip being renamed to xol, but I don&#8217;t know how that would &#8220;fix&#8221; it for FBReader. Anyway, I&#8217;ll keep looking around and see what I can find out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://justwriteclick.com/2008/01/20/how-to-download-and-copy-epub-files-using-the-xo-laptop/comment-page-1/#comment-223</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 29 Jan 2008 14:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://justwriteclick.com/2008/01/20/how-to-download-and-copy-epub-files-using-the-xo-laptop/#comment-223</guid>
		<description>I haven&#039;t tried out this yet, but a guy has posted a version of FBReader with the line spacing issue fixed (looks like it&#039;s affecting you in the three little bears screen cap): http://imagic.weizmann.ac.il/~dov/olpc/index.html

I had already gotten decent results by just adjusting  the line spacing to its maximum possible value in the FBReader options, but having it be &#039;right&#039; will be nice too :-) I assume he&#039;s submitted it as a patch so future versions of FBReader will have it.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t tried out this yet, but a guy has posted a version of FBReader with the line spacing issue fixed (looks like it&#8217;s affecting you in the three little bears screen cap): <a href="http://imagic.weizmann.ac.il/~dov/olpc/index.html" rel="nofollow">http://imagic.weizmann.ac.il/~dov/olpc/index.html</a></p>
<p>I had already gotten decent results by just adjusting  the line spacing to its maximum possible value in the FBReader options, but having it be &#8216;right&#8217; will be nice too <img src='http://justwriteclick.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  I assume he&#8217;s submitted it as a patch so future versions of FBReader will have it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rachel</title>
		<link>http://justwriteclick.com/2008/01/20/how-to-download-and-copy-epub-files-using-the-xo-laptop/comment-page-1/#comment-225</link>
		<dc:creator>Rachel</dc:creator>
		<pubDate>Thu, 24 Jan 2008 16:53:35 +0000</pubDate>
		<guid isPermaLink="false">http://justwriteclick.com/2008/01/20/how-to-download-and-copy-epub-files-using-the-xo-laptop/#comment-225</guid>
		<description>Isn&#039;t FBReader supposed to read docs straight out of a zip or rar file as well? I can&#039;t get that to work if so. And it won&#039;t read adobe files. So I use FBReader for everything but adobe and the built-in reader for those. : P</description>
		<content:encoded><![CDATA[<p>Isn&#8217;t FBReader supposed to read docs straight out of a zip or rar file as well? I can&#8217;t get that to work if so. And it won&#8217;t read adobe files. So I use FBReader for everything but adobe and the built-in reader for those. : P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: annegentle</title>
		<link>http://justwriteclick.com/2008/01/20/how-to-download-and-copy-epub-files-using-the-xo-laptop/comment-page-1/#comment-227</link>
		<dc:creator>annegentle</dc:creator>
		<pubDate>Thu, 24 Jan 2008 04:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://justwriteclick.com/2008/01/20/how-to-download-and-copy-epub-files-using-the-xo-laptop/#comment-227</guid>
		<description>Thanks Nick! That&#039;s a much more direct route to book content and doesn&#039;t fill up the XO&#039;s memory with ebooks either, so it&#039;s efficient and conserves space.</description>
		<content:encoded><![CDATA[<p>Thanks Nick! That&#8217;s a much more direct route to book content and doesn&#8217;t fill up the XO&#8217;s memory with ebooks either, so it&#8217;s efficient and conserves space.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://justwriteclick.com/2008/01/20/how-to-download-and-copy-epub-files-using-the-xo-laptop/comment-page-1/#comment-226</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Wed, 23 Jan 2008 23:43:32 +0000</pubDate>
		<guid isPermaLink="false">http://justwriteclick.com/2008/01/20/how-to-download-and-copy-epub-files-using-the-xo-laptop/#comment-226</guid>
		<description>To skip the copying step I added my sd card to the directories that FBReader looks in.  I added
:/media/NameOfSD/</description>
		<content:encoded><![CDATA[<p>To skip the copying step I added my sd card to the directories that FBReader looks in.  I added<br />
:/media/NameOfSD/</p>
]]></content:encoded>
	</item>
</channel>
</rss>
