GNOME Bugzilla – Bug 644699
libgda needs to be more careful when dlopen'ing sqlite
Last modified: 2011-03-21 15:14:39 UTC
As about every distribution uses the system sqlite version and not the version provided by libgda, there is a dlopen call to libsqlite3.so but most distributions only ship libsqlite3.so.0 in the default install if the -devel package of sqlite3 is not installed. This causes failures when starting anjuta (and most likely every other application using libgda with sqlite).
Can you check if commit http://git.gnome.org/browse/libgda/commit/?id=9038f4a4db5ea1a5d5f5362511ab875bd90f482f fixes the problem? Vivien
Thanks for taking care of it so fast. It is a bit difficult to check because I don't run distribution packages for libgda usually but I will try to get in touch with the distributions and check if it works for them.
I applied the patch in Ubuntu, and it did fix the problem.
Ok, thanks.