LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Problem installing two programs (https://www.linuxquestions.org/questions/linux-software-2/problem-installing-two-programs-247227/)

minm 10-25-2004 05:08 PM

Problem installing two programs
 
Hi, i want to install GTK+2.4 and when i do a ./configure i get this

checking for glib-2.0 >= 2.4.0 atk >= 1.0.1 pango >= 1.4.0... Requested 'g lib-2.0 >= 2.4.0' but version of GLib is 2.2.3

configure: error: Library requirements (glib-2.0 >= 2.4.0 atk >= 1.0.1 pan go >= 1.4.0) not met; consider adjusting the PKG_CONFIG_PATH environment variabl e if your libraries are in a nonstandard prefix so pkg-config can find them.
mark@user379:~/bin/bin/gtk+-2.4.13>


and when i want to install xmms1.2 i get this error..

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 ***
mark@user379:~/bin/bin/xmms-1.2.10>


I have glib though.. i dunno why it can't find it..


any help?

acid_kewpie 10-25-2004 05:11 PM

install the relevant -devel pacakges, e.g. glib-devel-1.2.10, glib-devel-2.4.0 etc...

minm 10-25-2004 06:32 PM

hmm, when i search their site i can't even find them..
this is their website
http://www.gtk.org/download/

anyone know where toget it?

minm 10-26-2004 12:47 AM

ok i fixed the glib problem but now i get
checking for GTK - version >= 1.2.2... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to gtk-config.
configure: error: *** GTK+ >= 1.2.2 not installed - please install first ***
mark@user379:~/bin/bin/xmms-1.2.10>

i'm positive i have gtk+ installed...

minm 10-26-2004 07:11 PM

bump, anyone?

acid_kewpie 10-27-2004 06:38 AM

the rpms are already on your distro cd's. yast will install them for you.

minm 10-27-2004 06:39 PM

Yes, I've done that
when i do a locate glib i get this location: /opt/gnome/include/glib-2.0/glib


It doesn't seem to understand though :(

anyone?


All times are GMT -5. The time now is 10:24 AM.