I don't think there is a multithreaded RPM for Fedora.  Don't see
anything on the updates sites and the spec file for qt-MySQL mentions
threading support.<br>
<br>
I have the same issue basically (qt3.3, mysql4.1, AMD64 bit playing
nicely).&nbsp; Even recompiled qt against mysql-4.1.16 as both a mysql
plugin and with mysql support directly into QT.&nbsp; (QT configure'd
as:&nbsp;&nbsp; ./configure -platform linux-g++-64 -I/usr/include/mysql
-thread
-[plugin|qt]-sql-mysql -L/usr/lib -L/usr/lib64 -L/usr/lib64/mysql
-L/usr/lib64/nvidia-graphics-1.0-8178 -L/usr/X11R6/lib64
-L/usr/X11R6/lib -prefix /usr/lib64/qt-3.3, which compiled and
installed fine)<br>
<br>
Neither had any success.&nbsp; Get the same output as Brian when
running mythtv-setup no matter what I do.&nbsp; Strace just segfaults
right before the &quot;QSqlDatabase: QMYSQL3 driver not loaded&quot; (while
mythtv-setup continues running and complaining).<br>
<br>
|eric<br>
<br><div><span class="gmail_quote">On 1/9/06, <b class="gmail_sendername">Piers Kittel</b> &lt;<a href="mailto:mythtv@biased.org">mythtv@biased.org</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I *think* you need the MT (multithread) version of the qt-mysql driver -<br>I know this is from a Debian system but here you go:<br><br>ii&nbsp;&nbsp;libqt3c102-mt-mysql 3.3.4-3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MySQL database driver for Qt3<br>(Threaded)<br>
<br>and taking from your list:<br><br> &gt; qt-MySQL-3.3.4-15.4<br><br>I think you need the MT version - apt-cache search shows 2 versions of<br>the same library:<br><br>libqt3c102-mysql - MySQL database driver for Qt3<br>
libqt3c102-mt-mysql - MySQL database driver for Qt3 (Threaded)<br><br>Of course, you can't apply the Debian package names for FC - but I would<br>hazard a guess you need something like qt-MySQL-mt?&nbsp;&nbsp;I can't have both<br>the above packages installed, I can only have one or the other.
<br><br>Apologies if this doesn't apply for FC.<br><br>Cheers - Piers<br><br>Brian Fischer wrote:<br>&gt; I followed Jarod's guide exactly as written using yum on my system, but<br>&gt; there seems to be an issue with the updated SQL drivers on a clean install
<br>&gt; of FC4_64.&nbsp;&nbsp;I had been reading different forums and it seems like this one<br>&gt; can be fixed by installing qt-MySQL. It was installed in my environment<br>&gt; though so I dont know what's wrong.&nbsp;&nbsp;I was wondering what driver versions
<br>&gt; people are working with for MySQL and provide me with a few troubleshooting<br>&gt; issues to get this issue resolved for everyone?&nbsp;&nbsp;This issue is also being<br>&gt; tracked in FedoraForum.org<br>&gt; <a href="http://forums.fedoraforum.org/forum/showthread.php?t=90875">
http://forums.fedoraforum.org/forum/showthread.php?t=90875</a><br>&gt;<br>&gt; My System<br>&gt; ---------<br>&gt; Gigabyte K8NS Pro<br>&gt; AMD Athlon 64 3700+<br>&gt;<br>&gt; I installed MythTV Suite using yum. When running the mythtv-setup, I am
<br>&gt; getting the error below:<br>&gt; QSqlDatabase: QMYSQL3 driver not loaded<br>&gt; QSqlDatabase: available drivers:<br>&gt; 2003-01-06 20:08:53.981 New DB connection, total: 1<br>&gt; 2003-01-06 20:08:53.982 Unable to connect to database!
<br>&gt; 2003-01-06 20:08:53.982 No error type from QSqlError? Strange...<br>&gt; 2003-01-06 20:08:53.983 Unable to connect to database!<br>&gt;<br>&gt;<br>&gt; [mythtv@mythhd ~]$ rpm -qa | grep [sS][qQ][lL]<br>&gt; mysqlclient10-3.23.58-6
<br>&gt; mod_auth_mysql-2.6.1-4<br>&gt; qt-MySQL-3.3.4-15.4<br>&gt; libdbi-dbd-mysql-0.7.1-3<br>&gt; postgresql-libs-8.0.5-1.FC4.1<br>&gt; sqlite-3.1.2-3<br>&gt; cyrus-sasl-sql-2.1.20-5<br>&gt; mysql-devel-4.1.16-1.FC4.1<br>
&gt; php-mysql-5.0.4-10.5<br>&gt; perl-DBD-MySQL-2.9007-1<br>&gt; python-sqlite-1.1.6-1<br>&gt; mysql-server-4.1.16-1.FC4.1<br>&gt; MySQL-python-1.2.0-1<br>&gt; mysql-4.1.16-1.FC4.1<br>&gt; mysql-4.1.16-1.FC4.1<br>&gt; [mythtv@mythhd
 ~]$ rpm -qa | grep [qQ][tT]<br>&gt; qt-3.3.4-15.4<br>&gt; qt-MySQL-3.3.4-15.4<br>&gt; qt-3.3.4-15.4<br>&gt;<br>&gt; [mythtv@mythhd ~]$ ls -l /etc/ld.so.conf.d/<br>&gt; total 32<br>&gt; -rw-r--r--&nbsp;&nbsp;1 root root 17 Apr&nbsp;&nbsp;8&nbsp;&nbsp;2005 mysqlclient10-x86_64.conf
<br>&gt; -rw-r--r--&nbsp;&nbsp;1 root root 15 Dec 17 03:42 mysql-i386.conf<br>&gt; -rw-r--r--&nbsp;&nbsp;1 root root 17 Dec 17 03:41 mysql-x86_64.conf<br>&gt; -rw-r--r--&nbsp;&nbsp;1 root root 20 Sep 16 04:24 qt-i386.conf<br>&gt; -rw-r--r--&nbsp;&nbsp;1 root root 22 Sep 16 04:25 qt-x86_64.conf
<br>&gt; -rw-r--r--&nbsp;&nbsp;1 root root 15 Sep 21 19:18 xorg-x11-i386.conf<br>&gt; -rw-r--r--&nbsp;&nbsp;1 root root 17 Sep 21 19:19 xorg-x11-x86_64.conf<br>&gt;<br>&gt;<br>&gt; Anything im missing? Is there any specific step that i need to do to load
<br>&gt; that driver?<br>&gt;<br>&gt;<br>&gt;<br>&gt; Thanks,<br>&gt;<br>&gt; Brian<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; ------------------------------------------------------------------------<br>&gt;<br>&gt; _______________________________________________
<br>&gt; mythtv-users mailing list<br>&gt; <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>&gt; <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
</a><br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br>