I'm using Fedore Core 4 x86_64. I'm trying to get amaroK to use MySQL instead of SQLite for the collection database (I want to use the amaroK web front-end, which needs MySQL collection).
I'm using the following configure command line:
./configure --enable-mysql --with-qt-libraries=/usr/lib64/qt-3.3/lib
My output from configure ends with the following summary:
Code:
==========================
=== amaroK - PLUGINS ========================================================
==========================
=
= The following extra functionality will be included:
= + aRts-engine
= + GStreamer-engine
= + xine-engine
= + MySql support
= + Konqueror Sidebar
=
===============================================================================
Good - your configure finished. Start make now
So I then call make. Change to root, and then do make install.
My problem is when I start amaroK and goto the Collection configuration options, MySQL won't even show up in the combo box. I can't choose anything but SQLite.
Can anyone help me out. Other than that, everything seems to work fine for it.