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 511303 - Bad library name opened at runtime
Bad library name opened at runtime
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-omx
0.10.x
Other Linux
: Normal normal
: 0.10.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-01-22 16:51 UTC by Ross Burton
Modified: 2008-01-24 23:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ross Burton 2008-01-22 16:51:16 UTC
$ grep libomxil.so *
gstomx_base_filter.c:#define OMX_LIBRARY_NAME "libomxil.so"
gstomx_base_sink.c:#define OMX_LIBRARY_NAME "libomxil.so"
gstomx_base_src.c:#define OMX_LIBRARY_NAME "libomxil.so"

Not online is the same library name duplicated in three files, but any reasonable image using this software won't have the libomxil.so symlink, which are generally only required when compiling.  As there is an ABI assumed when dlopening the library, please use "libomxil.so.0".
Comment 1 Ross Burton 2008-01-22 16:54:58 UTC
Obviously I meant "not only". :)
Comment 2 Felipe Contreras (banned) 2008-01-24 19:55:25 UTC
Right, fixed in CVS :)
Comment 3 Tim-Philipp Müller 2008-01-24 23:23:43 UTC
Felipe: ask in #bugs on irc.gimp.net for more bugzilla powers so you can close and modify bugs yourself :)