PDA

View Full Version : [ubuntu] GLIB missing problem



shariefbe
February 20th, 2009, 01:29 PM
Hello,
when i try to install xmms player in my system i found the below errors...i dont know what id this....can anyone help me...


checking pthread.h presence... yes
checking for pthread.h... yes
checking for glib-config... no
checking for GLIB - version >= 1.2.2... no
*** The glib-config script installed by GLIB could not be found
*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GLIB_CONFIG environment variable to the
*** full path to glib-config.
configure: error: *** GLIB >= 1.2.2 not installed - please install first ***
[root@localhost xmms-1.2.11]#

Partyboi2
February 20th, 2009, 02:02 PM
You can install xxms2 from the ubunu repos. If you need to compile it then you need to install libglib1.2-dev

sudo apt-get install libglib1.2-dev

shariefbe
February 21st, 2009, 06:55 AM
hi,
I am getting the below error..i dont know why..please help me

[root@localhost xmms-1.2.11]# sudo apt-get install libglib1.2-dev
sudo: apt-get: command not found
[root@localhost xmms-1.2.11]#

Partyboi2
February 21st, 2009, 09:17 AM
What is the output to

dpkg -l apt

shariefbe
February 22nd, 2009, 10:52 AM
This is the output

[root@localhost 2.6.26]# dpkg -l apt
bash: dpkg: command not found
[root@localhost 2.6.26]#

Partyboi2
February 22nd, 2009, 12:11 PM
Maybe the path has been changed. What is the output to

echo $PATH

shariefbe
February 23rd, 2009, 04:59 AM
This is output of that command

[root@localhost 2.6.26]# echo $PATH
/usr/lib/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin
[root@localhost 2.6.26]#

snova
February 23rd, 2009, 05:03 AM
This is output of that command

[root@localhost 2.6.26]# echo $PATH
/usr/lib/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin
[root@localhost 2.6.26]#


whereis dpkg
whereis apt-get

This is not looking good so far...

shariefbe
February 23rd, 2009, 09:52 AM
yes apt-get is not working..i am newbie...what to do for that?