On Sun, Mar 16, 2008 at 11:11 AM, Karanbir Singh <mail-lists@xxxxxxxxx> wrote: > This issue might be worth reporting upstream to gnash themselves, are > you really sure it needs glib2 >= 2.6 ? The plugin wants 2.6 and the base package wants GLib 2.8. I got the src from http://gstreamer.freedesktop.org/src/ $ tar -xjf gst-plugins-base-0.10.17.tar.bz2 $ cd gst-plugins-base-0.10.17 $ ./configure ... checking whether gcc implements __PRETTY_FUNCTION__... yes checking whether gcc implements __FUNCTION__... yes checking whether gcc implements __func__... yes checking for GLIB... Requested 'glib-2.0 >= 2.6' but version of GLib is 2.4.7 no configure: configure: error: This package requires GLib >= 2.6 to compile. $ tar -xjf tar -xjf gstreamer-0.10.17.tar.bz2 $ cd gstreamer-0.10.17 $ ./configure ... checking for register_printf_function... yes checking for dladdr in -ldl... yes checking for inet_aton... yes checking for GLIB... Requested 'glib-2.0 >= 2.8' but version of GLib is 2.4.7 no configure: configure: error: This package requires GLib >= 2.8 to compile. Here is my version of GLib (which is called glib2) It's packaged by you Karanbir. :) $rpm -qi glib2 Name : glib2 Relocations: (not relocatable) Version : 2.4.7 Vendor: CentOS Release : 1 Build Date: Mon 21 Feb 2005 08:34:01 PM PST Install Date: Wed 27 Jul 2005 07:55:51 PM PDT Build Host: bhrama.build.karan.org Group : System Environment/Libraries Source RPM: glib2-2.4.7-1.src.rpm Size : 1718900 License: LGPL Signature : DSA/SHA1, Sat 26 Feb 2005 12:42:08 PM PST, Key ID a53d0bab443e1821 Packager : Karanbir Singh <kbsingh@xxxxxxxxxx> URL : http://www.gtk.org Summary : A library of handy utility functions. Description : GLib is the low-level core library that forms the basis for projects such as GTK+ and GNOME. It provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event loop, threads, dynamic loading, and anobject system. This package provides version 2 of GLib. -- Robert Arkiletian Eric Hamber Secondary, Vancouver, Canada Fl_TeacherTool http://www3.telus.net/public/robark/Fl_TeacherTool/ C++ GUI tutorial http://www3.telus.net/public/robark/ _______________________________________________ CentOS mailing list CentOS@xxxxxxxxxx http://lists.centos.org/mailman/listinfo/centos