After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 601417 - Problem compiling gst-plugins-bad 0.10.16
Problem compiling gst-plugins-bad 0.10.16
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.16
Other Linux
: Normal normal
: 0.10.18
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-11-10 16:27 UTC by Pierre
Modified: 2009-12-05 11:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pierre 2009-11-10 16:27:48 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
Comment 1 André Klapper 2009-11-15 19:03:50 UTC
I don't see any software bug here.
For future reference, please provide basic information such as Distribution, Compiler flags etc.
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2009-11-16 22:25:49 UTC
"cannot find -lssl"

So maybe there should be a configure check for it?
Comment 3 Tim-Philipp Müller 2009-12-05 11:29:17 UTC
If there's a problem with the configure logic / build sytem, that needs fixing. Reopening.
Comment 4 Tim-Philipp Müller 2009-12-05 11:35:04 UTC
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.