I'm trying to get the Calligra Suite running so I can look at the Kexi database interface, which uses sqlite3 as its default database engine.
Part way through the compile of the Calligra source (my only option, to get the latest version), I'm told that I have sqlite3 ver. 3.7.9 installed, and ver. 3.7.12 is recommended. I was unable to locate that version, but found ver. 3.7.14 source, and compiled it, following instructions here. I'm no whiz at compiling stuff, but have done it before. I watched the command line output carefully and didn't see any indications of problems.
But when I test the installation, here's what happens:
tomc@LDT:~/software_archive$ sqlite3
SQLite header and source version mismatch
2011-11-01 00:52:41 c7c6050ef060877ebe77b41d959e9df13f8c9b5e
2012-09-03 15:42:36 c0d89d4a9752922f9e367362366efde4f1b06f2a
tomc@LDT:~/software_archive$
I'm completed unable to interpret this, much less know what to do about it. Can anyone offer a suggestion? Thanks, in advance!
Part way through the compile of the Calligra source (my only option, to get the latest version), I'm told that I have sqlite3 ver. 3.7.9 installed, and ver. 3.7.12 is recommended. I was unable to locate that version, but found ver. 3.7.14 source, and compiled it, following instructions here. I'm no whiz at compiling stuff, but have done it before. I watched the command line output carefully and didn't see any indications of problems.
But when I test the installation, here's what happens:
tomc@LDT:~/software_archive$ sqlite3
SQLite header and source version mismatch
2011-11-01 00:52:41 c7c6050ef060877ebe77b41d959e9df13f8c9b5e
2012-09-03 15:42:36 c0d89d4a9752922f9e367362366efde4f1b06f2a
tomc@LDT:~/software_archive$
I'm completed unable to interpret this, much less know what to do about it. Can anyone offer a suggestion? Thanks, in advance!
Comment