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 551046 - gst-ffmpeg configure complains about libz2, should be libbz2
gst-ffmpeg configure complains about libz2, should be libbz2
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal normal
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-09-05 20:25 UTC by Forest
Modified: 2008-09-06 10:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Forest 2008-09-05 20:25:47 UTC
during gst-ffmpeg/autogen.sh, I got this error message:

configure: error: libz2 is required

I think that should be libbz2.
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2008-09-06 09:53:35 UTC
There was a type in the erro message, but the actual check it correct. Do you have bzlib.h? You might need to install the bzip2-dev package.

AG_GST_CHECK_LIBHEADER(BZ2, bz2, BZ2_bzlibVersion, , bzlib.h,, AC_ERROR([libbz2 is required]))
Comment 2 Forest 2008-09-06 09:57:32 UTC
I filed the bug about the typo.
Comment 3 Stefan Sauer (gstreamer, gtkdoc dev) 2008-09-06 10:01:34 UTC
Thanks, I fixed than.