Tiny Core Linux
Tiny Core Extensions => TCE Bugs => Topic started by: Juanito on June 17, 2011, 01:31:21 AM
-
I've been seeing this error for a while:
(gst-plugin-scanner:28027): GStreamer-WARNING **: Failed to load plugin
'/usr/local/lib/gstreamer-0.10/libgstjp2k.so':
/usr/local/lib/gstreamer-0.10/libgstjp2k.so: undefined symbol: jpeg_read_scanlines
..but can't make it go away.
Was it compiled against a newer version of a lib that's not available in tc?
-
hm, jpeg_read_scanlines is defined in /usr/lib/libjpeg.so.62, maybe linkage broken? or it was accidentally linked against libjpeg.so.8 from libjpeg-utils.tcz extension?
-
I just noticed gst-plugins-bad has been upgraded - the error seems to have gone in the latest version :)