Mythtv QMYSQL3 driver not loaded - RH9

Shawn javajunkie at koyuru.com
Wed Mar 17 10:52:57 UTC 2004


> I wanted to try mythtv but got a QMYSQL3 driver not loaded error.
>
> I checked and have the correct qt-Mysql package installed.  In fact I

Ok figured it out.  I did a strace and found
...
open("/lib/tls/libmysqlclient.so.10", O_RDONLY) = -1 ENOENT (No such file 
or directory)
open("/lib/i686/libmysqlclient.so.10", O_RDONLY) = -1 ENOENT (No such file 
or directory)
open("/lib/libmysqlclient.so.10", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/lib/tls/libmysqlclient.so.10", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/lib/libmysqlclient.so.10", O_RDONLY) = -1 ENOENT (No such file 
or directory)
...

libmysqlclient.so.10 seems to be from mysql-3.x

So,  MySQL-shared-compat-4.x.. is required for us mysql-4.x users since it 
includes 3.23.x
libraries.

-- 
Shawn

Happily using M2, Opera's revolutionary e-mail client: 
http://www.opera.com/m2/





More information about the redhat-list mailing list