<?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"
	>
<channel>
	<title>Comments for ludo's blog</title>
	<atom:link href="http://ludoa.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ludoa.wordpress.com</link>
	<description></description>
	<pubDate>Fri, 16 May 2008 03:56:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
		<item>
		<title>Comment on tora with oracle on debian/ubuntu &#8212; prebuilt package by Martin McWhorter</title>
		<link>http://ludoa.wordpress.com/2006/11/08/tora-with-oracle-on-debianubuntu-prebuilt-package/#comment-82</link>
		<dc:creator>Martin McWhorter</dc:creator>
		<pubDate>Tue, 17 Apr 2007 19:44:09 +0000</pubDate>
		<guid isPermaLink="false">http://ludoa.wordpress.com/2006/11/08/tora-with-oracle-on-debianubuntu-prebuilt-package/#comment-82</guid>
		<description>I have the Tora with Oracle (with and w/out KDE) up at:
http://www.box.net/shared/bzq9z2nuy9</description>
		<content:encoded><![CDATA[<p>I have the Tora with Oracle (with and w/out KDE) up at:<br />
<a href="http://www.box.net/shared/bzq9z2nuy9" rel="nofollow">http://www.box.net/shared/bzq9z2nuy9</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tora with oracle on debian/ubuntu &#8212; prebuilt package by ludoa</title>
		<link>http://ludoa.wordpress.com/2006/11/08/tora-with-oracle-on-debianubuntu-prebuilt-package/#comment-76</link>
		<dc:creator>ludoa</dc:creator>
		<pubDate>Thu, 12 Apr 2007 10:48:10 +0000</pubDate>
		<guid isPermaLink="false">http://ludoa.wordpress.com/2006/11/08/tora-with-oracle-on-debianubuntu-prebuilt-package/#comment-76</guid>
		<description>Glad to hear that, Martin -- especially as Ubuntu is set to be release in seven days, if I'm not mistaken. Looking at Feisty's &lt;a href="https://launchpad.net/ubuntu/feisty/+specs" rel="nofollow"&gt;specs&lt;/a&gt;, it seems like it'll be a great release, too. Hope some of it will find its way into Debian... (like the OOo spellcheck/thesauri work)</description>
		<content:encoded><![CDATA[<p>Glad to hear that, Martin &#8212; especially as Ubuntu is set to be release in seven days, if I&#8217;m not mistaken. Looking at Feisty&#8217;s <a href="https://launchpad.net/ubuntu/feisty/+specs" rel="nofollow">specs</a>, it seems like it&#8217;ll be a great release, too. Hope some of it will find its way into Debian&#8230; (like the OOo spellcheck/thesauri work)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tora with oracle on debian/ubuntu &#8212; prebuilt package by Martin McWhorter</title>
		<link>http://ludoa.wordpress.com/2006/11/08/tora-with-oracle-on-debianubuntu-prebuilt-package/#comment-74</link>
		<dc:creator>Martin McWhorter</dc:creator>
		<pubDate>Mon, 09 Apr 2007 17:21:18 +0000</pubDate>
		<guid isPermaLink="false">http://ludoa.wordpress.com/2006/11/08/tora-with-oracle-on-debianubuntu-prebuilt-package/#comment-74</guid>
		<description>*Fix for apt wanting to replace tora with the Ubuntu tora package*

I don't know if this works with Edgy or Dapper as I just upgraded to Feisty beta today (update-manager -d). Good news is that with Feisty you do not need the --force-depends-version to install.

Try this on Edgy or Dapper as well, it should work:
vim /etc/apt/preferences 

(new file) and create these three lines:
Package: tora
Pin: version 1.3.21-3
Pin-Priority: 1001

Now do a:
aptitude update &#38;&#38; aptitude upgrade

See! It does not tell you that it wants to upgrade tora to the Ubuntu repository version. The orange icon in the corner telling you to upgrade tora should go away too.</description>
		<content:encoded><![CDATA[<p>*Fix for apt wanting to replace tora with the Ubuntu tora package*</p>
<p>I don&#8217;t know if this works with Edgy or Dapper as I just upgraded to Feisty beta today (update-manager -d). Good news is that with Feisty you do not need the &#8211;force-depends-version to install.</p>
<p>Try this on Edgy or Dapper as well, it should work:<br />
vim /etc/apt/preferences </p>
<p>(new file) and create these three lines:<br />
Package: tora<br />
Pin: version 1.3.21-3<br />
Pin-Priority: 1001</p>
<p>Now do a:<br />
aptitude update &amp;&amp; aptitude upgrade</p>
<p>See! It does not tell you that it wants to upgrade tora to the Ubuntu repository version. The orange icon in the corner telling you to upgrade tora should go away too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tora with oracle on debian/ubuntu &#8212; prebuilt package by ludoa</title>
		<link>http://ludoa.wordpress.com/2006/11/08/tora-with-oracle-on-debianubuntu-prebuilt-package/#comment-47</link>
		<dc:creator>ludoa</dc:creator>
		<pubDate>Fri, 02 Mar 2007 15:04:22 +0000</pubDate>
		<guid isPermaLink="false">http://ludoa.wordpress.com/2006/11/08/tora-with-oracle-on-debianubuntu-prebuilt-package/#comment-47</guid>
		<description>Sorry to hear that Martin. Maybe someone else who manages to install it using the longer explanation on my blog post can build Ubuntu packages of it. Other than that, I could try running an Ubuntu live cd, and compiling new TOra packages against Ubuntu's libqt, etc.

Edit: just thought of this, AFAIK it should be possible to build static packages. Those will be bigger (maybe slower too?) but since they don't link against outside libraries, it should work I think. Anyone an idea of how I can build such static binaries?

Ludo</description>
		<content:encoded><![CDATA[<p>Sorry to hear that Martin. Maybe someone else who manages to install it using the longer explanation on my blog post can build Ubuntu packages of it. Other than that, I could try running an Ubuntu live cd, and compiling new TOra packages against Ubuntu&#8217;s libqt, etc.</p>
<p>Edit: just thought of this, AFAIK it should be possible to build static packages. Those will be bigger (maybe slower too?) but since they don&#8217;t link against outside libraries, it should work I think. Anyone an idea of how I can build such static binaries?</p>
<p>Ludo</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tora with oracle on debian/ubuntu &#8212; prebuilt package by Martin McWhorter</title>
		<link>http://ludoa.wordpress.com/2006/11/08/tora-with-oracle-on-debianubuntu-prebuilt-package/#comment-46</link>
		<dc:creator>Martin McWhorter</dc:creator>
		<pubDate>Fri, 02 Mar 2007 10:07:15 +0000</pubDate>
		<guid isPermaLink="false">http://ludoa.wordpress.com/2006/11/08/tora-with-oracle-on-debianubuntu-prebuilt-package/#comment-46</guid>
		<description>Ludoa,

I can't recommend using the feisty dependencies in edgy anymore. It seemed to cause even more inconsistencies unless I wanted to completely upgrade to the development branch.

Now I just keep the tora-with-oracle package and re install dpkg after  installing any new pacages or updates with apt/aptitude as it will replace the tora with the Ubuntu package.</description>
		<content:encoded><![CDATA[<p>Ludoa,</p>
<p>I can&#8217;t recommend using the feisty dependencies in edgy anymore. It seemed to cause even more inconsistencies unless I wanted to completely upgrade to the development branch.</p>
<p>Now I just keep the tora-with-oracle package and re install dpkg after  installing any new pacages or updates with apt/aptitude as it will replace the tora with the Ubuntu package.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tora with oracle on debian/ubuntu &#8212; prebuilt package by ludoa</title>
		<link>http://ludoa.wordpress.com/2006/11/08/tora-with-oracle-on-debianubuntu-prebuilt-package/#comment-45</link>
		<dc:creator>ludoa</dc:creator>
		<pubDate>Tue, 27 Feb 2007 00:09:18 +0000</pubDate>
		<guid isPermaLink="false">http://ludoa.wordpress.com/2006/11/08/tora-with-oracle-on-debianubuntu-prebuilt-package/#comment-45</guid>
		<description>I uploaded the package to divShare. The URL is http://www.divshare.com/download/165774-eb3 . I don't know for how long it'll be available there, however, so mirrors are still more than welcome.

Edit: some more mirrors, as I have no idea how long these will all last:
http://mihd.net/pbvq4x
http://senduit.com/4d9c0a

(BTW http://divShare.com is a great site for this kind of stuff - not as nice as http://dropboks.com , but very cool none the less.)</description>
		<content:encoded><![CDATA[<p>I uploaded the package to divShare. The URL is <a href="http://www.divshare.com/download/165774-eb3" rel="nofollow">http://www.divshare.com/download/165774-eb3</a> . I don&#8217;t know for how long it&#8217;ll be available there, however, so mirrors are still more than welcome.</p>
<p>Edit: some more mirrors, as I have no idea how long these will all last:<br />
<a href="http://mihd.net/pbvq4x" rel="nofollow">http://mihd.net/pbvq4x</a><br />
<a href="http://senduit.com/4d9c0a" rel="nofollow">http://senduit.com/4d9c0a</a></p>
<p>(BTW <a href="http://divShare.com" rel="nofollow">http://divShare.com</a> is a great site for this kind of stuff - not as nice as <a href="http://dropboks.com" rel="nofollow">http://dropboks.com</a> , but very cool none the less.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tora with oracle on debian/ubuntu &#8212; prebuilt package by ludoa</title>
		<link>http://ludoa.wordpress.com/2006/11/08/tora-with-oracle-on-debianubuntu-prebuilt-package/#comment-44</link>
		<dc:creator>ludoa</dc:creator>
		<pubDate>Mon, 26 Feb 2007 23:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://ludoa.wordpress.com/2006/11/08/tora-with-oracle-on-debianubuntu-prebuilt-package/#comment-44</guid>
		<description>Martin  McWorther found a fix for those having problems with Ubuntu:
-----------------
More on tora-with-oracle on Edgy.

Ok, so after I installed and got Tora with Oracle working using the --force-depends-version, I notices that some of the auto update, apt-get and aptitude would fail because of the depend version inconsistancy.

So I figured this easy fix,

Install the newer 3:3.3.7 libqt3-mt from the feisty development tree

1. Add this line to /etc/apt/source.list
deb http://us.archive.ubuntu.com/ubuntu/ feisty main restricted

2. run
apt-get install -f
This will solve the dependancy by installing the feisty libqt3-mt and its dependencies from feisty.

3. Comment the line out of source.list so you don't accidentally upgrade your distribution version.

There may be an easier way to get the deb database to live with the version inconsistency. I am very new to the debian world, being a Redhat guy for eight years.

-m
-----------------

Thanks a lot Martin!</description>
		<content:encoded><![CDATA[<p>Martin  McWorther found a fix for those having problems with Ubuntu:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
More on tora-with-oracle on Edgy.</p>
<p>Ok, so after I installed and got Tora with Oracle working using the &#8211;force-depends-version, I notices that some of the auto update, apt-get and aptitude would fail because of the depend version inconsistancy.</p>
<p>So I figured this easy fix,</p>
<p>Install the newer 3:3.3.7 libqt3-mt from the feisty development tree</p>
<p>1. Add this line to /etc/apt/source.list<br />
deb <a href="http://us.archive.ubuntu.com/ubuntu/" rel="nofollow">http://us.archive.ubuntu.com/ubuntu/</a> feisty main restricted</p>
<p>2. run<br />
apt-get install -f<br />
This will solve the dependancy by installing the feisty libqt3-mt and its dependencies from feisty.</p>
<p>3. Comment the line out of source.list so you don&#8217;t accidentally upgrade your distribution version.</p>
<p>There may be an easier way to get the deb database to live with the version inconsistency. I am very new to the debian world, being a Redhat guy for eight years.</p>
<p>-m<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Thanks a lot Martin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tora with oracle on debian by ludoa</title>
		<link>http://ludoa.wordpress.com/2006/11/01/tora-with-oracle-on-debian/#comment-43</link>
		<dc:creator>ludoa</dc:creator>
		<pubDate>Mon, 26 Feb 2007 23:19:57 +0000</pubDate>
		<guid isPermaLink="false">http://ludoa.wordpress.com/2006/11/01/tora-with-oracle-on-debian/#comment-43</guid>
		<description>Glad to hear that, Mark.</description>
		<content:encoded><![CDATA[<p>Glad to hear that, Mark.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tora with oracle on debian/ubuntu &#8212; prebuilt package by ludoa</title>
		<link>http://ludoa.wordpress.com/2006/11/08/tora-with-oracle-on-debianubuntu-prebuilt-package/#comment-42</link>
		<dc:creator>ludoa</dc:creator>
		<pubDate>Mon, 26 Feb 2007 23:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://ludoa.wordpress.com/2006/11/08/tora-with-oracle-on-debianubuntu-prebuilt-package/#comment-42</guid>
		<description>Martin: great, thanks for posting that. It does make apt annoying, yep.
I'm surprised Ubuntu doesn't update its packages more often, I thought it was relatively bleeding edge?
Anyway, that's another reason to move to the real thing - Debian GNU/Linux ;-)

Serpini: yes, the site seems to be having a lot of problems. Could somebody please mirror them? I'll gladly e-mail the packages to anyone who wants to mirror them.

Oh, and if someone knows a decent free shell account, I'm always interested.</description>
		<content:encoded><![CDATA[<p>Martin: great, thanks for posting that. It does make apt annoying, yep.<br />
I&#8217;m surprised Ubuntu doesn&#8217;t update its packages more often, I thought it was relatively bleeding edge?<br />
Anyway, that&#8217;s another reason to move to the real thing - Debian GNU/Linux <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Serpini: yes, the site seems to be having a lot of problems. Could somebody please mirror them? I&#8217;ll gladly e-mail the packages to anyone who wants to mirror them.</p>
<p>Oh, and if someone knows a decent free shell account, I&#8217;m always interested.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tora with oracle on debian/ubuntu &#8212; prebuilt package by serpini</title>
		<link>http://ludoa.wordpress.com/2006/11/08/tora-with-oracle-on-debianubuntu-prebuilt-package/#comment-33</link>
		<dc:creator>serpini</dc:creator>
		<pubDate>Fri, 19 Jan 2007 20:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://ludoa.wordpress.com/2006/11/08/tora-with-oracle-on-debianubuntu-prebuilt-package/#comment-33</guid>
		<description>please, the site is down!</description>
		<content:encoded><![CDATA[<p>please, the site is down!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tora with oracle on debian/ubuntu &#8212; prebuilt package by Martin McWhorter</title>
		<link>http://ludoa.wordpress.com/2006/11/08/tora-with-oracle-on-debianubuntu-prebuilt-package/#comment-32</link>
		<dc:creator>Martin McWhorter</dc:creator>
		<pubDate>Tue, 16 Jan 2007 21:39:05 +0000</pubDate>
		<guid isPermaLink="false">http://ludoa.wordpress.com/2006/11/08/tora-with-oracle-on-debianubuntu-prebuilt-package/#comment-32</guid>
		<description>dpkg --force-depends-version -i tora-with-oracle_1.3.21-3_i386.deb

This command works for me. Unfortunately it leaves the deb/apt in an inconsistent state.</description>
		<content:encoded><![CDATA[<p>dpkg &#8211;force-depends-version -i tora-with-oracle_1.3.21-3_i386.deb</p>
<p>This command works for me. Unfortunately it leaves the deb/apt in an inconsistent state.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tora with oracle on debian/ubuntu &#8212; prebuilt package by david</title>
		<link>http://ludoa.wordpress.com/2006/11/08/tora-with-oracle-on-debianubuntu-prebuilt-package/#comment-31</link>
		<dc:creator>david</dc:creator>
		<pubDate>Mon, 15 Jan 2007 21:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://ludoa.wordpress.com/2006/11/08/tora-with-oracle-on-debianubuntu-prebuilt-package/#comment-31</guid>
		<description>Any luck with this? If anyone has installed on edgy by building from source or by installing libqt3-mt 3.3.7 please post.</description>
		<content:encoded><![CDATA[<p>Any luck with this? If anyone has installed on edgy by building from source or by installing libqt3-mt 3.3.7 please post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tora with oracle on debian/ubuntu &#8212; prebuilt package by Piyush Jain</title>
		<link>http://ludoa.wordpress.com/2006/11/08/tora-with-oracle-on-debianubuntu-prebuilt-package/#comment-29</link>
		<dc:creator>Piyush Jain</dc:creator>
		<pubDate>Sun, 14 Jan 2007 22:29:22 +0000</pubDate>
		<guid isPermaLink="false">http://ludoa.wordpress.com/2006/11/08/tora-with-oracle-on-debianubuntu-prebuilt-package/#comment-29</guid>
		<description>I got this when tried to run with --force-depends-version flag

dpkg: error processing tora-with-oracle_1.3.21-3_i386.deb (--install):
 cannot access archive: No such file or directory
Errors were encountered while processing:
 tora-with-oracle_1.3.21-3_i386.deb</description>
		<content:encoded><![CDATA[<p>I got this when tried to run with &#8211;force-depends-version flag</p>
<p>dpkg: error processing tora-with-oracle_1.3.21-3_i386.deb (&#8211;install):<br />
 cannot access archive: No such file or directory<br />
Errors were encountered while processing:<br />
 tora-with-oracle_1.3.21-3_i386.deb</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Alky project dead? by ludoa</title>
		<link>http://ludoa.wordpress.com/2006/11/28/alky-project-dead/#comment-28</link>
		<dc:creator>ludoa</dc:creator>
		<pubDate>Sun, 14 Jan 2007 01:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://ludoa.wordpress.com/2006/11/28/alky-project-dead/#comment-28</guid>
		<description>It's no longer open source unfortunately. There's flash video on their site (also cached by google) which shows a game running on OS X. Seems slow, but it works... I'm very surprised they managed so much so quickly.</description>
		<content:encoded><![CDATA[<p>It&#8217;s no longer open source unfortunately. There&#8217;s flash video on their site (also cached by google) which shows a game running on OS X. Seems slow, but it works&#8230; I&#8217;m very surprised they managed so much so quickly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Alky project dead? by ludoa</title>
		<link>http://ludoa.wordpress.com/2006/11/28/alky-project-dead/#comment-27</link>
		<dc:creator>ludoa</dc:creator>
		<pubDate>Sun, 14 Jan 2007 01:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://ludoa.wordpress.com/2006/11/28/alky-project-dead/#comment-27</guid>
		<description>Thanks jeff, the URL is dead at the moment, I'll check it out later.
Google does cache some of its pages, it's indeed the same project, thanks a lot!
Their homepage links to an announce group (http://groups.google.com/group/alkyproject-announce/subscribe)  which is still called "alky project announcements" so it's definitely the same thing - thanks!</description>
		<content:encoded><![CDATA[<p>Thanks jeff, the URL is dead at the moment, I&#8217;ll check it out later.<br />
Google does cache some of its pages, it&#8217;s indeed the same project, thanks a lot!<br />
Their homepage links to an announce group (http://groups.google.com/group/alkyproject-announce/subscribe)  which is still called &#8220;alky project announcements&#8221; so it&#8217;s definitely the same thing - thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Alky project dead? by jeff</title>
		<link>http://ludoa.wordpress.com/2006/11/28/alky-project-dead/#comment-25</link>
		<dc:creator>jeff</dc:creator>
		<pubDate>Sat, 13 Jan 2007 20:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://ludoa.wordpress.com/2006/11/28/alky-project-dead/#comment-25</guid>
		<description>I think the project is takin over by http://www.fallingleafsystems.com/</description>
		<content:encoded><![CDATA[<p>I think the project is takin over by <a href="http://www.fallingleafsystems.com/" rel="nofollow">http://www.fallingleafsystems.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tora with oracle on debian/ubuntu &#8212; prebuilt package by ludoa</title>
		<link>http://ludoa.wordpress.com/2006/11/08/tora-with-oracle-on-debianubuntu-prebuilt-package/#comment-21</link>
		<dc:creator>ludoa</dc:creator>
		<pubDate>Sat, 16 Dec 2006 20:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://ludoa.wordpress.com/2006/11/08/tora-with-oracle-on-debianubuntu-prebuilt-package/#comment-21</guid>
		<description>I'm sure it's only temporary. Either way, I mailed you the file. If anyone else needs it, e-mail me (see my about page for my address).</description>
		<content:encoded><![CDATA[<p>I&#8217;m sure it&#8217;s only temporary. Either way, I mailed you the file. If anyone else needs it, e-mail me (see my about page for my address).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tora with oracle on debian/ubuntu &#8212; prebuilt package by Stephen Crowley</title>
		<link>http://ludoa.wordpress.com/2006/11/08/tora-with-oracle-on-debianubuntu-prebuilt-package/#comment-20</link>
		<dc:creator>Stephen Crowley</dc:creator>
		<pubDate>Sat, 16 Dec 2006 19:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://ludoa.wordpress.com/2006/11/08/tora-with-oracle-on-debianubuntu-prebuilt-package/#comment-20</guid>
		<description>Argh, the site is down!</description>
		<content:encoded><![CDATA[<p>Argh, the site is down!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tora with oracle on debian/ubuntu &#8212; prebuilt package by Martin McWhorter</title>
		<link>http://ludoa.wordpress.com/2006/11/08/tora-with-oracle-on-debianubuntu-prebuilt-package/#comment-19</link>
		<dc:creator>Martin McWhorter</dc:creator>
		<pubDate>Fri, 15 Dec 2006 15:36:06 +0000</pubDate>
		<guid isPermaLink="false">http://ludoa.wordpress.com/2006/11/08/tora-with-oracle-on-debianubuntu-prebuilt-package/#comment-19</guid>
		<description>Ludoa,

I interpreted Nerijus' post as saying that that it would install, but not work. I will try it. Unfortunately, rootshell.be seems to be down right now. If you can email me the deb packages (with and w/out KDE) that would be great. My browser put them in /tmp, so I don't have them this morning :(

-m</description>
		<content:encoded><![CDATA[<p>Ludoa,</p>
<p>I interpreted Nerijus&#8217; post as saying that that it would install, but not work. I will try it. Unfortunately, rootshell.be seems to be down right now. If you can email me the deb packages (with and w/out KDE) that would be great. My browser put them in /tmp, so I don&#8217;t have them this morning <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>-m</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tora with oracle on debian/ubuntu &#8212; prebuilt package by ludoa</title>
		<link>http://ludoa.wordpress.com/2006/11/08/tora-with-oracle-on-debianubuntu-prebuilt-package/#comment-17</link>
		<dc:creator>ludoa</dc:creator>
		<pubDate>Thu, 14 Dec 2006 18:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://ludoa.wordpress.com/2006/11/08/tora-with-oracle-on-debianubuntu-prebuilt-package/#comment-17</guid>
		<description>Martin,
What about --force-depends-version? Re-reading Nerijus' post, I'm not sure how to interpret it... i.e. does it work fine, and is the only problem that apt is complaining about it? If so, I suppose there's a way around this, so you can make apt keep quiet about it.
Also, as I previously mentioned, getting Debian's libqt3 packages might work. If it doesn't work, you could just revert to Ubuntu's packages.
Doesn't Ubuntu have a repository with more up-to-date/experimental packages where you could find a more recent version of libqt3?

HTH,
Ludo</description>
		<content:encoded><![CDATA[<p>Martin,<br />
What about &#8211;force-depends-version? Re-reading Nerijus&#8217; post, I&#8217;m not sure how to interpret it&#8230; i.e. does it work fine, and is the only problem that apt is complaining about it? If so, I suppose there&#8217;s a way around this, so you can make apt keep quiet about it.<br />
Also, as I previously mentioned, getting Debian&#8217;s libqt3 packages might work. If it doesn&#8217;t work, you could just revert to Ubuntu&#8217;s packages.<br />
Doesn&#8217;t Ubuntu have a repository with more up-to-date/experimental packages where you could find a more recent version of libqt3?</p>
<p>HTH,<br />
Ludo</p>
]]></content:encoded>
	</item>
</channel>
</rss>
