Mailing List Archive

QMYSQL3 on RH8
Hi,

I'm trying to get MythTV running on RedHat 8.0.

It compiles OK, but when I run it says QMYSQL3 drivers aren't running.

RedHat 8 doesn't seem to include that driver in qt-3.0 or qt-3.0-devel

do I need to rebuild QT from it's sources?

or is there somewhere to get this driver?
I can't find any sign of it on rpmfind.net, etc.

Thanks,
Barry
Re: QMYSQL3 on RH8 [ In reply to ]
On Mon, 2002-11-25 at 22:53, Barry Gould wrote:
> Hi,
>
> I'm trying to get MythTV running on RedHat 8.0.
>
> It compiles OK, but when I run it says QMYSQL3 drivers aren't running.
>
> RedHat 8 doesn't seem to include that driver in qt-3.0 or qt-3.0-devel
>
> do I need to rebuild QT from it's sources?
>
> or is there somewhere to get this driver?
> I can't find any sign of it on rpmfind.net, etc.
>
> Thanks,
> Barry
>

It is on rpmfind....
ftp://ftp.rpmfind.net/linux/redhat/8.0/en/os/i386/RedHat/RPMS/qt-MySQL-3.0.5-17.i386.rpm


--
NAME : Adam Allen.
EMAIL : adam@dynamicinteraction.co.uk

COMMENT : ~~~~ insert your favourite signature comment here ~~~~

PGP : http://search.keyserver.net:11371/pks/lookup?op=vindex&search=adam%40dynamicinteraction.co.uk
Re: QMYSQL3 on RH8 [ In reply to ]
On Mon, 2002-11-25 at 16:53, Barry Gould wrote:
> I'm trying to get MythTV running on RedHat 8.0.
>
> It compiles OK, but when I run it says QMYSQL3 drivers aren't running.
>
> RedHat 8 doesn't seem to include that driver in qt-3.0 or qt-3.0-devel
>
> do I need to rebuild QT from it's sources?
>
> or is there somewhere to get this driver?
> I can't find any sign of it on rpmfind.net, etc.

On my system the file exists under /usr/lib/qt3/plugins/sqldrivers, but
mythtv is looking in /usr/lib/kde3/plugins/sqldrivers for some reason.
I solved it by creating the following link.

/usr/lib/kde3/plugins/sqldrivers -> /usr/lib/qt3/plugins/sqldrivers

-> ls /usr/lib/qt3/plugins/sqldrivers
libqsqlmysql.so libqsqlodbc.so libqsqlpsql.so
^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^

TTFN,
Lonnie