On 30-Jan-2001 Chris Mason wrote: > I'm trying to install Midgard content management system, which requires > glibc. I installed the libglibc library .deb file, but I still can't compile > the midgard files, the error message I get is: > configure: error: glib-config not found. Did you install glib? >
first, glib is a library that was once part of GTK+. glibc is the C library that every C application links to. That said, the glib-config program is in: $ dpkg -S /usr/bin/glib-config libglib1.2-dev: /usr/bin/glib-config When you are trying to compile a program, make sure to install the -dev version of any library it needs.