Difference between revisions of "User:AndyColson"

From MythTV Official Wiki
Jump to: navigation, search
Line 1: Line 1:
General 0.22 upgrading notes:
+
== General 0.22 upgrading notes ==
 +
 
 +
Myth 0.22 needs QT4, that in itself is not such a problem, but a few people have run into database problems.  QT4 has a mysql interface library it uses to talk to libmysql, and there have been some problems with that.
 +
 
 +
=== QT4 Database ===
 +
If you run the frontend or mythtv-setup, and get an error like:
 +
<pre>
 +
QMYSQL3 driver not loaded
 +
</pre>
 +
 
 +
# It means one of two things. 
 +
## QT4 cannot find the libqsqlmysql.so plugin.  This is less likely because most distributions package it.
 +
## The QT libqsqlmysql.so cannot find the right libmysqlclient.so.
 +
 
 +
Slackware 13: ships QT4 with the libqsqlmysql interface needing libmysqlclient_r.so.16, which is in the Slackware 13 mysql package<br>
 +
Fedora: Only guessing... install qt-mysql<br>
 +
Other:  Please post other distro's needs if you know them.<br>
  
Myth 0.22 needs QT4, that in itself is not such a problem, but a few people have run into the database problems.  QT4 has a mysql interface library it uses to talk to libmysql, and there have been some problems with that.
 
  
 
*todo
 
*todo

Revision as of 20:21, 19 October 2009

General 0.22 upgrading notes

Myth 0.22 needs QT4, that in itself is not such a problem, but a few people have run into database problems. QT4 has a mysql interface library it uses to talk to libmysql, and there have been some problems with that.

QT4 Database

If you run the frontend or mythtv-setup, and get an error like:

QMYSQL3 driver not loaded
  1. It means one of two things.
    1. QT4 cannot find the libqsqlmysql.so plugin. This is less likely because most distributions package it.
    2. The QT libqsqlmysql.so cannot find the right libmysqlclient.so.

Slackware 13: ships QT4 with the libqsqlmysql interface needing libmysqlclient_r.so.16, which is in the Slackware 13 mysql package
Fedora: Only guessing... install qt-mysql
Other: Please post other distro's needs if you know them.


  • todo
menu changes
keyboard changes
old themes
old plugins
fonts?