mlj/castget

Could not install glib-2.0 >= 2.14

Closed this issue · 2 comments

I'm using CentOS 6, and I checked yum with glib2 and libxml2, they are all in place, but I still got following error message:

checking for GLIBS... configure: error: Package requirements (
glib-2.0 >= 2.14
libxml-2.0
) were not met:

No package 'glib-2.0' found
No package 'libxml-2.0' found

Any help please?

flashvb

Above problem were solved by running

$yum install libgnomeui-devel

But now I get another error "configure: error: Required library id3lib not found", even after running

$yum install id3lib

It should be optional, how can I get around with it?

flashvb

Finally installed by running

$ yum install id3lib-devel

Hope it helps

flashvb