Hi, Ed Hartnett <ed@unidata.ucar.edu> writes: > I am on a red hat Linux box, trying to install glib-2.2.2. > > As per web page instructions, I first got and installed > pkg-config. That seemed to go fine. I got version 0.15. > > During configure of glib-2.2.2 I got the following problem: > > checking for pkg-config... /usr/bin/pkg-config > configure: error: *** pkg-config too old; version 0.14 or better required. > > What's up with this? How should I proceed? Try 'pkg-config --version' do see what version of pkg-config is used. You probably have an older version in /usr/bin and installed 0.15 in /usr/local/bin. Sven