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 660966 - Fix dlopening libdbus-glib-1 on OpenBSD
Fix dlopening libdbus-glib-1 on OpenBSD
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: Browser plugin (obsolete)
3.2.x
Other OpenBSD
: Normal normal
: ---
Assigned To: totem-browser-maint
totem-browser-maint
Depends on:
Blocks:
 
 
Reported: 2011-10-05 08:22 UTC by Antoine Jacoutot
Modified: 2011-12-01 11:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix soname on OpenBSD (1.06 KB, patch)
2011-10-05 08:22 UTC, Antoine Jacoutot
committed Details | Review

Description Antoine Jacoutot 2011-10-05 08:22:14 UTC
Created attachment 198311 [details] [review]
fix soname on OpenBSD

Hi.

OpenBSD's library naming scheme differs from Linux, it only uses X.Y
versionning (e.g. libfoo.so.1.0). Asking ld.so to dlopen libfoo.so will
result in openning the highest available version of libfoo.so.X.Y; asking
to open libfoo.so.X will just fail.

More details here:
https://bugzilla.gnome.org/show_bug.cgi?id=660523
http://www.openbsd.org/faq/ports/specialtopics.html#SharedLibs

ok to push?
Comment 1 Antoine Jacoutot 2011-12-01 08:00:51 UTC
Anyone?
Comment 2 Bastien Nocera 2011-12-01 11:04:59 UTC
Sorry about the delay.