[gst-devel] Gstreamer can not find installed plugins
Joyious He
joyious at 163.com
Fri Oct 12 11:47:38 CEST 2007
Hi,
I tried this and output:
/ $ /lib/ld-linux.so.2 --list /usr/local/lib/gstreamer-0.10/libgstcoreelements.so
libgstbase-0.10.so.0 => /usr/local/lib/libgstbase-0.10.so.0 (0x40022000)
libgstreamer-0.10.so.0 => /usr/local/lib/libgstreamer-0.10.so.0 (0x4003e000)
libgobject-2.0.so.0 => /usr/local/lib/libgobject-2.0.so.0 (0x400c4000)
libgthread-2.0.so.0 => /usr/local/lib/libgthread-2.0.so.0 (0x4011a000)
librt.so.1 => /lib/librt.so.1 (0x40128000)
libgmodule-2.0.so.0 => /usr/local/lib/libgmodule-2.0.so.0 (0x40142000)
libdl.so.2 => /lib/libdl.so.2 (0x4014e000)
libglib-2.0.so.0 => /usr/local/lib/libglib-2.0.so.0 (0x40159000)
libpthread.so.0 => /lib/libpthread.so.0 (0x4022d000)
libc.so.6 => /lib/libc.so.6 (0x40287000)
libxml2.so.2 => /usr/local/lib/libxml2.so.2 (0x4039e000)
/lib/ld-linux.so.2 (0x2a000000)
libm.so.6 => /lib/libm.so.6 (0x40564000)
there is no ldd in my target and no -r options.
but i think this dependencies means it can find the correct libraries, i also tried libmad:
/ $ /lib/ld-linux.so.2 --list /usr/local/lib/gstreamer-0.10/libgstmad.so
libgstreamer-0.10.so.0 => /usr/local/lib/libgstreamer-0.10.so.0 (0x40019000)
libgobject-2.0.so.0 => /usr/local/lib/libgobject-2.0.so.0 (0x4009f000)
libgmodule-2.0.so.0 => /usr/local/lib/libgmodule-2.0.so.0 (0x400f5000)
libdl.so.2 => /lib/libdl.so.2 (0x40101000)
libgthread-2.0.so.0 => /usr/local/lib/libgthread-2.0.so.0 (0x4010c000)
librt.so.1 => /lib/librt.so.1 (0x40119000)
libxml2.so.2 => /usr/local/lib/libxml2.so.2 (0x40134000)
libglib-2.0.so.0 => /usr/local/lib/libglib-2.0.so.0 (0x402f9000)
libgsttag-0.10.so.0 => /usr/local/lib/libgsttag-0.10.so.0 (0x403cd000)
libmad.so.0 => /usr/local/lib/libmad.so.0 (0x403db000)
libid3tag.so.0 => /usr/local/lib/libid3tag.so.0 (0x403f9000)
libpthread.so.0 => /lib/libpthread.so.0 (0x4041c000)
libc.so.6 => /lib/libc.so.6 (0x40477000)
/lib/ld-linux.so.2 (0x2a000000)
libm.so.6 => /lib/libm.so.6 (0x4058e000)
it is just the same as normal.but the plugin can not be loaded.
any other ideas?
BR
Joyious
在2007-10-12,"Tim Müller" <t.i.m at zen.co.uk> 写道:
On Fri, 2007-10-12 at 10:09 +0100, Tim Müller wrote: > ldd -r $prefix/lib/gstreamer/libgstcoreelements.so That should have been: ldd -r $prefix/lib/gstreamer-0.10/libgstcoreelements.so of course. Cheers -Tim ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ gstreamer-devel mailing list gstreamer-devel at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20071012/39f2f303/attachment.htm>
More information about the gstreamer-devel
mailing list