How do I set glib in PREFIX?
Hi gang, I tried to build the source rpm of dillo (Patrick's version also), but I keep getting this error: checking for glib-config... no checking for GLIB - version >= 1.2.0... 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. I can't seem to figure out 'how' to do what it's wanting me to do. I'm using 9.3 and I know that glib is newer than 1.2.0. Thanks for any help, JB
* JB <yonaton@tds.net> [06-17-05 15:08]:
I tried to build the source rpm of dillo (Patrick's version also), but I keep getting this error:
checking for glib-config... no checking for GLIB - version >= 1.2.0... 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.
I can't seem to figure out 'how' to do what it's wanting me to do. I'm using 9.3 and I know that glib is newer than 1.2.0.
What version of glib do you have installed? Hint: not glib2. I have glib-1.2.10-529. -- Patrick Shanahan Registered Linux User #207535 http://wahoo.no-ip.org @ http://counter.li.org HOG # US1244711 Photo Album: http://wahoo.no-ip.org/gallery
On Friday 17 June 2005 15:31, Patrick Shanahan wrote:
* JB <yonaton@tds.net> [06-17-05 15:08]:
I tried to build the source rpm of dillo (Patrick's version also), but I keep getting this error:
checking for glib-config... no checking for GLIB - version >= 1.2.0... 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.
I can't seem to figure out 'how' to do what it's wanting me to do. I'm using 9.3 and I know that glib is newer than 1.2.0.
What version of glib do you have installed? Hint: not glib2. I have glib-1.2.10-529.
I've got 1.2.10-593 installed of glib, not glib2 (though glib2 is also installed).
JB wrote:
On Friday 17 June 2005 15:31, Patrick Shanahan wrote:
* JB <yonaton@tds.net> [06-17-05 15:08]:
I tried to build the source rpm of dillo (Patrick's version also), but I keep getting this error:
checking for glib-config... no checking for GLIB - version >= 1.2.0... 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.
I can't seem to figure out 'how' to do what it's wanting me to do. I'm using 9.3 and I know that glib is newer than 1.2.0.
What version of glib do you have installed? Hint: not glib2. I have glib-1.2.10-529.
I've got 1.2.10-593 installed of glib, not glib2 (though glib2 is also installed).
Example: vankan@kf-pij-tg01-0852:~> locate glib-config /opt/gnome/bin/glib-config vankan@kf-pij-tg01-0852:~> echo $PATH /home/vankan/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:\ /opt/kde3/bin:/usr/lib/jvm/jre/bin:/usr/local/bin/ My glib-config is located in /opt/gnome/bin, so /opt/gnome/bin should be in my path. That is what your script is telling. It also tells that if the directory is not in your path you can either do export PATH=$PATH:/opt/gnome/bin or export GLIB_CONFIG=/opt/gnome/bin from the command line. Regards, -- Jos van Kan www.josvankan.tk
Jos van Kan wrote:
My glib-config is located in /opt/gnome/bin, so /opt/gnome/bin should be in my path. That is what your script is telling. It also tells that if the directory is not in your path you can either do
export PATH=$PATH:/opt/gnome/bin
or
export GLIB_CONFIG=/opt/gnome/bin
from the command line.
Woops, that last line should be export GLIB_CONFIG=/opt/gnome/bin/glib-config Regards, -- Jos van Kan www.josvankan.tk
On Saturday 18 June 2005 09:34, Jos van Kan wrote:
Jos van Kan wrote:
My glib-config is located in /opt/gnome/bin, so /opt/gnome/bin should be in my path. That is what your script is telling. It also tells that if the directory is not in your path you can either do
export PATH=$PATH:/opt/gnome/bin
or
export GLIB_CONFIG=/opt/gnome/bin
from the command line.
Woops, that last line should be
export GLIB_CONFIG=/opt/gnome/bin/glib-config
Regards, -- Jos van Kan www.josvankan.tk
WOOHOO! That did it! Thanks Jos!
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The Friday 2005-06-17 at 14:55 -0500, JB wrote:
checking for glib-config... no checking for GLIB - version >= 1.2.0... no
I can't seem to figure out 'how' to do what it's wanting me to do. I'm using 9.3 and I know that glib is newer than 1.2.0.
What about glib-devel? For 9.3 it should be glib-devel-1.2.10-593*rpm. - -- Cheers, Carlos Robinson -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) Comment: Made with pgp4pine 1.76 iD8DBQFCs1/xtTMYHG2NR9URAkw2AJ9cGn41fCc2IEVd6KAK2f1qRBuzlACeJpon 823zT6TdHT3RPmpQwA4QZF0= =2Sux -----END PGP SIGNATURE-----
On Friday 17 June 2005 18:42, Carlos E. R. wrote:
The Friday 2005-06-17 at 14:55 -0500, JB wrote:
checking for glib-config... no checking for GLIB - version >= 1.2.0... no
I can't seem to figure out 'how' to do what it's wanting me to do. I'm using 9.3 and I know that glib is newer than 1.2.0.
What about glib-devel? For 9.3 it should be glib-devel-1.2.10-593*rpm.
Yessir, it's installed.
participants (4)
-
Carlos E. R.
-
JB
-
Jos van Kan
-
Patrick Shanahan