LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   problem with GLib (https://www.linuxquestions.org/questions/linux-newbie-8/problem-with-glib-925915/)

wagmare 01-27-2012 12:19 AM

problem with GLib
 
Hi friends,

my RHEL-6 has gstreamer-0.10.29

I tried to install base plugins of gstreamer -0.10.35..
i installed the source of gstreamer-0.10.35 in rhel-6

and when i tried to install gst-plugins-base

it shows
gstreamer require >0.10.35

it requires the path of gstreamer-0.10.35 pkgconfig

so i did
PKG_CONFIG=/usr/local/lib:$PKG_CONFIG ./configure

next it is showing
configure Error: This package requires GLib >=2.22 to complile ..

but my
rpm -qa | grep glib2
shows

glib2-devel-2.22.5-5.el6.i686
glib2-2.22.5-5.el6.i686

it has the version but still it is showing same error while i tried to configure the gst-plugin-base-0.10.35 ...

please help ...

Thanks in advance ...

knudfl 01-27-2012 04:46 AM

"gst-plugins-base"
Quote:

requires GLib >=2.22 to compile ..
I'd guess, it's a typo in the configure* scripts, etc.
When gst-plugins-base-0.10.35 is compiled, the dependency says "glib2" >= 2.24.0
http://packages.debian.org/wheezy/li...ins-base0.10-0

Usually not a problem :
To have gstreamer-plugins-base-0.10.35, you would just use a later
version of Fedora. And not use a server OS like RHEL ?
( RHEL 6 is Fedora 12 based.)


The solution could be to install a well hidden version, glib-2.24
to e.g. --prefix=/usr/local/glib224/ .
Requires pointing to /usr/local/glib224/lib/pkgconfig/ at compile time
and to /usr/local/glib224/lib/ at run time.

.


All times are GMT -5. The time now is 07:23 PM.