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/
-- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list