I'm trying to build gst-rtsp-server for Yocto and I'm getting an error when I build.
configure:11194: $? = 0
configure:11416: result: GNU/Linux ld.so
configure:11523: checking how to hardcode library paths into programs
configure:11548: result: immediate
configure:11642: checking for shl_load
configure:11642: arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/gavin/ventana-yocto/build/tmp/sysroots/ventana -o conftest -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5
/tmp/ccvryOWJ.o: In function `main':
/home/gavin/ventana-yocto/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gstreamer1.0-rtsp-server/1.4.5-r0/gst-rtsp-server-1.4.5/conftest.c:57: undefined reference to `shl_load'
collect2: error: ld returned 1 exit status
Has anyone gotten gst-rtsp-server to build successfully and have any tips?