<?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 TOra with Oracle Support on Ubuntu 9.10 (Karmic Koala)</title>
	<atom:link href="http://www.pythian.com/news/4747/installing-tora-with-oracle-support-on-ubuntu-9-10-karmic-koala/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pythian.com/news/4747/installing-tora-with-oracle-support-on-ubuntu-9-10-karmic-koala/</link>
	<description>News and views from Pythian DBAs</description>
	<lastBuildDate>Fri, 10 Feb 2012 13:01:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: James</title>
		<link>http://www.pythian.com/news/4747/installing-tora-with-oracle-support-on-ubuntu-9-10-karmic-koala/#comment-510783</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 18 Feb 2011 15:11:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=4747#comment-510783</guid>
		<description>dpkg-shlibdeps: warning: shared libs info file `/etc/dpkg/shlibs.override&#039; line 9: bad line `libocci.so.11.1&#039;
dpkg-shlibdeps: error: no dependency information found for /opt/oracle/product/11.2.0/db_1/lib/libocci.so.11.1 (used by debian/tora/usr/bin/tora).
dh_shlibdeps: dpkg-shlibdeps -Tdebian/tora.substvars debian/tora/usr/bin/tora returned exit code 2


dpkg-shlibdeps: warning: shared libs info file `/etc/dpkg/shlibs.override&#039; line 9: bad line `libocci.11.1&#039;
dpkg-shlibdeps: error: no dependency information found for /opt/oracle/product/11.2.0/db_1/lib/libocci.so.11.1 (used by debian/tora/usr/bin/tora).
dh_shlibdeps: dpkg-shlibdeps -Tdebian/tora.substvars debian/tora/usr/bin/tora returned exit code 2
make: *** [binary-predeb-IMPL/tora]  9
I added the line like below.
#                 
libocci.so.11.1
libclntsh 11.1

or
libocci.11.1
libclntsh 11.1


