In the latest xulrunner update the bundled copy of sqlite is used instead of the system-wide copy of sqlite (as xulrunner requires a version of sqlite which is newer than the version of the system-wide copy). While this works fine for Firefox it introduces side effects for third-party applications. If a third party application depends on both sqlite and xulrunner then the system-wide copy of sqlite gets loaded first. When xulrunner is being initialized by the third-party application then xulrunner detects that the loaded version of sqlite is too old and triggers a fatal error message rendering the third-party application useless.
This situation has occured multiple times before. To solve this you need to make sure that the xulrunner's copy of sqlite never gets used. If xulrunner requires a newer copy of sqlite than the system-wide one then that first needs to be updated first before updating to a newer version of xulrunner -- xul-runner error sqlite version ubuntu 10.04 https://bugs.launchpad.net/bugs/654629 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs