[Bug 711145] whem I compile this plugin under ubuntu13.10 or 12.04, it gives error like this

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Aug 5 03:07:21 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=711145

--- Comment #21 from Arjen Veenhuizen <arjen.veenhuizen at tno.nl> ---
One more thing, I also had to add 
$ export LD_LIBRARY_PATH=/usr/local/lib

Because I ran into this problem:
http://gstreamer-devel.966125.n4.nabble.com/Raspberry-Pi-libgstriff-1-0-so-0-undefined-symbol-gst-fraction-type-td4667756.html

So in total:

$ export LD_LIBRARY_PATH=/usr/local/lib
$ export LD_RUN_PATH=/usr/local/lib
$ ./configure
$ make
$ sudo make install
$ sudo ldconfig

Optionally: 
$ rm ./gst-plugins-base/gst-libs/gst/audio/gstaudiopack.h

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list