GNOME Bugzilla – Bug 752713
if ./configure for gst-plugins-0.10.31 fails with This package requires GLib >= 2.24 to compile.
Last modified: 2015-07-22 12:19:21 UTC
when gst-plugins-good-0.10.31$./configure I am getting following error. checking for GLIB... no configure: No package 'glib-2.0' found No package 'gobject-2.0' found No package 'gthread-2.0' found No package 'gmodule-no-export-2.0' found configure: error: This package requires GLib >= 2.24 to compile.
I think the error message is pretty clear. It did not find a new-enough GLib version. This is a problem with your setup. Either you do not have GLib development headers (-dev packages) installed, or the installed version is too old, or you have not setup your environment correctly so that it finds the right version (e.g. set PKG_CONFIG_PATH). In any case, this is a bug tracker, please write to the gstreamer-devel mailing list for support. Also, GStreamer 0.10 is many many years old and is no longer maintained.