tora on Fedora 16 for mysql and Oracle.

2012-02-06 1 min read Database Fedora

Sometime back I had posted a article on Tora on Fedora. But that was a while back and things have progressed and we already have Fedora 16 (aka Verne).

So, awhile back I installed Tora on my Fedora 16 and here are the steps to do so:

First get the Tora sources from sourceforge.net . Download the source tar file and extract the same.

Install the delel for some of the packages that you will need:

sudo yum install qt-devel postgresql-devel qscintilla-devel

Also download and install the instantclient and the relevant devel package. You can download the same from the oracle site.

Now go to the directory where you extracted tora.

cd src
vi Makefile.am

Search for BUILT_SOURCES in that file and add moc_toawr.cpp in that section. This is what was required for tora version 2.3.1, not sure if you would need that…But there would be no harm in adding that anyways đŸ™‚

After this the step is straightforward:

./configure
make
sudo make install

And you are done…..

Enhanced by Zemanta
comments powered by Disqus