> (gst-inspect:1048): GStreamer-WARNING **: Failed to > load plugin > '/usr/lib/gstreamer-0.10/libgstflump3dec.so': > ld.so.1: gst-inspect-0.10: fatal: libgcc_s.so.1: open > failed: No such file or directory
assuming libgcc_s.so.1 is present in /usr/sfw/lib, I'd recomment symlinking it in /usr/lib ln -s /usr/sfw/lib/libgcc_s.so.1 /usr/lib/libgcc_s.so.1 On the other hand, just don't bother with that plugin. I could not get it to work. I am using blastwave packaged rhythmbox (and totem/gstreamer/etc) with good, bad and ugly plugins (you'll see them in package manager) and they work really well. pkgadd -d http://www.blastwave.org/pkg_get.pkg after that /opt/csw/bin/pkg-get -i rhythmbox /opt/csw/bin/pkg-get -i (other plugins you need) enjoy This message posted from opensolaris.org
