Package: sqlite3 Version: 3.7.7-2 Severity: important
I got an error message "SQLite header and source version mismatch" when trying to open a file, also just launching sqlite3. Tried apt-get install sqlite3 but was up to date, then checked for related packages, found that libsqlite3-0 was upgradeable, did apt-get install libsqlite3-dev which also updated libsqlite3-0. After this all is well, sqlite3 works as expected, I guess the problem was that sqlite3 did not depend on the most recent version of libsqlite3-0, but maybe adding libsqlite3-dev was required? -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.39-1.slh.3-aptosid-amd64 (SMP w/2 CPU cores; PREEMPT) Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages sqlite3 depends on: ii libc6 2.13-5 Embedded GNU C Library: Shared lib ii libncurses5 5.9-1 shared libraries for terminal hand ii libreadline6 6.2-2 GNU readline and history libraries ii libsqlite3-0 3.7.7-2 SQLite 3 shared library sqlite3 recommends no packages. Versions of packages sqlite3 suggests: pn sqlite3-doc <none> (no description available) -- no debconf information -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

