I installed KOffice 1.5 to test if I could convert some mdb databases to mysql with Kexi. When I open/import the mdb file it says "No appropriate migration driver found". I guess I need keximdb (they not in the package?)?
So I grabbed the source and when I do ./configure I get the following...
I'll look about more tomorrow and see if I can find out where to get the headers/libraries but if anyone knows it'll be a big help thx!
So I grabbed the source and when I do ./configure I get the following...
Code:
+ The KexiDB headers were not found + The KexiDB libraries were not found Required KexiDB development files were not found. If these are installed, you can use the --with-kexidb-includes and --with-kexidb-libraries configure options. If not, these may be available as a package for your distribution, or you can install them by installing Kexi from source
Comment