MythTV - problems installing qt-mysql
Hi All,
Having a bit of a problem installing MythTV from source, I have built and compiled QT3 and all seemed to be well (MythTV even managed to start.) Once the database parameters were entered, the application crashed.
Further investigation revealed that qt-mysql is not installed. Does anyone know where I can get the source tarball for this module? I have hunted around and it seems I can only get RPM's
One more thing...I have since moved from Mandrake to OpenSUSE 10.0, My profile is not up to date...
Thanks,
Paul
Addendum:
I tried compiling QT with support for the plugin but ./configure crashes with the following...
dhcppc2:/home/paulmai/qt-x11-opensource-src-4.1.1 # ./configure -plugin-sql-mysql -v
This is the Qt/X11 Open Source Edition.
Determining system architecture... (Linux:2.6.13-15.7-default:i686)
32-bit Intel 80x86 (i386)
'i386' is supported
System architecture: 'i386'
-fvisibility support enabled.
sse support enabled.
You are licensed to use this software under the terms of either
the Q Public License (QPL) or the GNU General Public License (GPL).
Type 'Q' to view the Q Public License.
Type 'G' to view the GNU General Public License.
Type 'yes' to accept this license offer.
Type 'no' to decline this license offer.
Do you accept the terms of either license? yes
Creating qmake. Please wait...
gmake: Nothing to be done for `first'.
zlib auto-detection... ()
make: Nothing to be done for `first'.
zlib enabled.
libjpeg auto-detection... ()
make: Nothing to be done for `first'.
libjpeg enabled.
libmng auto-detection... ()
make: Nothing to be done for `first'.
libmng enabled.
libpng auto-detection... ()
make: Nothing to be done for `first'.
libpng enabled.
InterBase auto-detection... ()
g++ -c -pipe -g -Wall -W -I../../../mkspecs/linux-g++ -I. -I. -o ibase.o ibase.cpp
ibase.cpp:1:19: error: ibase.h: No such file or directory
make: *** [ibase.o] Error 1
InterBase disabled.
MySQL (thread-safe) auto-detection... ()
g++ -c -pipe -g -Wall -W -I../../../mkspecs/linux-g++ -I. -I. -o mysql.o ../mysql/mysql.cpp
../mysql/mysql.cpp:1:19: error: mysql.h: No such file or directory
make: *** [mysql.o] Error 1
MySQL (thread-safe) disabled.
MySQL (thread-unsafe) auto-detection... ()
g++ -c -pipe -g -Wall -W -I../../../mkspecs/linux-g++ -I. -I. -o mysql.o mysql.cpp
mysql.cpp:1:19: error: mysql.h: No such file or directory
make: *** [mysql.o] Error 1
MySQL (thread-unsafe) disabled.
MySQL support cannot be enabled due to functionality tests!
Turn on verbose messaging (-v) to ./configure to see the final report.
If you believe this message is in error you may use the continue
switch (-continue) to ./configure to continue.
dhcppc2:/home/paulmai/qt-x11-opensource-src-4.1.1 #
This is due to not having some source code...do they mean that I need the MySQL database code or just the code to build the plugin?
I am a bit confused
Last edited by paulmai; 03-06-2006 at 08:14 AM.
|