[Bug 598936] Re: xulrunner-1.9.2 fails to install in Ubuntu 10.04 (post-installation scripts fail: undefined symbol: sqlite3_initialize)

2010-07-05 Thread cmpilato
Doh! I had the same situation (though it was /usr/local/sqlite in my case). I thought I was immune because I didn't use /usr/local directly for my custom sqlite, but I failed to realize that I'd registered /usr/local/sqlite/lib in /etc/ld.so.conf.d/. 10.04's sqlite is newer than my custom

[Bug 598936] Re: xulrunner-1.9.2 fails to install in Ubuntu 10.04 (post-installation scripts fail: undefined symbol: sqlite3_initialize)

2010-07-03 Thread Michael Hackett
Just upgraded an 8.04 LTS server to 10.04 LTS and got the same error. Removing and reinstalling xulrunner-1.9.2 does not help. -- xulrunner-1.9.2 fails to install in Ubuntu 10.04 (post-installation scripts fail: undefined symbol: sqlite3_initialize) https://bugs.launchpad.net/bugs/598936 You

[Bug 598936] Re: xulrunner-1.9.2 fails to install in Ubuntu 10.04 (post-installation scripts fail: undefined symbol: sqlite3_initialize)

2010-07-03 Thread Michael Hackett
Solved! (At least for my system.) I had a build of sqlite3 in /usr/local (to get a version that was not available in 8.04) and that was apparently getting in the way. This showed up as a failure in the SVN Apache module as well, and another posting led me to check my /usr/local dir, which was the