[mythtv] setup problems with mythtv

Harondel J. Sibble mythtv-dev@snowman.net
Sat, 26 Oct 2002 18:59:33 -0700


I've mad progress!!! Mythtv is compiled and installed, now I am having probs 
with postinstall configuration as below:

[root@marcus setup]# ls
main.cpp  main.o  Makefile  setup*  setup.pro
[root@marcus setup]# ./setup
Conflict in /usr/lib/qt3/plugins/sqldrivers/libqsqlmysql.so:
  Plugin uses incompatible Qt library!
  expected build key "i686 Linux g++-2.96 full-config", got "g++-2.96 
full-config".
Conflict in /usr/lib/qt3/plugins/sqldrivers/libqsqlodbc.so:
  Plugin uses incompatible Qt library!
  expected build key "i686 Linux g++-2.96 full-config", got "g++-2.96 
full-config".
Conflict in /usr/lib/qt3/plugins/sqldrivers/libqsqlpsql.so:
  Plugin uses incompatible Qt library!
  expected build key "i686 Linux g++-2.96 full-config", got "g++-2.96 
full-config".
QSqlDatabase warning: QMYSQL3 driver not loaded
QSqlDatabase: available drivers:

here's what I've got installed QT-wise

[root@marcus setup]# rpm -qa | grep qt
qt-devel-3.0.5-2
libqt3-devel-3.0.5-2mdk
libqt2-2.3.1-29mdk
qt2-designer-2.3.1-29mdk
qt-3.0.5-2
qt-Xt-3.0.5-2
libqt2-devel-2.3.1-29mdk
libqt3-3.0.5-2mdk


Any ideas which library(s) I need to change? I did notice that when I was 
installing the QT3 stuff that one of it's requirements was postgresql. I 
suspect that is the root of the problem.  Yup, googling shows that 
libqsqlodbc.so is from postgres... sigh.....

Maybe it's time for me to compile QT3 from source.  Any other suggestions?