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