LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   undefined symbol: gst_type_register_static_full (https://www.linuxquestions.org/questions/suse-opensuse-60/undefined-symbol-gst_type_register_static_full-610997/)

mtravis 01-04-2008 12:12 AM

undefined symbol: gst_type_register_static_full
 
The topic says it all.

This error come as I try to open certain programs, so far Emesene and Soundconverter fails to start, giving this error. This is the last line in all the errors, a full line looks like this in Emesene:

Code:

(Controller.py:27460): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstdvdnav.so': /usr/lib/gstreamer-0.10/libgstdvdnav.so: undefined symbol: gst_type_register_static_full
Note that the entry behind gstreamer-0.10/ is not the same,it has different errors like: libgstalsaspdif.so, libgstvideoparse.so, libgstladspa.so and so on. I guess it's an issue with Gstreamer?


Any help appreciated!

akhorus 02-01-2008 11:04 AM

I'm no PRO here, but maybe this comment can help you:

In my experience, those kind of errors ("...undefined symbol:...") is because there's a library missing in your system. What you can do is: copy the name of the library (/usr/lib/gstreamer-0.10/libgstdvdnav.so or libgstdvdnav.so) and 'google it' or search for it in rpmfind or rpm.pbone.net

Probably you'll find some packages providing that library...

mtravis 02-01-2008 03:08 PM

That problem is fixed somehow... :)

Thanks!


All times are GMT -5. The time now is 12:55 PM.