After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 644699 - libgda needs to be more careful when dlopen'ing sqlite
libgda needs to be more careful when dlopen'ing sqlite
Status: RESOLVED FIXED
Product: libgda
Classification: Other
Component: SQLite provider
4.2.x
Other Linux
: Normal normal
: ---
Assigned To: malerba
gnome-db Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-03-14 08:47 UTC by Johannes Schmid
Modified: 2011-03-21 15:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Johannes Schmid 2011-03-14 08:47:54 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).
Comment 1 malerba 2011-03-14 09:20:38 UTC
Can you check if commit http://git.gnome.org/browse/libgda/commit/?id=9038f4a4db5ea1a5d5f5362511ab875bd90f482f fixes the problem?
Vivien
Comment 2 Johannes Schmid 2011-03-14 11:41:13 UTC
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.
Comment 3 Michael Terry 2011-03-21 13:16:13 UTC
I applied the patch in Ubuntu, and it did fix the problem.
Comment 4 malerba 2011-03-21 15:14:39 UTC
Ok, thanks.