gst-rtsp-server build error on Yocto

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

gst-rtsp-server build error on Yocto

Jump to solution
1,311 Views
gavingreenwalt
Contributor III

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?

Labels (4)
0 Kudos
1 Solution
703 Views
gavingreenwalt
Contributor III

Ha, of course I spend half a day trying to find the answer, post a question and solve it a few minutes later.  I missed a critical part of the log.

configure: Requested 'gstreamer-1.0 >= 1.4.0' but version of GStreamer is 1.2.3

configure: error: no gstreamer-1.0 >= 1.4.0 (GStreamer) found

Configure failed. The contents of all config.log files follows to aid debugging


User Error.

View solution in original post

0 Kudos
1 Reply
704 Views
gavingreenwalt
Contributor III

Ha, of course I spend half a day trying to find the answer, post a question and solve it a few minutes later.  I missed a critical part of the log.

configure: Requested 'gstreamer-1.0 >= 1.4.0' but version of GStreamer is 1.2.3

configure: error: no gstreamer-1.0 >= 1.4.0 (GStreamer) found

Configure failed. The contents of all config.log files follows to aid debugging


User Error.

0 Kudos