This bug still has NOT been fixed in Ubuntu 12.04.3.  Why not?  It is a
very simply fix!

The original (bad) contents of /usr/lib/sqlite/pkgIndex.tcl are:

package ifneeded sqlite 0.0. [list load [file join $dir
libtclsqlite.so.0] sqlite]

Simply changing the "0.0." string to "2" fixes the problem.  So in other
words, the new fixed version is:

package ifneeded sqlite 2 [list load [file join $dir libtclsqlite.so.0]
sqlite]

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/996644

Title:
  cannot load sqlite3-tcl

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sqlite/+bug/996644/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to