But I met same error. Is there any other solution?</description>
		<content:encoded><![CDATA[<p>dpkg-shlibdeps: warning: shared libs info file `/etc/dpkg/shlibs.override&#8217; line 9: bad line `libocci.so.11.1&#8242;<br />
dpkg-shlibdeps: error: no dependency information found for /opt/oracle/product/11.2.0/db_1/lib/libocci.so.11.1 (used by debian/tora/usr/bin/tora).<br />
dh_shlibdeps: dpkg-shlibdeps -Tdebian/tora.substvars debian/tora/usr/bin/tora returned exit code 2</p>
<p>dpkg-shlibdeps: warning: shared libs info file `/etc/dpkg/shlibs.override&#8217; line 9: bad line `libocci.11.1&#8242;<br />
dpkg-shlibdeps: error: no dependency information found for /opt/oracle/product/11.2.0/db_1/lib/libocci.so.11.1 (used by debian/tora/usr/bin/tora).<br />
dh_shlibdeps: dpkg-shlibdeps -Tdebian/tora.substvars debian/tora/usr/bin/tora returned exit code 2<br />
make: *** [binary-predeb-IMPL/tora]  9<br />
I added the line like below.<br />
#<br />
libocci.so.11.1<br />
libclntsh 11.1</p>
<p>or<br />
libocci.11.1<br />
libclntsh 11.1</p>
<p>But I met same error. Is there any other solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jkings</title>
		<link>http://www.pythian.com/news/4747/installing-tora-with-oracle-support-on-ubuntu-9-10-karmic-koala/#comment-498589</link>
		<dc:creator>jkings</dc:creator>
		<pubDate>Thu, 20 Jan 2011 01:20:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=4747#comment-498589</guid>
		<description>Hi.

I resolved this issue installing the library libqscintilla2.

The command is:

sudo apt-get install libqscintilla2-dev

I hope this helps somebody</description>
		<content:encoded><![CDATA[<p>Hi.</p>
<p>I resolved this issue installing the library libqscintilla2.</p>
<p>The command is:</p>
<p>sudo apt-get install libqscintilla2-dev</p>
<p>I hope this helps somebody</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drask</title>
		<link>http://www.pythian.com/news/4747/installing-tora-with-oracle-support-on-ubuntu-9-10-karmic-koala/#comment-471791</link>
		<dc:creator>Drask</dc:creator>
		<pubDate>Fri, 05 Nov 2010 13:11:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=4747#comment-471791</guid>
		<description>Worked for me. I edited the /etc/dpkg/shlibs.override file which now looks like:

#                 
libclntsh               11.1
libocci                 11.1

(no line-feed on the last line)

This was the final piece I needed to install Tora 2.1.1 on Karmic. Thank you.</description>
		<content:encoded><![CDATA[<p>Worked for me. I edited the /etc/dpkg/shlibs.override file which now looks like:</p>
<p>#<br />
libclntsh               11.1<br />
libocci                 11.1</p>
<p>(no line-feed on the last line)</p>
<p>This was the final piece I needed to install Tora 2.1.1 on Karmic. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Hudson</title>
		<link>http://www.pythian.com/news/4747/installing-tora-with-oracle-support-on-ubuntu-9-10-karmic-koala/#comment-459553</link>
		<dc:creator>Brad Hudson</dc:creator>
		<pubDate>Wed, 15 Sep 2010 15:15:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=4747#comment-459553</guid>
		<description>akshay mysql support is out of scope for this article.  Normally that would mean that mysql support is not compiled into the tOra build, which is a side effect of the recompile (I did not include mysql in this build).  The tOra that comes with 10.04 should have mysql support by default, so you can use the vendor supplied package.</description>
		<content:encoded><![CDATA[<p>akshay mysql support is out of scope for this article.  Normally that would mean that mysql support is not compiled into the tOra build, which is a side effect of the recompile (I did not include mysql in this build).  The tOra that comes with 10.04 should have mysql support by default, so you can use the vendor supplied package.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: akshay</title>
		<link>http://www.pythian.com/news/4747/installing-tora-with-oracle-support-on-ubuntu-9-10-karmic-koala/#comment-459551</link>
		<dc:creator>akshay</dc:creator>
		<pubDate>Wed, 15 Sep 2010 15:06:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=4747#comment-459551</guid>
		<description>i just want to run pl/sql queries on tora! i&#039;m using 10.04 and mysql.

whenever i connect, i get this message &#039;The tool PL/SQL Editor doesn&#039;t support the current database&#039; and then there are not pl/sql editor n debugger!

how do i fix this???</description>
		<content:encoded><![CDATA[<p>i just want to run pl/sql queries on tora! i&#8217;m using 10.04 and mysql.</p>
<p>whenever i connect, i get this message &#8216;The tool PL/SQL Editor doesn&#8217;t support the current database&#8217; and then there are not pl/sql editor n debugger!</p>
<p>how do i fix this???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: COLIN Stéphane</title>
		<link>http://www.pythian.com/news/4747/installing-tora-with-oracle-support-on-ubuntu-9-10-karmic-koala/#comment-437327</link>
		<dc:creator>COLIN Stéphane</dc:creator>
		<pubDate>Mon, 21 Jun 2010 19:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=4747#comment-437327</guid>
		<description>Hi,

To fix this error :

dh_shlibdeps -ptora
dpkg-shlibdeps: error: no dependency information found for /u01/app/oracle/product/11.1.0/db_1/lib/libclntsh.so.11.1 (used by debian/tora/usr/bin/tora).
dh_shlibdeps: dpkg-shlibdeps returned exit code 2
make: *** [binary-predeb-IMPL/tora] Error 1

Try that :

echo &quot;libclntsh 11.1&quot; &gt;&gt; /etc/dpkg/shlibs.override

Hope it help ;-)

A++</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>To fix this error :</p>
<p>dh_shlibdeps -ptora<br />
dpkg-shlibdeps: error: no dependency information found for /u01/app/oracle/product/11.1.0/db_1/lib/libclntsh.so.11.1 (used by debian/tora/usr/bin/tora).<br />
dh_shlibdeps: dpkg-shlibdeps returned exit code 2<br />
make: *** [binary-predeb-IMPL/tora] Error 1</p>
<p>Try that :</p>
<p>echo &#8220;libclntsh 11.1&#8243; &gt;&gt; /etc/dpkg/shlibs.override</p>
<p>Hope it help ;-)</p>
<p>A++</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Hudson</title>
		<link>http://www.pythian.com/news/4747/installing-tora-with-oracle-support-on-ubuntu-9-10-karmic-koala/#comment-428067</link>
		<dc:creator>Brad Hudson</dc:creator>
		<pubDate>Tue, 04 May 2010 19:19:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=4747#comment-428067</guid>
		<description>Hi Alex.  What does this command give you?

&lt;code&gt;
$ dpkg-query -l &#124; egrep &quot;^ii.*qscintilla&quot;
&lt;/code&gt;

This will show you what packages are installed that match the search query for qscintilla.  It&#039;s likely that you are missing libqscintilla2-dev (the dev package).  I did not have to do this by hand, did you my chance miss the step to &lt;code&gt;apt-get build-dep tora&lt;/code&gt;?  The packages you need should all be satisfied by that.  Also make sure you installed all the other build tools and deps I have listed in the blog.

Good luck!</description>
		<content:encoded><![CDATA[<p>Hi Alex.  What does this command give you?</p>
<p><code><br />
$ dpkg-query -l | egrep "^ii.*qscintilla"<br />
</code></p>
<p>This will show you what packages are installed that match the search query for qscintilla.  It&#8217;s likely that you are missing libqscintilla2-dev (the dev package).  I did not have to do this by hand, did you my chance miss the step to <code>apt-get build-dep tora</code>?  The packages you need should all be satisfied by that.  Also make sure you installed all the other build tools and deps I have listed in the blog.</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.pythian.com/news/4747/installing-tora-with-oracle-support-on-ubuntu-9-10-karmic-koala/#comment-428045</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 04 May 2010 16:56:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=4747#comment-428045</guid>
		<description>Please ignore my question above... I used sudo instead fakeroot. Anyway, I got to a new dead end and I&#039;m about to give up installing tora. 

I got this message when trying to build the package(the message that starts with ALEX is added by me):

...
-- Found Qt-Version 4.5.2
Qt4 Found OK
-- ALEX custom messg: qt_library_dir /usr/lib;/usr/lib
CMake Error at cmake/modules/FindQScintilla.cmake:54 (MESSAGE):
  Could not find QScintilla library
Call Stack (most recent call first):
  CMakeLists.txt:181 (FIND_PACKAGE)

...

I looked for the library and found it where I think it should be...

/usr/lib/libqscintilla2.so.5


I edited FindQScintilla.cmake and added two lines to find out where it was looking for the library:

 #ONLY THE FOLLOWING TWO LINES ARE ADDED BY ME
    SET(QT_LIBRARY_DIR ${QT_LIBRARY_DIR} /usr/lib)
    MESSAGE(STATUS &quot;ALEX custom messg: qt_library_dir ${QT_LIBRARY_DIR}&quot;)
    SET(QSCINTILLA_NAMES ${QSCINTILLA_NAMES} qscintilla2 libqscintilla2)
    FIND_LIBRARY(QSCINTILLA_LIBRARY
        NAMES ${QSCINTILLA_NAMES}
        PATHS ${QT_LIBRARY_DIR}
    )

As shown at the beginning it was looking inside /usr/lib even before I edited FindQScintilla.cmake since the path appears twice.

Ubuntu 9.10, Tora already installed through synaptic but without Oracle support.

I wouldn&#039;t want to go back to windows...
Thanks.</description>
		<content:encoded><![CDATA[<p>Please ignore my question above&#8230; I used sudo instead fakeroot. Anyway, I got to a new dead end and I&#8217;m about to give up installing tora. </p>
<p>I got this message when trying to build the package(the message that starts with ALEX is added by me):</p>
<p>&#8230;<br />
&#8211; Found Qt-Version 4.5.2<br />
Qt4 Found OK<br />
&#8211; ALEX custom messg: qt_library_dir /usr/lib;/usr/lib<br />
CMake Error at cmake/modules/FindQScintilla.cmake:54 (MESSAGE):<br />
  Could not find QScintilla library<br />
Call Stack (most recent call first):<br />
  CMakeLists.txt:181 (FIND_PACKAGE)</p>
<p>&#8230;</p>
<p>I looked for the library and found it where I think it should be&#8230;</p>
<p>/usr/lib/libqscintilla2.so.5</p>
<p>I edited FindQScintilla.cmake and added two lines to find out where it was looking for the library:</p>
<p> #ONLY THE FOLLOWING TWO LINES ARE ADDED BY ME<br />
    SET(QT_LIBRARY_DIR ${QT_LIBRARY_DIR} /usr/lib)<br />
    MESSAGE(STATUS &#8220;ALEX custom messg: qt_library_dir ${QT_LIBRARY_DIR}&#8221;)<br />
    SET(QSCINTILLA_NAMES ${QSCINTILLA_NAMES} qscintilla2 libqscintilla2)<br />
    FIND_LIBRARY(QSCINTILLA_LIBRARY<br />
        NAMES ${QSCINTILLA_NAMES}<br />
        PATHS ${QT_LIBRARY_DIR}<br />
    )</p>
<p>As shown at the beginning it was looking inside /usr/lib even before I edited FindQScintilla.cmake since the path appears twice.</p>
<p>Ubuntu 9.10, Tora already installed through synaptic but without Oracle support.</p>
<p>I wouldn&#8217;t want to go back to windows&#8230;<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.pythian.com/news/4747/installing-tora-with-oracle-support-on-ubuntu-9-10-karmic-koala/#comment-428001</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 04 May 2010 12:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=4747#comment-428001</guid>
		<description>Hi, installing TOra on Ubuntu Karmic is being quite an adventure for me... I found this post late. So far I have Oracle XE client installed and I&#039;m trying to compile TOra. This is what I get when I try to compile:

/usr/src/tora-2.0.0$ fakeroot debian/rules binarytest -x debian/rules
dh_testroot
dh_clean -k 
dh_installdirs -A 
install: Can&#039;t change permissions on «debian/tora»: Files or folder doesn&#039;t exist
dh_installdirs: install returned exit code 1
make: *** [common-install-prehook-impl] Error 1

This is what I have under debian: 
tora-2.0.0/debian$ ls tora*
tora.desktop  tora.install  tora.links  tora.wrapper  tora.xml

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, installing TOra on Ubuntu Karmic is being quite an adventure for me&#8230; I found this post late. So far I have Oracle XE client installed and I&#8217;m trying to compile TOra. This is what I get when I try to compile:</p>
<p>/usr/src/tora-2.0.0$ fakeroot debian/rules binarytest -x debian/rules<br />
dh_testroot<br />
dh_clean -k<br />
dh_installdirs -A<br />
install: Can&#8217;t change permissions on «debian/tora»: Files or folder doesn&#8217;t exist<br />
dh_installdirs: install returned exit code 1<br />
make: *** [common-install-prehook-impl] Error 1</p>
<p>This is what I have under debian:<br />
tora-2.0.0/debian$ ls tora*<br />
tora.desktop  tora.install  tora.links  tora.wrapper  tora.xml</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Excusatio</title>
		<link>http://www.pythian.com/news/4747/installing-tora-with-oracle-support-on-ubuntu-9-10-karmic-koala/#comment-418369</link>
		<dc:creator>Excusatio</dc:creator>
		<pubDate>Sun, 28 Mar 2010 23:23:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=4747#comment-418369</guid>
		<description>I ran &quot;apt-get source tora&quot;. The debian/rules script lacks a configure line. If I run ./configure by hand I get a tora binary with oracle support after a while. But if I build a .deb using &quot;debian/rules binary&quot; then I lose oracle stuff. 

Ubuntu 9.10 x86_64, Instant client 11.2.

Ideas? Thanks...</description>
		<content:encoded><![CDATA[<p>I ran &#8220;apt-get source tora&#8221;. The debian/rules script lacks a configure line. If I run ./configure by hand I get a tora binary with oracle support after a while. But if I build a .deb using &#8220;debian/rules binary&#8221; then I lose oracle stuff. </p>
<p>Ubuntu 9.10 x86_64, Instant client 11.2.</p>
<p>Ideas? Thanks&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

