GNOME Bugzilla – Bug 601417
Problem compiling gst-plugins-bad 0.10.16
Last modified: 2009-12-05 11:35:04 UTC
[...] Making all in amrwbenc Making all in apexsink LINK libgstapexsink.la /usr/local/lib/gcc/i686-pc-linux-gnu/4.4.2/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lssl collect2: ld returned 1 exit status make[3]: *** [libgstapexsink.la] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2
I don't see any software bug here. For future reference, please provide basic information such as Distribution, Compiler flags etc.
"cannot find -lssl" So maybe there should be a configure check for it?
If there's a problem with the configure logic / build sytem, that needs fixing. Reopening.
Let's try this: commit 830b21caf29c5ee834259d183d9586c198c737f8 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk> Date: Sat Dec 5 11:25:15 2009 +0000 apexsink: clean up and fix configure logic and Makefile.am Check for openssl and libcrypto using pkg-config and don't build the plugin if those are not available. Also, fix the CFLAGS/LIBS order in Makefile.am and use the detected LIBS instead of hard-coding -lcrypto in the Makefile.am. Should fix #601417.