GNOME Bugzilla – Bug 143089
[packaging] libgstdvdec.so: undefined symbol: dv_init
Last modified: 2009-08-15 18:40:50 UTC
Using the GST FC2 RPMs along with FC2 base RPMs I get this error when I run gst-register-0.8: gst-register-0.8: symbol lookup error: /usr/lib/gstreamer-0.8/libgstdvdec.so: undefined symbol: dv_init (this happens after most of the plugins seem to get registered) I also get the error with gstreamer-properties: gstreamer-properties: symbol lookup error: /usr/lib/gstreamer-0.8/libgstdvdec.so: undefined symbol: dv_init I have libdv-0.102-1 installed from FC2's repository. Oddly, when I run: strings /usr/lib/libdv.so.4 | grep dv_init I do get: dv_init as output. So, it's there it seems, but for whatever reason it is not being found. I suspect there is simply a version problem, however the GST rpm's installed without detecting it which suggests that there is a missing Requires line somewhere in one of the specs.
ldd /usr/lib/gstreamer-0.8/libgstdvdec.so look for "not found" lines it looks like the libdv against it was linked at compile time is not the one you have. is that libdv you have an official FC2 rpm ?
Hm, I just did the same checks, for me it works fine. What does ldd say for you ?
Ping
*** Bug 147723 has been marked as a duplicate of this bug. ***
Nothing heard on either bugs. Marking as closed.