undefined symbol: gst_rtsp_profile_get_type in gst-rtsp-server-1.3.2

Aleix Conchillo Flaqué aconchillo at gmail.com
Wed Jun 4 14:40:45 PDT 2014


On Wed, Jun 4, 2014 at 9:49 AM, sazzad1009 <sazzad1009 at yahoo.com> wrote:
>  export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH solved the problem.
>

Normally, you don't need to do that for /usr/local/lib. You should run
ldconfig and try again. This will create the necessary links and cache
new libraries.

ldconfig will work if the path where the library is (in this case
/usr/local/lib) is in /etc/ld.so.conf

In my debian box is in /etc/ld.so.conf.d/libc.conf

Aleix


More information about the gstreamer-devel mailing list